PkgRadar

Package evidence

@girardmedia/[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
484
Versions published
93
First published
Feb 2026
Publisher
sevakgirard

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":["@girardmedia/[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":["@girardmedia/[email protected]"],"fail_on":"review"}'
Publishersevakgirard
Artifact bytes766,742
Previous version3.3.2
Published2026-05-25T23:47:49.354Z
SHA-256dbbd00e4bf1a261cfe0c979bbdb8650e3a910e8e904110e1b75a918f6a560b45

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
10Score
3.3.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/dist/cli/index.jsmatched "GITHUB_TOKEN"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts8
  • buildtsup && node ./scripts/sync-publish-artifacts.cjs
  • devtsup --watch
  • linteslint src/
  • mcpnode dist/mcp-server.js
  • pack:dry-runnpm pack --dry-run --json
  • postinstallnode scripts/postinstall.cjs
  • startnode bin/bootspring.js
  • typechecktsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk^1.0.0
  • jsonwebtoken^9.0.3
  • ws^8.18.0
  • yaml^2.8.0
  • zod^4.3.6