PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 5701060 bytes

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.

Weekly downloads
120
Versions published
15
First published
Feb 2026
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 bytes2,639,507
Previous version0.6.0
Published2026-04-19T01:09:58.320Z
SHA-25663247d8bd221a800a57324b642bf73dccd24bb474e233f60d894ec4d1803b6c8

Why flagged

What the scanner saw

Large Javascript Payload: 5701060 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
9Score
0.6.1Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js5701060 bytes10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js5701060 bytes10
lowCredential file accesspackage/dist/kiro-ide.jsmatched ".aws"5
lowCredential file accesspackage/dist/login-ui.jsmatched ".aws"5
lowCredential file accesspackage/dist/login.jsmatched ".aws"5
lowCredential file accesspackage/dist/oauth.jsmatched ".aws"5

Manifest

Package metadata

Scripts9
  • buildtsc && esbuild dist/index.js --bundle --platform=node --format=esm --outfile=dist/index.js --allow-overwrite --external:@mariozechner/pi-ai --external:@mariozechner/pi-coding-agent --external:@mariozechner/pi-tui
  • checktsc --noEmit
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • preparenpm run build
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest