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
8
Versions published
4
First published
May 2026
Publisher
trstnk

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"}'
Publishertrstnk
Artifact bytes57,066
Previous version0.6.0
Published2026-05-31T16:00:47.601Z
SHA-256b3bfc3f21c92f6c6c009cc96af7e69aef3da36b9b6a1be90b88863ad94115fa2

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
0.6.1Version
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/tools/profiles.jsmatched ".aws/"5

Manifest

Package metadata

Scripts8
  • buildtsc
  • cinpm run lint && npm run typecheck && npm run build && npm test
  • devtsx src/index.ts
  • linteslint src
  • lint:fixeslint src --fix
  • prepublishOnlynpm run ci
  • testnode scripts/smoke-test.mjs
  • typechecktsc --noEmit
Dependencies10
  • @ai-sdk/amazon-bedrock^4.0.111
  • @ai-sdk/anthropic^3.0.81
  • @ai-sdk/google^3.0.80
  • @ai-sdk/openai^3.0.67
  • @aws-sdk/credential-providers^3.1057.0
  • @inquirer/prompts^8.5.1
  • ai^6.0.193
  • chalk^5.6.2
  • commander^15.0.0
  • zod^4.4.3