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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 55 · status changed
Evidence
Static findings
18 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 18 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/config/aws-credentials.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/tools/aws/cloudtrail.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/tools/aws/cloudwatch-logs.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/tools/aws/connection.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/config/env.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/test-client/run-client.sh | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/run-server.sh | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/test-client/run-server.sh | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/config/aws-credentials.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/test-client/src/services/aws-service.ts | matched ".aws/" | 5 |
| low | Credential file access | package/src/tools/aws/cloudtrail.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/tools/aws/cloudwatch-logs.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/tools/aws/connection.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/config/env.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/test-client/src/config/env.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/test-client/docker-compose.test.yml | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/docker-compose.yml | matched "AWS_ACCESS_KEY" | 3 |
| low | Obfuscation Density | package/test-client/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts8
buildtscdevts-node-dev --respawn --transpile-only src/index.tsformatprettier --write 'src/**/*.ts'linteslint 'src/**/*.ts'lint:fixeslint 'src/**/*.ts' --fixstartts-node src/index.tstest-awsts-node src/aws-test.tstypechecktsc --noEmit
Dependencies4
@aws-sdk/client-cloudwatch-logs^3.800.0@modelcontextprotocol/sdk^1.11.0dotenv^16.3.1eventsource^2.0.2