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 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)
| 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/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/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/docker-compose.yml | matched "AWS_ACCESS_KEY" | 3 |
Manifest
Package metadata
Scripts13
buildtscdevts-node-dev --respawn --transpile-only src/index.tsdev:stdiots-node-dev --respawn --transpile-only src/index.ts --stdioformatprettier --write "src/**/*.ts"linteslint . --max-warnings=100prepublishOnlypnpm buildreleaserelease-itsimplets-node-dev --respawn --transpile-only src/simple-server.tsstartnode dist/index.jsstart:stdionode dist/index.js --stdiosync-docsnode scripts/sync-docs.jstestecho "Error: no test specified" && exit 1typechecktsc --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.0cors^2.8.5dotenv^16.5.0express^5.1.0zod^3.24.4