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
8
First published
Nov 2025
Publisher
peterfei

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherpeterfei
Artifact bytes41,183,184
Previous version1.0.2
Published2025-11-25T13:33:41.708Z
SHA-256ecf0eeffc927ca2acaa53e7365ba2fe88bf144b7b4c4411db8819e25ace0766e

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.shmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.shmatched "curl "12
mediumRemote Payloadpackage/.claude/skills/drawnote/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts8
  • buildnode scripts/build.js
  • devnode scripts/dev.js
  • formatprettier --write .
  • linteslint .
  • postinstallnode scripts/postinstall.js
  • preinstallnode scripts/preinstall.js
  • startnode bin/ai-agent-team.js
  • testjest
Dependencies1
  • puppeteer^24.31.0