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
13
Versions published
2
First published
May 2025
Publisher
schuettc

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"}'
Publisherschuettc
Artifact bytes109,129
Previous version0.0.3
Published2025-05-07T05:28:15.404Z
SHA-2566e383ae85f2110a7574635f0abeab0db522307aa172386014e43e01ee6ce0dbb

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/config/aws-credentials.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/aws/cloudtrail.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/aws/cloudwatch-logs.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/aws/connection.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/config/env.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/run-server.shmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/config/aws-credentials.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/tools/aws/cloudtrail.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/tools/aws/cloudwatch-logs.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/tools/aws/connection.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/config/env.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/docker-compose.ymlmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts13
  • buildtsc
  • devts-node-dev --respawn --transpile-only src/index.ts
  • dev:stdiots-node-dev --respawn --transpile-only src/index.ts --stdio
  • formatprettier --write "src/**/*.ts"
  • linteslint . --max-warnings=100
  • prepublishOnlypnpm build
  • releaserelease-it
  • simplets-node-dev --respawn --transpile-only src/simple-server.ts
  • startnode dist/index.js
  • start:stdionode dist/index.js --stdio
  • sync-docsnode scripts/sync-docs.js
  • testecho "Error: no test specified" && exit 1
  • typechecktsc --noEmit
Dependencies11
  • @aws-sdk/client-cloudtrail^3.799.0
  • @aws-sdk/client-cloudwatch^3.799.0
  • @aws-sdk/client-cloudwatch-logs^3.799.0
  • @aws-sdk/client-iam^3.799.0
  • @aws-sdk/credential-providers^3.799.0
  • @aws-sdk/types^3.775.0
  • @modelcontextprotocol/sdk^1.11.0
  • cors^2.8.5
  • dotenv^16.5.0
  • express^5.1.0
  • zod^3.24.4