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.

Versions published
86
First published
Apr 2026
Publisher
wizardingcode

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,472,349
Previous version2.62.0
Published2026-05-24T20:49:28.963Z
SHA-25634818cf0acd573f35d64d05b87b815634cdf617782c1e265f6c68817c082dfca

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

Evidence

Static findings

11 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 11 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/core/release/preflight.pymatched ".npmrc"5
lowCredential file accesspackage/core/cognition/reorganizer.pymatched ".ssh"5
lowObfuscationpackage/installer/doctor.jsmatched "\\x1b"3
lowObfuscationpackage/installer/keys.jsmatched "\\x1b"3
lowObfuscationpackage/installer/python-resolver.jsmatched "\\u26a0"3
lowObfuscationpackage/installer/update.jsmatched "\\u26a0"3
lowObfuscationpackage/core/forge/renderer.pymatched "\\u2692"3
lowObfuscationpackage/scripts/skill_validator.pymatched "\\u2713"3

Manifest

Package metadata

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