Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@floomhq/[email protected]"],"fail_on":"high"}'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":["@floomhq/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "id_rsa"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 45 · status changed
Related candidates
Linked campaigns and clusters
federicodeponte
6 members · evidence strength 73Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index.js | matched "id_rsa" | 30 |
| medium | Remote Payload | package/dist/index.js | matched "cUrl " | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index.js | matched "id_rsa" | 30 |
| medium | Remote Payload | package/dist/index.js | matched "cUrl " | 12 |
| low | Obfuscation | package/dist/index.js | matched "FromCharCode" | 3 |
Manifest
Package metadata
Scripts10
buildtsc -p tsconfig.typecheck.json --noEmit && node scripts/build-bundle.mjsdevtsx watch src/index.tslinttsc -p tsconfig.typecheck.json --noEmit --pretty falsepack:checknode scripts/verify-package.mjspack:smokepnpm run build && node scripts/verify-package.mjs --install-smokeprepackpnpm run buildprepublishOnlypnpm run build && pnpm run pack:checkstartnode dist/index.jstesttsx --tsconfig tsconfig.typecheck.json --test "src/**/*.test.ts"typechecktsc -p tsconfig.typecheck.json --noEmit
Dependencies7
@modelcontextprotocol/sdk1.29.0chalk^5.3.0commander^12.1.0ora^8.1.0prompts^2.4.2tar^7.4.3zod^3.23.8