PkgRadar

Package evidence

@wolfx/[email protected]

Large Javascript Payload: 4689515 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
29
First published
Apr 2026
Publisher
wolfx

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":["@wolfx/[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":["@wolfx/[email protected]"],"fail_on":"review"}'
Publisherwolfx
Artifact bytes1,289,328
Previous version4.4.0
Published2026-05-26T08:25:35.565Z
SHA-256c6059c8f8b1ba376b9600050d77440d44c0e3ecce27a8d83d8c093bf5a083bf6

Why flagged

What the scanner saw

Large Javascript Payload: 4689515 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js4689515 bytes10

Manifest

Package metadata

Scripts14
  • buildbun run build:ast-grep-mcp && bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi --external zod && bun run build:node-require-shim && tsc --emitDeclarationOnly && bun run build:schema
  • build:ast-grep-mcpbun run --cwd packages/ast-grep-mcp build
  • build:lsp-tools-mcpnpm --prefix packages/lsp-tools-mcp ci && npm --prefix packages/lsp-tools-mcp run build
  • build:model-capabilitiesbun run script/build-model-capabilities.ts
  • build:node-require-shimbun run script/patch-node-require-shim.ts
  • build:schemabun run script/build-schema.ts
  • cleanrm -rf dist
  • preparebun run build
  • prepublishOnlybun run clean && bun run build:lsp-tools-mcp && bun run build
  • testbun run script/run-ci-tests.ts
  • test:model-capabilitiesbun test src/shared/model-capability-aliases.test.ts src/shared/model-capability-guardrails.test.ts src/shared/model-capabilities.test.ts --bail
  • typechecktsgo --noEmit && bun run typecheck:packages
  • typecheck:packagestsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/ast-grep-core/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/prompts-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json
  • typecheck:scripttsgo --noEmit -p script/tsconfig.json
Dependencies12
  • @ast-grep/cli^0.42.2
  • @ast-grep/napi^0.42.2
  • @modelcontextprotocol/sdk^1.29.0
  • @opencode-ai/plugin^1.15.4
  • @opencode-ai/sdk^1.15.4
  • @wolfx/comment-checker0.8.0-patch.2
  • diff^9.0.0
  • effect4.0.0-beta.65
  • js-yaml^4.1.1
  • jsonc-parser^3.3.1
  • picomatch^4.0.4
  • vscode-jsonrpc^8.2.1