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.

Versions published
85
First published
Apr 2026
Publisher
backyardd

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"}'
Publisherbackyardd
Artifact bytes345,440
Previous version0.21.6
Published2026-05-13T03:36:28.982Z
SHA-256996a7a35b27dd383d7a7b08376331cb2f75c8f45094a04086ddc714a810ff177

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
5Score
0.21.7Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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

Scripts7
  • buildtsc -p tsconfig.json && node scripts/copy-static.js
  • dashboard:devtsx watch src/cli.ts dashboard
  • devtsx src/cli.ts
  • linttsc --noEmit
  • postinstallnode scripts/postinstall.js
  • preparenpm run build
  • testnpm run build && node scripts/run-tests.js
Dependencies11
  • @modelcontextprotocol/sdk^1.0.0
  • better-sqlite3^12.0.0
  • chalk^5.3.0
  • commander^12.1.0
  • execa^9.5.0
  • ink^7.0.1
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • ora^8.1.0
  • react^19.2.5
  • yaml^2.8.3
Optional dependencies2
  • discord.js^14.16.0
  • node-telegram-bot-api^0.66.0