PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
270
Versions published
162
First published
Dec 2025
Publisher
killerkidbo

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"}'
Publisherkillerkidbo
Artifact bytes1,021,494
Previous version0.21.10
Published2026-05-26T07:15:41.360Z
SHA-25612e57f3bfe2a12442c4105660251b230eb81722e030522cf88f1caa70e4d61cc

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.22.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/template/.opencode/skill/vercel-deploy-claimable/scripts/deploy.shmatched "curl "12

Manifest

Package metadata

Scripts13
  • buildtsdown && mkdir -p dist/template && rsync -av --exclude=node_modules --exclude=dist --exclude=.git --exclude=coverage --exclude=.next --exclude=.turbo --exclude=logs --exclude=package-lock.json --exclude='plugin/*.bak' --exclude=memory.db --exclude=memory.db-shm --exclude=memory.db-wal --exclude='memory.db.corrupt.*' --exclude=memory-recovery.log .opencode/ dist/template/.opencode/
  • devtsx src/index.ts
  • formatoxfmt
  • format:checkoxfmt --check
  • lintoxlint .
  • lint:fixoxlint --fix .
  • testvitest run
  • test:watchvitest
  • typechecktsgo --noEmit
  • validate:command-doctsx src/validation/command-doc.ts --check
  • validate:docs-drifttsx src/validation/docs-drift.ts --check
  • validate:governancenpm run validate:command-doc && npm run validate:docs-drift && npm run validate:skill-lint
  • validate:skill-linttsx src/validation/skill-lint.ts --check
Dependencies12
  • @ai-sdk/provider^3.0.8
  • @ai-sdk/provider-utils^4.0.15
  • @clack/prompts^0.7.0
  • @opencode-ai/plugin^1.2.6
  • cac^6.7.14
  • cli-table3^0.6.5
  • diff^8.0.3
  • env-paths^4.0.0
  • node-machine-id^1.1.12
  • ora^9.3.0
  • picocolors^1.1.1
  • zod^3.25.76