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
- 79
- Versions published
- 25
- First published
- Jan 2026
- Publisher
- ssweens
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":["@ssweens/[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":["@ssweens/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
New Lifecycle Script Vs Previous: postinstall added in 0.24.11 vs 0.24.7: "node scripts/patch-ink.mjs"
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 57 · status changed
Evidence
Static findings
2 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 0.24.11 vs 0.24.7: "node scripts/patch-ink.mjs" | 40 |
| medium | Remote Payload | package/dist/lib/marketplace.js | matched "raw.githubusercontent.com" | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 0.24.11 vs 0.24.7: "node scripts/patch-ink.mjs" | 40 |
| medium | Remote Payload | package/dist/lib/marketplace.js | matched "raw.githubusercontent.com" | 12 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/patch-ink.mjs" | 5 |
Manifest
Package metadata
Scripts13
buildtsc && rm -rf dist/lib/playbooks && cp -r src/lib/playbooks dist/lib/playbooksbuild:binbun build src/cli.tsx --compile --outfile bin/blackbookbuild:bin:allbun build src/cli.tsx --compile --target=bun-darwin-arm64 --outfile bin/blackbook-darwin-arm64 && bun build src/cli.tsx --compile --target=bun-darwin-x64 --outfile bin/blackbook-darwin-x64 && bun build src/cli.tsx --compile --target=bun-linux-x64 --outfile bin/blackbook-linux-x64devbun src/cli.tsxpatch:inknode scripts/patch-ink.mjspostinstallnode scripts/patch-ink.mjsprebuildnode scripts/patch-ink.mjspredevnode scripts/patch-ink.mjsprestartnode scripts/patch-ink.mjsstartnode dist/cli.jstestvitest runtest:watchvitesttypechecktsc --noEmit
Dependencies10
diff^8.0.3fast-glob^3.3.3ink^7.0.0ink-select-input^6.0.0ink-spinner^5.0.0ink-text-input^6.0.0react^19.0.0yaml^2.8.2zod^4.3.6zustand^5.0.3