PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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
1,028Niche · −30% score
Versions published
21
First published
Apr 2026
Publisher
aacash

Effective trust discount applied: 30% (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"}'
Publisheraacash
Artifact bytes15,285,884
Previous version0.1.39
Published2026-05-21T18:37:58.399Z
SHA-256637db8e886b7af8dbc5858b05dd005f27db481fd971ea437df98fbdc85cf2917

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.1.42Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 77 -> 3
  2. newavailable · risk high · score 77 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash scripts/postinstall.sh"5

Manifest

Package metadata

Scripts18
  • benchbash bench/run.sh
  • benchmarknode dist/benchmark/runner.js
  • benchmark:drynode dist/benchmark/runner.js --dry-run
  • buildtsc && mkdir -p dist/overlays && cp src/overlays/*.json dist/overlays/ && chmod +x dist/cli/stats.js
  • devtsc --watch
  • linttsc --noEmit
  • lint:benchtsc --noEmit -p tsconfig.bench.json
  • postinstallbash scripts/postinstall.sh
  • prepublishOnlybash hooks/pre-publish-verify.sh
  • preuninstallbash scripts/preuninstall.sh
  • testnpm run test:unit
  • test:allnpm run test:unit && npm run test:canary && npm run test:e2e
  • test:canaryvitest run -c vitest.config.canary.ts
  • test:e2evitest run test/e2e/
  • test:e2e:harnessbash scripts/test-e2e-harness.sh
  • test:unitvitest run -c vitest.config.unit.ts
  • verify:extension:fullnpm run verify:extension:smoke && npx vitest run test/e2e/
  • verify:extension:smokebash scripts/verify-extension-smoke.sh
Dependencies1
  • @modelcontextprotocol/sdk^1.0.0