PkgRadar

Package evidence

@mrbone11/[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":["@mrbone11/[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":["@mrbone11/[email protected]"],"fail_on":"review"}'
Publishermrbone11
Artifact bytes133,649
Previous version0.1.0
Published2026-05-24T15:10:39.599Z
SHA-25624171a2ec936a3f750b10fdaa75d5906245ac33d228ce0beb6094ee5baa326c4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/tools/classifier.jsmatched "curl "12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/tools/classifier.jsmatched "curl "12
lowObfuscationpackage/dist/components/App.jsmatched "\\x1b"3
lowObfuscationpackage/dist/components/Chat.jsmatched "\\u25CF"3
lowObfuscationpackage/dist/components/ConfirmBox.jsmatched "\\u26A0"3
lowObfuscationpackage/dist/components/Footer.jsmatched "\\u00A5"3
lowObfuscationpackage/dist/components/Markdown.jsmatched "\\u258F"3
lowObfuscationpackage/dist/components/Running.jsmatched "\\u00B7"3
lowObfuscationpackage/dist/components/SessionPicker.jsmatched "\\u2191"3
lowObfuscationpackage/dist/components/ToolResult.jsmatched "\\u2026"3

Manifest

Package metadata

Scripts8
  • buildrm -rf dist && tsc && node scripts/postbuild.js
  • devtsx src/cli.tsx
  • dev:compactDEEPSEEK_CONTEXT_WINDOW=3000 tsx src/cli.tsx
  • prepublishOnlypnpm run build
  • startnode dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @inkjs/ui^2.0.0
  • ink^7.0.2
  • lowlight^3.3.0
  • marked^18.0.3
  • react^19.2.6
  • string-width^8.2.1
  • undici^8.3.0