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"}'
Publishernickcao
Artifact bytes51,995
Previous version0.1.3
Published2026-05-25T06:54:06.842Z
SHA-256e10e0ca741988c9f53f5eba122a6e4699685652d9f6cec3895c49900913e1ebb

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/evolve/s2-deny.jsmatched "curl "12

Manifest

Package metadata

Scripts12
  • buildtsc && node scripts/postbuild.mjs
  • linttsc --noEmit && tsc --noEmit -p tsconfig.test.json
  • prepublishOnlynpm run lint && npm run test && npm run build && npm run schema:lint
  • schema:lintajv compile --strict=true -c ajv-formats -s composer.config.schema.json && ajv validate --strict=false -c ajv-formats -s composer.config.schema.json -d composer.config.json && ajv compile --strict=true -s plugin.schema.json && ajv validate --strict=true -s plugin.schema.json -d 'plugin/*/plugin.json'
  • starttsx src/index.ts
  • testvitest run
  • test:allnpm run test && npm run test:hooks && npm run test:scripts
  • test:hooksbash tests/hooks/run.sh
  • test:scriptsbash tests/scripts/run.sh
  • test:watchvitest
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.test.json
  • usagenpx -y ccusage daily
Dependencies4
  • @anthropic-ai/sdk^0.98.0
  • @modelcontextprotocol/sdk^1.29.0
  • dotenv^17.4.2
  • zod^4.4.3