PkgRadar

Package evidence

[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.

Weekly downloads
24
Versions published
5
First published
Feb 2026
Publisher
tadasant

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"}'
Publishertadasant
Artifact bytes20,070
Previous version0.0.1
Published2026-02-06T18:06:46.991Z
SHA-256c345b70ec7eefe02ca584826e88cf71c0e848145886333268f6e686b0bd4030d

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/shared/resources.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/shared/server.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts12
  • buildtsc && npm run build:integration
  • build:integrationtsc -p tsconfig.integration.json
  • devtsx src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --ext .ts,.tsx
  • lint:fixeslint . --ext .ts,.tsx --fix
  • prebuildcd ../shared && npm run build && cd ../local && node setup-dev.js
  • predevcd ../shared && npm run build && cd ../local && node setup-dev.js
  • prepublishOnlynode prepare-publish.js && node ../scripts/prepare-npm-readme.js
  • stage-publishnpm version
  • startnode build/index.js
Dependencies3
  • @aws-sdk/client-s3^3.700.0
  • @modelcontextprotocol/sdk^1.19.1
  • zod^3.24.1