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.

Weekly downloads
39
Versions published
18
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 bytes841,239
Previous version1.8.0
Published2026-06-11T20:55:40.736Z
SHA-25629240f0a1cad04085c11b7ac37a9b6b8e97f3636f867661525d6714b229e0c01

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.8.1Version
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

Scripts22
  • 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
  • self-checknpm run build && node scripts/self-check.mjs
  • 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