PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
1
First published
Jun 2026
Publisher
ravikumarsurya

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 bytes1,002,202
Previous versionnone
Published2026-06-03T18:50:41.122Z
SHA-256f4b5f4ff9c5ebeecec2652c03422849756b739cdb16687946694e33090370b91

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/mcp.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/mcp.jsmatched "raw.githubusercontent.com"12
lowObfuscation Densitypackage/dist/commands/mcp.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/webview-bundle.js3397247 bytes0

Manifest

Package metadata

Scripts7
  • buildtsup && node scripts/build-webview-bundle.mjs
  • cleanrm -rf dist
  • devtsup --watch
  • linteslint --config ../../eslint.config.js --max-warnings=0 src/
  • testvitest run
  • test:coveragevitest run --coverage
  • typechecktsc --noEmit
Dependencies12
  • @modelcontextprotocol/sdk^1.29.0
  • @types/glob^9.0.0
  • axios^1.6.7
  • chalk^5.3.0
  • commander^14.0.3
  • cosmiconfig^9.0.0
  • execa^9.6.1
  • fs-extra^11.2.0
  • glob^13.0.6
  • ora^9.4.0
  • prompts^2.4.2
  • zod^4.4.3