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
1
First published
Jun 2026
Publisher
tux86

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"}'
Publishertux86
Artifact bytes15,349
Previous versionnone
Published2026-06-11T10:42:07.778Z
SHA-25653915da7ba26d7c2e80fb5f6121d27e27b22cff423dfdebcdd5e50d9235e588d

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched ".aws/"5

Manifest

Package metadata

Scripts7
  • buildbun build src/cli/index.tsx --target node --packages external --outfile dist/cli.js
  • devbun run --watch src/cli/index.tsx
  • linteslint src
  • prepackbun run build
  • preparehusky
  • startbun run src/cli/index.tsx
  • testbun test
Dependencies7
  • @aws-sdk/client-sso^3.958.0
  • @aws-sdk/client-sso-oidc^3.958.0
  • @aws-sdk/client-sts^3.700.0
  • ini^5.0.0
  • ink^6.0.0
  • ink-spinner^5.0.0
  • react^19.0.0