PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 12320496 bytes

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
105
Versions published
21
First published
Feb 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes3,846,456
Previous version2.25.3
Published2026-05-11T16:34:32.753Z
SHA-256267613344c369a247d64138ea008218266031c0865ea73c0bb9cffcb2938ec8d

Why flagged

What the scanner saw

Large Javascript Payload: 12320496 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/codeql-development-mcp-server.js12320496 bytes10

Manifest

Package metadata

Scripts18
  • buildnpm run clean && npm run lint && npm run bundle
  • build:allnpm run build && npm run test:ql:fail-fast
  • bundlenpm run rebuild:esbuild && node esbuild.config.js
  • cleanrm -rf dist .tmp
  • dev:httpnpm run build && TRANSPORT_MODE=http node dist/codeql-development-mcp-server.js
  • dev:stdionpm run build && TRANSPORT_MODE=stdio node dist/codeql-development-mcp-server.js
  • formatprettier --write 'src/**/*.ts'
  • linteslint src test --ext .ts
  • lint:fixeslint src test --ext .ts --fix
  • rebuild:esbuildnpm rebuild esbuild --ignore-scripts=false
  • startnpm run build && node dist/codeql-development-mcp-server.js
  • testnpm run build && npm run test:ts:coverage
  • test:coveragenpm run test:ts:coverage
  • test:ql./scripts/run-query-unit-tests.sh
  • test:ql:fail-fast./scripts/run-query-unit-tests.sh --fail-fast
  • test:tsvitest --run
  • test:ts:coveragevitest --run --coverage
  • test:watchvitest --watch
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • adm-zip^0.5.17
  • cors^2.8.6
  • dotenv^17.4.2
  • express^5.2.1
  • js-yaml^4.1.1
  • sql.js^1.14.1
  • zod^3.25.76