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"}'
Artifact bytes83,709
Previous versionnone
Published2026-05-22T13:14:23.895Z
SHA-2566dbd8a49f8bcfb18c6612c5dc95e37f2b40589f9dc0eb45d87f6868a3da48938

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "curl "12
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "curl "12
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
lowObfuscationpackage/dist/index.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/index.jsmatched "\\u2026"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