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
1,353Niche · −30% score
Versions published
17
First published
May 2026
Publisher
quoctai6306

Effective trust discount applied: 30% (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"}'
Publisherquoctai6306
Artifact bytes22,130,975
Previous version1.1.0
Published2026-05-24T07:03:41.317Z
SHA-2565d37fa77c7a5dabe4a055cb2282a86462d15565ba51b29fc842754fcf4e6d31f

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
1.1.1Version
Status history (5 events)
  1. availableavailable · risk review · score 10 · status available -> available, risk high -> review, score 226 -> 10
  2. availableavailable · risk high · score 226 · status available -> available, risk high -> high, score 300 -> 226
  3. availableavailable · risk high · score 300 · status available -> available, risk high -> high, score 454 -> 300
  4. availableavailable · risk high · score 454 · status available -> available, risk high -> high, score 1952 -> 454
  5. newavailable · risk high · score 1952 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

quoctai6306

2 members · evidence strength 67
Repeated static TTPstale

Install-time lifecycle script — postinstall="node hooks/postinstall.js"

5 members · evidence strength 90

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/app/.next/server/chunks/2409.jsmatched ".aws/"5
lowCredential file accesspackage/app/.next/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