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.

Weekly downloads
15
Versions published
11
First published
Apr 2026
Publisher
ryanjansen

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"}'
Publisherryanjansen
Artifact bytes249,391
Previous version2.10.0
Published2026-06-13T19:20:52.618Z
SHA-2568675328b0e2ce3ccf6578c144be1b30c85100139fdebb05356ef6286aab03075

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

low
Last checked
lowRisk
0Score
2.11.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/mcp-package/index.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts27
  • buildnpm run build:server && npm run build:schemas && npm run build:module && npm run build:mcp-package
  • build:mcp-packagenode scripts/build-mcp-package.mjs
  • build:modulenode scripts/build-module.mjs
  • build:npmnpm run build:mcp-package
  • build:schemastsx scripts/generate-tool-schemas.ts
  • build:servertsc -p tsconfig.server.json
  • css-guardnode scripts/file-size-guard.mjs css
  • deploynpm run build && node scripts/deploy.js
  • devtsx watch src/server/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • inspectnpx @modelcontextprotocol/inspector tsx src/server/index.ts
  • knipknip --include nsExports,nsTypes --treat-config-hints-as-errors
  • license-checknode scripts/license-check.js
  • linteslint . && stylelint "src/**/*.css"
  • lint:cssstylelint "src/**/*.css"
  • lint:css:fixstylelint "src/**/*.css" --fix
  • lint:fixeslint . --fix && stylelint "src/**/*.css" --fix
  • lockfile-lintlockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-package-names --validate-integrity --empty-hostname false
  • prebuildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • preparehusky
  • prepublishOnlynpm run typecheck && npm run lockfile-lint && npm run license-check && npm run build:schemas && npm run build:mcp-package
  • scansemgrep scan --config .semgrep.yml --config p/owasp-top-ten --config p/nodejs src/
  • ts-guardnode scripts/file-size-guard.mjs ts
  • typechecktsc --noEmit -p tsconfig.server.json && tsc --noEmit -p tsconfig.module.json
  • update:tool-snapshottsx scripts/generate-tool-schemas.ts --update-snapshot
  • verify:schemasnpm run build:schemas && git diff --exit-code -- src/module/ai/tools/generated/ scripts/tool-order.snapshot.json