PkgRadar

Package evidence

@ltgiang/[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,918Niche · −30% score
Versions published
21
First published
May 2026
Publisher
ltgiang

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":["@ltgiang/[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":["@ltgiang/[email protected]"],"fail_on":"review"}'
Publisherltgiang
Artifact bytes13,170,426
Previous version0.4.62
Published2026-05-25T17:06:10.871Z
SHA-25649e34fe77d551cf9df2c15dbc1e9cd552f366fdc40543b6e9609a6ecb4617041

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

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