PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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"}'
Artifact bytes251,805
Previous version0.1.0
Published2026-05-24T14:21:34.559Z
SHA-256f1a7a7545e1adaa0ce01a66136330cc83921050a5d69f2ed7fca57ed7e7dc6ee

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
45Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "curl "12
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
mediumObfuscation Densitypackage/qa-cli-raw.jsonhigh encoded/escaped-token density12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "curl "12
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
mediumObfuscation Densitypackage/qa-cli-raw.jsonhigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3
lowObfuscationpackage/qa-cli-raw.jsonmatched "\\u001b"3

Manifest

Package metadata

Scripts16
  • buildtsup src/index.ts --format esm,cjs --dts --clean
  • deploynpm run docs:build && surge docs/.vitepress/dist jervis-llm.surge.sh
  • devtsx src/index.ts
  • docs:auditnode scripts/docs-audit.mjs
  • docs:buildnode scripts/docs-build.mjs
  • docs:cleannode scripts/docs-clean.mjs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • linteslint . && node scripts/lint-unused-exports.mjs
  • releasenpm run typecheck && npm run test && npm run build
  • smoke:clinode scripts/smoke-cli.mjs
  • smoke:llamacppnode scripts/smoke-llamacpp.mjs
  • smoke:ollamanode scripts/smoke-ollama.mjs
  • startnode dist/index.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies6
  • cli-table3^0.6.5
  • commander^14.0.1
  • picocolors^1.1.1
  • prompts^2.4.2
  • systeminformation^5.27.11
  • zod^4.1.12