PkgRadar

Package evidence

@jigyasudham/[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
268
Versions published
30
First published
May 2026
Publisher
jigyasudham

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":["@jigyasudham/[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":["@jigyasudham/[email protected]"],"fail_on":"review"}'
Publisherjigyasudham
Artifact bytes469,183
Previous version2.1.1
Published2026-06-06T10:19:40.079Z
SHA-2568ad59d96c4500ef6240b7569671d5c2151de1b9361d554ab63c9cd8f1daff3ac

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/server/handlers/git.jsmatched "GITHUB_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/server/handlers/git.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/adapters/index.jsmatched ".aws/"5
lowCredential file accesspackage/dist/agents/security/secrets.jsmatched ".aws/"5

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsx src/cli.ts
  • inittsx src/cli.ts init
  • prepublishOnlynpm run build
  • startnode dist/server.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies3
  • @modelcontextprotocol/sdk^1.0.0
  • web-tree-sitter^0.26.9
  • zod^4.4.3