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\n "
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 60 · status changed
Related candidates
Linked campaigns and clusters
mylesborins
3 members · evidence strength 63Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli/snippet-commands.js | matched "cURL\n " | 12 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli/snippet-commands.js | matched "cURL\n " | 12 |
| low | Obfuscation | package/dist/ui/App.js | matched "\\u23CE" | 3 |
| low | Obfuscation | package/dist/ui/Banner.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/dist/ui/ConfirmModal.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/ui/DownloadsModal.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/ui/LogFocus.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/ui/LogTail.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/ui/ModelList.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/ui/PresetEditor.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/ui/PullModal.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/dist/ui/SearchBrowser.js | matched "\\u00B7" | 3 |
| low | Obfuscation | package/dist/cli/style.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/ui/Suggestions.js | matched "\\u23CE" | 3 |
| low | Obfuscation | package/dist/cli/system-commands.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/ui/useAppInput.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/ui/useMouseWheel.js | matched "\\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.mjslinteslint .lint:fixeslint . --fixprepublishOnlynpm run buildstarttsx src/index.tsxtestvitesttest:coveragevitest run --coveragetest:runvitest run
Dependencies2
ink^7.0.0react^19.2.5