PkgRadar

Package evidence

@ravikumarsurya/[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.

Weekly downloads
117
Versions published
51
First published
Mar 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":["@ravikumarsurya/[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":["@ravikumarsurya/[email protected]"],"fail_on":"review"}'
Artifact bytes1,000,357
Previous version0.0.58
Published2026-05-31T15:06:51.296Z
SHA-25657acd56ce45f76206fc7ede1346844c78dc40d30de75b5ac12f0657843b09b36

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.js3397116 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