PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2676100 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.

Versions published
195Mature · −50% score
First published
Jun 2025
Publisher
bgauryy

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisherbgauryy
Artifact bytes1,499,165
Previous version14.1.2
Published2026-05-17T00:34:53.155Z
SHA-256d1540f9a5aa23b984246f8fb2e76e8b016c4ac69b2c258051328a50612e27487

Why flagged

What the scanner saw

Large Javascript Payload: 2676100 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
14.2.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowLarge Javascript Payloadpackage/dist/index.js2676100 bytes0
lowLarge Javascript Payloadpackage/dist/public.js2419245 bytes0

Manifest

Package metadata

Scripts34
  • buildyarn clean && node build.mjs && tsc --emitDeclarationOnly -p tsconfig.build.json
  • build:binbun build ./src/index.ts --compile --minify --sourcemap --outfile dist/octocode-mcp
  • build:bin:allbun run build:bin:linux-x64 && bun run build:bin:linux-arm64 && bun run build:bin:linux-x64-musl && bun run build:bin:darwin-arm64 && bun run build:bin:darwin-x64 && bun run build:bin:windows-x64
  • build:bin:darwin-arm64bun build ./src/index.ts --compile --minify --sourcemap --target=bun-darwin-arm64 --outfile dist/octocode-mcp-darwin-arm64
  • build:bin:darwin-x64bun build ./src/index.ts --compile --minify --sourcemap --target=bun-darwin-x64 --outfile dist/octocode-mcp-darwin-x64
  • build:bin:linux-arm64bun build ./src/index.ts --compile --minify --sourcemap --target=bun-linux-arm64 --outfile dist/octocode-mcp-linux-arm64
  • build:bin:linux-x64bun build ./src/index.ts --compile --minify --sourcemap --target=bun-linux-x64 --outfile dist/octocode-mcp-linux-x64
  • build:bin:linux-x64-muslbun build ./src/index.ts --compile --minify --sourcemap --target=bun-linux-x64-musl --outfile dist/octocode-mcp-linux-x64-musl
  • build:bin:windows-x64bun build ./src/index.ts --compile --minify --sourcemap --target=bun-windows-x64 --outfile dist/octocode-mcp-windows-x64.exe
  • build:ciyarn verify && yarn build
  • build:devnode build.mjs && tsc --emitDeclarationOnly -p tsconfig.build.json
  • build:watchnode build.mjs --watch
  • cleanrm -rf dist/
  • debugnpx @modelcontextprotocol/inspector node dist/index.js
  • formatprettier --write "src/**/*.{ts,js,json}"
  • format:checkprettier --check "src/**/*.{ts,js,json}"
  • linteslint src tests
  • lint:fixeslint src tests --fix
  • mcp:contractsyarn test:contracts
  • mcp:packageyarn lint && yarn typecheck && yarn test:contracts
  • prepackyarn build:ci
  • testvitest run --coverage
  • test:contractsOCTOCODE_ENFORCE_WARNING_FREE_TESTS=1 vitest run tests/index.test.ts tests/index.shutdown.test.ts tests/serverConfig*.test.ts tests/tools/providerExecution.test.ts tests/utils/bulkOperations.test.ts tests/flows/
  • test:contracts:flowsOCTOCODE_ENFORCE_WARNING_FREE_TESTS=1 vitest run tests/flows/
  • test:contracts:providersOCTOCODE_ENFORCE_WARNING_FREE_TESTS=1 vitest run tests/index.test.ts tests/index.shutdown.test.ts tests/serverConfig*.test.ts tests/tools/providerExecution.test.ts
  • test:contracts:responsesOCTOCODE_ENFORCE_WARNING_FREE_TESTS=1 vitest run tests/utils/bulkOperations.test.ts
  • test:contracts:startupOCTOCODE_ENFORCE_WARNING_FREE_TESTS=1 vitest run tests/index.test.ts tests/index.shutdown.test.ts tests/serverConfig*.test.ts
  • test:quietvitest run --reporter=dot --silent
  • test:uivitest --ui
  • test:watchvitest --watch
  • …and 4 more.
Dependencies5
  • @coderabbitai/bitbucket^1.1.4
  • @octocodeai/octocode-core^1.0.2
  • @vscode/ripgrep^1.18.0
  • typescript^5.9.3
  • typescript-language-server^5.1.3