PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Versions published
17
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 bytes589,981
Previous version1.3.2
Published2026-04-05T02:27:34.488Z
SHA-25652d6cf6e56d222b3956fd400a6299972845b1f266ca31947465b226efd2a4fd1

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
36Score
1.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 36 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/http-server-contribute.jsmatched "GITHUB_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/http-server-contribute.jsmatched "GITHUB_TOKEN"30
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

Scripts15
  • buildtsc
  • cleanrimraf dist
  • devtsc --watch
  • export:taxonomynpx ts-node --esm scripts/export-taxonomy.ts
  • linteslint src/
  • 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
  • servenode dist/http-server.js
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:mutationstryker run
  • 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