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
317
Versions published
16Established · −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 bytes317,864
Previous version1.4.5
Published2026-05-30T06:10:07.986Z
SHA-256fd55fac5974ec69e94e93e3ee74edf40e2cc50026dbf9695ec282577fc99be16

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.4.9Version
Status history (2 events)
  1. newavailable · risk review · score 3 · status changed
  2. 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

Scripts20
  • 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/server.ts
  • dev:httpts-node src/cli.ts --transport http-sse --port 3001
  • dev:stdiots-node src/cli.ts --transport stdio
  • 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 start-http.js
  • sync-versionnode scripts/sync-version.js
  • testbun test --isolate --timeout=120000 --path-ignore-patterns="**/performance.test.ts"
  • 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
Dependencies7
  • @modelcontextprotocol/sdk^1.27.1
  • @upstash/redis^1.37.0
  • cors^2.8.5
  • express^4.21.0
  • faf-cli^6.7.1
  • faf-scoring-kernel^2.0.3
  • yaml^2.4.1