PkgRadar

Package evidence

@schuettc/[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
15
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":["@schuettc/[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":["@schuettc/[email protected]"],"fail_on":"review"}'
Publisherschuettc
Artifact bytes133,008
Previous version0.0.1
Published2025-05-06T17:44:42.305Z
SHA-256cdd72bc245d69b7783e3547a9600ba63d33edf5a14ed718ec8a16146b50dadb2

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
51Score
0.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 51 · 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/config/env.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test-client/run-client.shmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/run-server.shmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test-client/run-server.shmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/config/aws-credentials.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test-client/src/services/aws-service.tsmatched ".aws/"5
lowCredential file accesspackage/src/config/env.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test-client/src/config/env.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/test-client/docker-compose.test.ymlmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/docker-compose.ymlmatched "AWS_ACCESS_KEY"3
lowObfuscation Densitypackage/test-client/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildtsc
  • devts-node-dev --respawn --transpile-only src/index.ts
  • formatprettier --write 'src/**/*.ts'
  • linteslint 'src/**/*.ts'
  • lint:fixeslint 'src/**/*.ts' --fix
  • startts-node src/index.ts
  • test-awsts-node src/aws-test.ts
  • typechecktsc --noEmit
Dependencies4
  • @aws-sdk/client-cloudwatch-logs^3.800.0
  • @modelcontextprotocol/sdk^1.11.0
  • dotenv^16.3.1
  • eventsource^2.0.2