PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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"}'
Publishercaixiaobin000
Artifact bytes40,380
Previous version1.0.0
Published2026-05-22T05:52:08.321Z
SHA-256a86c41026b2db408b98080cb8eb3b4668b30da7d630b785df17df5a9bd82181e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/config.jsmatched "curl "12
mediumRemote Payloadpackage/dist/diag.jsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/config.jsmatched "curl "12
mediumRemote Payloadpackage/dist/diag.jsmatched "curl "12
lowObfuscationpackage/dist/ai-styler.jsmatched "\\x1b"3
lowObfuscationpackage/dist/runner.jsmatched "\\x1b"3
lowObfuscationpackage/dist/stream-renderer.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsx watch src/index.ts
  • diagtsx src/diag.ts
  • pack:checknpm pack --dry-run
  • prepacknpm run build
  • prepublishOnlynpm run build
  • starttsx src/index.ts
  • typechecktsc --noEmit
Dependencies4
  • consola^3.4.2
  • dotenv^16.4.7
  • ioredis^5.4.2
  • picocolors^1.1.1