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.

Weekly downloads
32,422Mainstream · −50% score
Versions published
197
First published
Jan 2026
Publisher
decolua

Effective trust discount applied: 50% (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"}'
Publisherdecolua
Artifact bytes13,222,371
Previous version0.4.63
Published2026-05-29T10:50:11.820Z
SHA-256524ffbf44f87abd1a80de4c95f0e435eb9379f590153c7c792a9d9ea041469f2

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.4.66Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 20 -> 5
  2. newavailable · risk high · score 20 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node hooks/postinstall.js"

12 members · evidence strength 90

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
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