Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.cjs | matched "curl " | 12 |
| medium | Remote Payload | package/dist/index.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/qa-cli-raw.json | high encoded/escaped-token density | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.cjs | matched "curl " | 12 |
| medium | Remote Payload | package/dist/index.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/qa-cli-raw.json | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/index.cjs | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/qa-cli-raw.json | matched "\\u001b" | 3 |
Manifest
Package metadata
Scripts16
buildtsup src/index.ts --format esm,cjs --dts --cleandeploynpm run docs:build && surge docs/.vitepress/dist jervis-llm.surge.shdevtsx src/index.tsdocs:auditnode scripts/docs-audit.mjsdocs:buildnode scripts/docs-build.mjsdocs:cleannode scripts/docs-clean.mjsdocs:devvitepress dev docsdocs:previewvitepress preview docslinteslint . && node scripts/lint-unused-exports.mjsreleasenpm run typecheck && npm run test && npm run buildsmoke:clinode scripts/smoke-cli.mjssmoke:llamacppnode scripts/smoke-llamacpp.mjssmoke:ollamanode scripts/smoke-ollama.mjsstartnode dist/index.jstestvitest runtypechecktsc --noEmit
Dependencies6
cli-table3^0.6.5commander^14.0.1picocolors^1.1.1prompts^2.4.2systeminformation^5.27.11zod^4.1.12