PkgRadar

Package evidence

@magic5644/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
159
Versions published
9
First published
Apr 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":["@magic5644/[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":["@magic5644/[email protected]"],"fail_on":"review"}'
Artifact bytes7,721,135
Previous version1.9.4
Published2026-05-26T16:51:56.846Z
SHA-256fa45113f325e0119e1754aacf74e799322683605aa930c4e6c2e8a037900d066

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/mcpServer.mjshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/astWorker.js6600086 bytes10
mediumLarge Javascript Payloadpackage/dist/graph-it.js7249583 bytes10
mediumLarge Javascript Payloadpackage/dist/indexerWorker.js6625285 bytes10
mediumLarge Javascript Payloadpackage/dist/mcpWorker.js7128330 bytes10

Manifest

Package metadata

Scripts28
  • auditnpm audit
  • audit:fixnpm audit fix
  • buildnode esbuild.js
  • build:clinode esbuild.js --cli-only
  • check:typesnpm run check:types:clean
  • check:types:cleannode -e "require('node:fs').rmSync('out', { recursive: true, force: true });" && tsc --noEmit
  • compilenpm run build
  • compile:teststsc -p tsconfig.vscode-e2e.json
  • linteslint src
  • lint:fixeslint src --fix
  • packagevsce package
  • package:verifynpx vsce ls | grep '\.map$' && echo '❌ ERROR: .map files found in package!' && exit 1 || echo '✅ No .map files in package'
  • package:vsixvsce package
  • publishvsce publish
  • testvitest --run
  • test:allnpm run test:unit
  • test:benchnode scripts/run-benchmarks.mjs
  • test:bench:memorynode scripts/run-memory-bench.mjs
  • test:clivitest run tests/cli
  • test:cli:e2ebash scripts/test-cli-e2e.sh
  • test:coveragevitest run --coverage
  • test:mcpnode scripts/test-mcp.js
  • test:unitvitest run --run
  • test:vscodenpm run compile:tests && npm run compile && node ./tests/vscode-e2e/runTests.js
  • test:vscode:vsixnpm run package && npm run compile:tests && node ./tests/vscode-e2e/runTests.js --vsix
  • test:watchvitest --watch
  • vscode:prepublishnpm run build -- --production
  • watchnode esbuild.js --watch
Dependencies17
  • @dagrejs/dagre^2.0.4
  • @inquirer/core^11.2.0
  • @inquirer/prompts^8.5.0
  • @modelcontextprotocol/sdk^1.29.0
  • chokidar^5.0.0
  • cytoscape^3.33.4
  • cytoscape-fcose^2.2.0
  • ink^7.0.4
  • react^19.2.6
  • react-devtools-core^6.1.5
  • react-dom^19.2.6
  • reactflow^11.11.4
  • sql.js^1.14.1
  • tree-sitter-wasms^0.1.13
  • ts-morph^27.0.2
  • web-tree-sitter^0.26.9
  • zod^4.4.3