PkgRadar

Package evidence

[email protected]

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

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
937
Versions published
236
First published
Feb 2026
Publisher
getfoundry

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"}'
Publishergetfoundry
Artifact bytes35,725,506
Previous version8.2.0
Published2026-06-06T02:34:27.362Z
SHA-256d00eec23eb281a2b72ee7181719c349900b8159f55b389bc9c65606b4c4cdfa6

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
8.3.0-preview.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowLarge Javascript Payloadpackage/runtime/cli.js7379907 bytes0

Manifest

Package metadata

Scripts7
  • build:runtimebash ../../scripts/build-runtime-scrubbed.sh packages/skill/runtime
  • build:sdktsc -p tsconfig.sdk.json
  • devbun --watch src/index.ts
  • postinstallnode scripts/postinstall.mjs
  • prepacknpm run build:runtime && npm run build:sdk && node scripts/prepare-pack.mjs && node scripts/assert-kuri-vendor.mjs && node scripts/assert-utls-vendor.mjs
  • prepublishOnlynode scripts/assert-release-flow.mjs && node scripts/verify-release-assets.mjs
  • startbun src/index.ts
Dependencies11
  • @fastify/cors^11.2.0
  • @fastify/rate-limit^10.3.0
  • @solana/kit^6.6.0
  • @x402/fetch^2.9.0
  • bs58^6.0.0
  • cheerio^1.2.0
  • dotenv^17.3.1
  • fastify^5.7.4
  • nanoid^5.1.6
  • tsx^4.20.6
  • ws^8.19.0
Optional dependencies2
  • @faremeter/flex-solana^0.2.1
  • keytar^7.9.0