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
10
First published
Apr 2026
Publisher
ryanjansen

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"}'
Publisherryanjansen
Artifact bytes240,961
Previous version2.8.0
Published2026-05-21T08:27:01.697Z
SHA-256da2d8e49e7419f989a962820f97a680b127cd8ceaedc25334bbbd53dcc43b8f2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/mcp-package/index.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts25
  • buildnpm run build:server && npm run build:schemas && npm run build:module
  • 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-guardsh scripts/css-guard.sh
  • 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-guardsh scripts/ts-guard.sh
  • typechecktsc --noEmit -p tsconfig.server.json && tsc --noEmit -p tsconfig.module.json