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
257
Versions published
14
First published
May 2026
Publisher
chee-0806

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"}'
Publisherchee-0806
Artifact bytes52,113
Previous version1.2.13
Published2026-05-27T08:42:26.523Z
SHA-2565040af968cb3520df9236d33d36fcfc189aa97ba0100d0ad61d1ba4e5d6e3013

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/config.jsmatched "curl "12
mediumRemote Payloadpackage/dist/commands/deploy.jsmatched "curl "12

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsc --watch
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies7
  • chalk^5.3.0
  • commander^12.0.0
  • docker-compose^1.1.0
  • dotenv^16.4.0
  • fs-extra^11.2.0
  • inquirer^9.2.0
  • js-yaml^4.1.0