PkgRadar

Package evidence

[email protected]

Remote Payload: matched "cURL\n "

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"}'
Publishermylesborins
Artifact bytes199,864
Previous version1.6.0
Published2026-05-24T06:39:04.990Z
SHA-2564fc13250f0438f84e45e2bb5a2ad810ecf3cf20f7d3f1b245397de44677ad46f

Why flagged

What the scanner saw

Remote Payload: matched "cURL\n "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
60Score
1.7.0Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

mylesborins

3 members · evidence strength 63

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/snippet-commands.jsmatched "cURL\n "12
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/snippet-commands.jsmatched "cURL\n "12
lowObfuscationpackage/dist/ui/App.jsmatched "\\u23CE"3
lowObfuscationpackage/dist/ui/Banner.jsmatched "\\u00B7"3
lowObfuscationpackage/dist/ui/ConfirmModal.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/DownloadsModal.jsmatched "\\u00B7"3
lowObfuscationpackage/dist/index.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/LogFocus.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/LogTail.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/ModelList.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/PresetEditor.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/PullModal.jsmatched "\\u00B7"3
lowObfuscationpackage/dist/ui/SearchBrowser.jsmatched "\\u00B7"3
lowObfuscationpackage/dist/cli/style.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/Suggestions.jsmatched "\\u23CE"3
lowObfuscationpackage/dist/cli/system-commands.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/useAppInput.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/useMouseWheel.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts9
  • buildtsc && node -e "const fs=require('fs'); const path=require('path'); const walk=d=>{ for (const entry of fs.readdirSync(d,{withFileTypes:true})) { const p=path.join(d,entry.name); if (entry.isDirectory()) walk(p); else if (/\.test\.(js|js\.map|d\.ts|d\.ts\.map)$/.test(entry.name)) fs.unlinkSync(p); } }; walk('dist'); fs.copyFileSync('src/pull/hf_pull.py','dist/pull/hf_pull.py')"
  • devnode scripts/dev-watch.mjs
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlynpm run build
  • starttsx src/index.tsx
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
Dependencies2
  • ink^7.0.0
  • react^19.2.5