PkgRadar

Package evidence

@girardmedia/[email protected]

Obfuscation Density: high encoded/escaped-token density

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 bytes1,169,569
Previous version3.3.1
Published2026-05-20T18:16:15.017Z
SHA-256491c1db95a4990e4f9945acda85b0d664ed387d6843e8dd88a609c8febd15bc2

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/core.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/mcp-server.js2128840 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/core.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/mcp-server.js2128840 bytes10
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