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
46
Versions published
16
First published
Feb 2026
Publisher
juanghiri

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"}'
Publisherjuanghiri
Artifact bytes812,783
Previous version1.6.1
Published2026-06-03T01:50:31.485Z
SHA-25615865b0784423c03707de2d29f181abe8787c52597c9c4a7e20238c7d350bf09

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/templates/observability-xray/mcp-servers.yamlmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/templates/zero-trust/mcp-servers.yamlmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts21
  • audit:testsnode scripts/audit-tests.cjs
  • buildtsc
  • cleanrimraf dist
  • devtsc --watch
  • docs:generatetypedoc
  • export:taxonomynpx ts-node --esm scripts/export-taxonomy.ts
  • linteslint src/
  • post-resultsnode scripts/post-results.cjs
  • preparenode -e "if(require('fs').existsSync('.git')&&require('fs').existsSync('scripts/setup-hooks.sh')){require('child_process').execSync('bash scripts/setup-hooks.sh',{stdio:'inherit'})}"
  • prepublishOnlynpm run clean && npm run build
  • protectbash scripts/protect-branch.sh
  • servenode dist/http-server.js
  • shipbash scripts/ship.sh
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:mutationstryker run
  • test:mutation:brownfieldstryker run stryker.brownfield.json
  • test:mutation:cistryker run --reporters progress,clear-text
  • test:mutation:sentinelstryker run stryker.sentinel.json
  • test:watchvitest
Dependencies3
  • @modelcontextprotocol/sdk^1.12.1
  • js-yaml^4.1.0
  • zod^3.24.2