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
7
First published
May 2026
Publisher
venkateswaranaidu

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"}'
Artifact bytes108,437
Previous version2.0.0
Published2026-05-28T15:47:06.567Z
SHA-25629a5c0c915a2ccf506d2ca457b3239aee9655d0aa9763efa086412269b107dbd

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/checks/dependabot.jsmatched "GITHUB_TOKEN"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/checks/dependabot.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/tools/checkSetup.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/configure.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/help.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/config/loader.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/tools/setupRepo.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts5
  • buildtsc
  • devtsc --watch
  • linteslint src --ext .ts
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies4
  • @modelcontextprotocol/sdk^1.0.0
  • glob^11.0.0
  • minimatch^10.2.5
  • zod^3.23.8