PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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.

Weekly downloads
2,620Niche · −30% score
Versions published
1,945Mature · −50% score
First published
May 2024
Publisher
vanbrosh

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishervanbrosh
Artifact bytes524,349
Previous version2.61.0-next.7
Published2026-06-01T09:06:13.033Z
SHA-256380374576d9f1d12bd109daeebc5bfe9be6fe26a5ef123ee0ccc53bbe97f047b

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
2.61.0-next.8Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowObfuscation Densitypackage/dist/spa/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/spa/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • --comment-prepareDist-rl allows supply the spa without symlinks which allows to not include source code in the package
  • --comment_postinstallpostinstall executed after package installed in other project package and when we do pnpm i in the package
  • buildpnpm type-check-spa && rm -rf dist && tsc && pnpm prepareDist
  • docstypedoc
  • postinstallnode scripts/postinstall.js
  • prepareDistcp -rL spa dist/
  • rollout-doccd documentation && npm run build && npm run deploy
  • testecho "Error: no test specified yet" && exit 1
  • type-check-spacd spa && pnpm i && pnpx vue-tsc --build --force --noEmit --pretty
Dependencies41
  • @babel/parser^7.27.5
  • @clickhouse/client^1.4.0
  • @faker-js/faker^9.0.3
  • @inquirer/prompts^7.4.1
  • @qdrant/js-client-rest^1.17.0
  • @scalar/express-api-reference^0.9.7
  • @types/express^4.17.21
  • ajv^8.18.0
  • arg^5.0.2
  • ast-types^0.14.2
  • better-sqlite3^11.10.0
  • bson^7.2.0
  • chalk^5.4.1
  • connection-string^4.4.0
  • dayjs^1.11.11
  • dotenv^16.4.5
  • esm^3.2.25
  • execa^9.5.2
  • express^4.21.2
  • filewatcher^3.0.1
  • fs-extra^11.2.0
  • fuse.js^7.0.0
  • handlebars^4.7.9
  • inquirer^12.3.0
  • jiti^2.4.2
  • jsonwebtoken^9.0.2
  • listr2^8.2.5
  • mongodb6.6
  • multer^2.1.1
  • mysql2^3.14.2
  • …and 11 more.