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"}'
Publisherzuevrs
Artifact bytes839,848
Previous version8.111.0
Published2026-05-22T19:42:47.732Z
SHA-25615e69aaaba3f4e9657f02fc973d6965695d3e3579c5a09e7219b4e613a8b9207

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/content/artifact-templates.jsmatched "curl "12
mediumRemote Payloadpackage/dist/content/devex-quality-rubric.jsmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/content/artifact-templates.jsmatched "curl "12
mediumRemote Payloadpackage/dist/content/devex-quality-rubric.jsmatched "curl "12
lowObfuscationpackage/dist/artifact-frontmatter.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/assumption-validation.jsmatched "\\u0000"3
lowObfuscationpackage/dist/harness-prompt.jsmatched "\\u0003"3
lowObfuscationpackage/dist/main-menu.jsmatched "\\u0003"3
lowObfuscationpackage/dist/ui.jsmatched "\\u001b"3

Manifest

Package metadata

Scripts10
  • buildnpm run clean:dist && tsc -p tsconfig.json && node scripts/copy-skill-md.mjs && node scripts/chmod-bin.mjs
  • clean:distnode -e "import('node:fs/promises').then((fs) => fs.rm('dist', { recursive: true, force: true }))"
  • mutationstryker run
  • release:bundlenpm run release:check && npm pack
  • release:checknpm run build && node scripts/verify-bin-executable.mjs && npm run test && npm pack --dry-run && node scripts/smoke-init.mjs
  • smoke:runtimenpm run build && node scripts/smoke-init.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:mutationstryker run
  • test:watchvitest
Dependencies1
  • yaml^2.9.0