PkgRadar

Package evidence

[email protected]

Credential file access: matched ".aws/"

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.

Versions published
2
First published
Jun 2026
Publisher
zcus

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"}'
Publisherzcus
Artifact bytes13,230,100
Previous version0.4.66
Published2026-06-04T04:57:15.035Z
SHA-256fd6081b611086b7b1c2a9be4b343944ca76ad92b07ee734c78bb791f4c7a3ed6

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.4.67 vs 0.4.66: "node hooks/postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

2 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.67 vs 0.4.66: "node hooks/postinstall.js"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.67 vs 0.4.66: "node hooks/postinstall.js"40
lowCredential file accesspackage/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.jsmatched ".aws/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node hooks/postinstall.js"5

Manifest

Package metadata

Scripts6
  • buildnode scripts/build-cli.js
  • devnodemon -I --watch cli.js --watch src --watch hooks --ext js,json cli.js
  • pack:clinpm run build && npm pack --pack-destination ../..
  • postinstallnode hooks/postinstall.js
  • prepublishOnlynpm run build
  • publish:clinpm run build && npm publish
Dependencies5
  • enquirer^2.4.1
  • node-forge^1.3.3
  • node-machine-id^1.1.12
  • react19.2.1
  • react-dom19.2.1