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
667
Versions published
7
First published
May 2026
Publisher
iq-kat

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"}'
Publisheriq-kat
Artifact bytes13,294,563
Previous version0.2.3
Published2026-05-29T03:26:47.330Z
SHA-2564dee96b66af49f64b556c18d5f31b5a95ea62dcf3c674fd1389d59dbf0184840

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
10Score
0.2.4Version
Status history (2 events)
  1. availableavailable · risk review · score 10 · status available -> available, risk high -> review, score 40 -> 10
  2. newavailable · risk high · score 40 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

iq-kat

3 members · evidence strength 71

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