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
7,560Niche · −30% score
Versions published
203
First published
Apr 2026
Publisher
wizardingcode

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherwizardingcode
Artifact bytes1,764,325
Previous version3.70.6
Published2026-05-26T23:13:30.951Z
SHA-2561a8229fd2ddb69933b6386a972544ee4013a0a1bed21451f3e732848a3c81eb5

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
35Score
3.70.7Version
Status history (1 event)
  1. newavailable · risk review · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/departments/kb/scripts/kb-worker.shmatched "curl "12
mediumRemote Payloadpackage/departments/kb/skills/knowledge/scripts/kb-worker.shmatched "curl "12
mediumRemote Payloadpackage/scripts/start-dashboard.shmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/departments/kb/scripts/kb-worker.shmatched "curl "12
mediumRemote Payloadpackage/departments/kb/skills/knowledge/scripts/kb-worker.shmatched "curl "12
mediumRemote Payloadpackage/scripts/start-dashboard.shmatched "curl "12
lowCredential file accesspackage/installer/hard-deny.jsmatched ".ssh"5
lowCredential file accesspackage/core/release/preflight.pymatched ".npmrc"5
lowCredential file accesspackage/core/cognition/reorganizer.pymatched ".ssh"5

Manifest

Package metadata

Scripts3
  • linteslint installer/
  • prepublishOnlynode scripts/check-version.js && npm test
  • testnode --test "tests/installer/**/*.test.js"