PkgRadar

Package evidence

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

Versions published
2
First published
May 2026
Publisher
brandonburrus

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"}'
Publisherbrandonburrus
Artifact bytes378,688
Previous version0.0.1
Published2026-05-26T04:39:27.190Z
SHA-2561c7e0520a2cc03ab28ae55cfec2141606d25066202250e210e6b1400c7c7a8f6

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
24Score
0.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts19
  • buildnpm run build:viewer && tsup
  • build:viewernode scripts/build-viewer.mjs
  • checkbiome check .
  • devtsup --watch
  • formatbiome format --write .
  • inspectnpm run build && npx @modelcontextprotocol/inspector node ./dist/index.js
  • inspect:mcpjamnpm run build && npx @mcpjam/inspector@latest node ./dist/index.js
  • inspect:nativenpm run build && npx @modelcontextprotocol/inspector node ./dist/index.js --backend=native
  • inspect:no-buildnpx @modelcontextprotocol/inspector node ./dist/index.js
  • inspect:wasmnpm run build && npx @modelcontextprotocol/inspector node ./dist/index.js --backend=wasm
  • lintbiome lint .
  • prepacknpm run build
  • preparehusky
  • prepublishOnlynpm run check && npm test
  • startnode dist/index.js
  • testnpm run build:viewer && vitest run
  • test:coveragenpm run build:viewer && vitest run --coverage
  • test:watchnpm run build:viewer && vitest
  • typechecknpm run build:viewer && tsc --noEmit
Dependencies5
  • @hpcc-js/wasm-graphviz^1.7.0
  • @modelcontextprotocol/ext-apps^1.7.2
  • fastmcp^4.0.1
  • solid-js^1.9.13
  • zod^3.23.0