PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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 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":["[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"}'
Artifact bytes85,290
Previous version0.1.311
Published2026-05-23T13:43:43.304Z
SHA-256838862ee1492e4f9169b1a7dc980f0bd4078db3bfb6e9729283071749d76e11f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-3M5SPIRD.jsmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-3M5SPIRD.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="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
lowObfuscationpackage/dist/chunk-3M5SPIRD.jsmatched "Buffer.from(\n part.source.type === \"base64\" ? part.source.data : dataUrlToBase64"3
lowObfuscationpackage/dist/chunk-AVXJMCBC.jsmatched "\\u2192"3
lowObfuscationpackage/dist/chunk-HYHLKO3L.jsmatched "\\u2026"3
lowObfuscationpackage/dist/cli.jsmatched "\\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 --clean
  • checknpm run typecheck && npm run lint && npm run test
  • devtsup 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 --watch
  • hooks:installlefthook install
  • linteslint . --max-warnings=0
  • lint:fixeslint . --fix
  • prepareif [ -n "$CI" ] || [ ! -d .git ]; then echo 'Skipping lefthook install (CI or no .git directory)'; else lefthook install || echo 'Skipping lefthook install (binary unavailable)'; fi
  • testvitest run
  • test:e2e:matrixvitest run test/live-matrix.e2e.test.ts
  • test:smokevitest run test/smoke.test.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • @daytonaio/sdk^0.171.0
  • @types/debug^4.1.13
  • @vercel/sandbox2.0.0-beta.13
  • debug^4.4.3
  • dockerode^4.0.10
  • e2b^2.19.0
  • eventsource-parser^3.0.6
  • modal^0.7.4
  • tar-stream^3.1.8
  • ws^8.20.0