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
1,033Niche · −30% score
Versions published
20Established · −30% score
First published
Nov 2025
Publisher
wolfejam.dev

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"}'
Publisherwolfejam.dev
Artifact bytes392,210
Previous version1.5.2
Published2026-06-11T14:46:31.522Z
SHA-25643974e4c4d940b62e1ce4bec8352f6073c778f7ed590f37efb02de0eb7b53d59

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
3Score
1.5.3Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts19
  • bench:scorenode bench/score.bench.js
  • buildtsc
  • debugnode --inspect-brk=0.0.0.0:9229 -r ts-node/register src/cli.ts
  • devts-node src/cli.ts
  • dev:stdiots-node src/cli.ts
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • postinstallnode scripts/postinstall.js
  • preparenpm run build
  • prepublishOnlynpm run build
  • startnode dist/src/index.js
  • sync-versionnode scripts/sync-version.js
  • testsh scripts/run-tests.sh
  • test:mcpmcp-inspector stdio ts-node src/cli.ts
  • test:performancebun test tests/performance.test.ts
  • type-checktsc --noEmit
  • versionnpm run sync-version && git add project.faf
Dependencies5
  • @modelcontextprotocol/sdk^1.27.1
  • @upstash/redis^1.37.0
  • faf-cli^6.7.1
  • faf-scoring-kernel^2.0.3
  • yaml^2.4.1