PkgRadar

Package evidence

@ssweens/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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 update

Static 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"}'
Publisherssweens
Artifact bytes381,808
Previous version0.24.7
Published2026-05-30T06:49:19.151Z
SHA-256b99e3d9cc16401071a04ac0ddaf9211bb80508efb3280f2dc5b1da905f7b210d

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

high
Last checked
highRisk
57Score
0.24.11Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.24.11 vs 0.24.7: "node scripts/patch-ink.mjs"40
mediumRemote Payloadpackage/dist/lib/marketplace.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.24.11 vs 0.24.7: "node scripts/patch-ink.mjs"40
mediumRemote Payloadpackage/dist/lib/marketplace.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-ink.mjs"5

Manifest

Package metadata

Scripts13
  • buildtsc && rm -rf dist/lib/playbooks && cp -r src/lib/playbooks dist/lib/playbooks
  • build:binbun build src/cli.tsx --compile --outfile bin/blackbook
  • build: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-x64
  • devbun src/cli.tsx
  • patch:inknode scripts/patch-ink.mjs
  • postinstallnode scripts/patch-ink.mjs
  • prebuildnode scripts/patch-ink.mjs
  • predevnode scripts/patch-ink.mjs
  • prestartnode scripts/patch-ink.mjs
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • diff^8.0.3
  • fast-glob^3.3.3
  • ink^7.0.0
  • ink-select-input^6.0.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • react^19.0.0
  • yaml^2.8.2
  • zod^4.3.6
  • zustand^5.0.3