PkgRadar

Package evidence

@unbrained/[email protected]

no findings

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
13
First published
May 2026
Publisher
unbrained

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@unbrained/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@unbrained/[email protected]"],"fail_on":"review"}'
Publisherunbrained
Artifact bytes411,514
Previous version2026.6.13-2
Published2026-06-13T07:35:51.060Z
SHA-256386bbf8bb7bcdb6bfe914c2d8d83f31d2a8b2b025fe40d6fad54d5c2baff688d

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
2026.6.13-3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • audit:prodnpm audit --omit=dev
  • buildnpm run build:graph && npm run build:server && npm run build:frontend
  • build:allnpm run build
  • build:frontendcd public && npx tsc
  • build:graphcd extensions/pm-graph && npm run build
  • build:servertsc
  • build:testtsc -p tsconfig.test.json
  • changelogpm-changelog --pm-root .agents/pm --mode prepend --output CHANGELOG.md --release-version-from-package --since-previous-tag --until-release-tag --item-url-base https://github.com/unbraind/pm-web/blob/main/.agents/pm
  • changelog:checkpm-changelog --pm-root .agents/pm --mode replace --output CHANGELOG.md --all-release-tags --release-version-from-package --item-url-base https://github.com/unbraind/pm-web/blob/main/.agents/pm --check
  • changelog:fullpm-changelog --pm-root .agents/pm --mode replace --output CHANGELOG.md --all-release-tags --release-version-from-package --item-url-base https://github.com/unbraind/pm-web/blob/main/.agents/pm
  • checknpm run typecheck
  • devtsx watch src/server.ts
  • pack:dry-runnpm pack --dry-run
  • prepacknpm run build
  • prepublishOnlynpm run release:check
  • release:checknpm run typecheck && npm run build && npm test && npm run audit:prod && npm run pack:dry-run && npm run changelog:check
  • release:notespm-changelog --pm-root .agents/pm --stdout --since-previous-tag --until-release-tag --release-version-from-package --item-url-base https://github.com/unbraind/pm-web/blob/main/.agents/pm --pm-bin ./node_modules/.bin/pm --github-step-summary
  • startnode dist/server.js
  • testnpm run build:server && npm run build:test && node --test dist-test/*.js
  • typechecknpm run typecheck:graph && npm run typecheck:server && npm run typecheck:frontend
  • typecheck:frontendcd public && npx tsc --noEmit
  • typecheck:graphcd extensions/pm-graph && npm run typecheck
  • typecheck:servertsc --noEmit
Dependencies7
  • bcryptjs^3.0.3
  • cookie-parser^1.4.7
  • express^5.2.1
  • jsonwebtoken^9.0.2
  • neo4j-driver^6.1.0
  • pg^8.21.0
  • uuid^14.0.0