PkgRadar

Package evidence

@faizahmed/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
2
First published
Jun 2026
Publisher
faizahmed

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":["@faizahmed/[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":["@faizahmed/[email protected]"],"fail_on":"review"}'
Publisherfaizahmed
Artifact bytes63,542
Previous versionnone
Published2026-06-12T10:16:19.847Z
SHA-256e1b0b01625f478dcfa7d35f179a28a6bed92dfe63fdc9333b0a544c708e978b5

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/bin/cli.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/options.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • formatprettier --write "{src,bin,test}/**/*.js"
  • format:checkprettier --check "{src,bin,test}/**/*.js"
  • linteslint .
  • lint:fixeslint . --fix
  • pack:localpnpm pack
  • testnode --test test/*.test.js
  • test:coveragec8 node --test test/*.test.js
  • typechecktsc --noEmit --strict --lib es2022 src/index.d.ts
Dependencies4
  • @aws-sdk/client-kms^3.1067.0
  • asn1js^3.0.10
  • pkijs^3.4.0
  • pvtsutils^1.3.5