Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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"}'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 review · score 28 · 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/chunk-3M5SPIRD.js | matched "curl " | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/chunk-3M5SPIRD.js | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | prepare="if [ -n \"$CI\" ] || [ ! -d .git ]; then echo 'Skipping lefthook install (CI or no .git directory)'; else lefthook install || echo 'Skipping lefthook install (binary unavailable)'; fi" | 4 |
| low | Obfuscation | package/dist/chunk-3M5SPIRD.js | matched "Buffer.from(\n part.source.type === \"base64\" ? part.source.data : dataUrlToBase64" | 3 |
| low | Obfuscation | package/dist/chunk-AVXJMCBC.js | matched "\\u2192" | 3 |
| low | Obfuscation | package/dist/chunk-HYHLKO3L.js | matched "\\u2026" | 3 |
| low | Obfuscation | package/dist/cli.js | matched "\\u2014" | 3 |
Manifest
Package metadata
Scripts12
buildtsup src/index.ts src/enums.ts src/agents/index.ts src/sandboxes/index.ts src/events/index.ts src/cli.ts --format esm --dts --cleanchecknpm run typecheck && npm run lint && npm run testdevtsup src/index.ts src/enums.ts src/agents/index.ts src/sandboxes/index.ts src/events/index.ts src/cli.ts --format esm --dts --clean --watchhooks:installlefthook installlinteslint . --max-warnings=0lint:fixeslint . --fixprepareif [ -n "$CI" ] || [ ! -d .git ]; then echo 'Skipping lefthook install (CI or no .git directory)'; else lefthook install || echo 'Skipping lefthook install (binary unavailable)'; fitestvitest runtest:e2e:matrixvitest run test/live-matrix.e2e.test.tstest:smokevitest run test/smoke.test.tstest:watchvitesttypechecktsc --noEmit
Dependencies10
@daytonaio/sdk^0.171.0@types/debug^4.1.13@vercel/sandbox2.0.0-beta.13debug^4.4.3dockerode^4.0.10e2b^2.19.0eventsource-parser^3.0.6modal^0.7.4tar-stream^3.1.8ws^8.20.0