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
3
First published
May 2026
Publisher
ndycode

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"}'
Publisherndycode
Artifact bytes115,178
Previous version1.0.0
Published2026-05-26T05:50:07.948Z
SHA-25613cc7f3641aca63c4e014faf6dd7aaf3d209a95f4231222bf3afb70276b7de5d

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
30Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/core/auth/auth-handler.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/core/auth/auth-handler.jsmatched ".aws"5
lowCredential file accesspackage/dist/plugin/auth-page.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/plugin/auth-page.jsmatched ".aws"5
lowCredential file accesspackage/dist/constants.jsmatched ".aws"5
lowCredential file accesspackage/dist/src/constants.jsmatched ".aws"5

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.build.json && node scripts/fix-esm-imports.mjs
  • formatprettier --write "src/**/*.{ts,tsx}"
  • preparehusky
  • smoke:packnpm run build && node scripts/package-smoke.mjs
  • testbun test --parallel=1
  • typechecktsc --noEmit
Dependencies6
  • @aws/codewhisperer-streaming-client^1.0.34
  • @opencode-ai/plugin^1.14.39
  • ink^7.0.2
  • react^19.2.6
  • react-devtools-core^7.0.1
  • zod^3.24.0