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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/mcp-package/index.mjs | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts25
buildnpm run build:server && npm run build:schemas && npm run build:modulebuild:mcp-packagenode scripts/build-mcp-package.mjsbuild:modulenode scripts/build-module.mjsbuild:npmnpm run build:mcp-packagebuild:schemastsx scripts/generate-tool-schemas.tsbuild:servertsc -p tsconfig.server.jsoncss-guardsh scripts/css-guard.shdeploynpm run build && node scripts/deploy.jsdevtsx watch src/server/index.tsformatprettier --write .format:checkprettier --check .inspectnpx @modelcontextprotocol/inspector tsx src/server/index.tsknipknip --include nsExports,nsTypes --treat-config-hints-as-errorslicense-checknode scripts/license-check.jslinteslint . && stylelint "src/**/*.css"lint:cssstylelint "src/**/*.css"lint:css:fixstylelint "src/**/*.css" --fixlint:fixeslint . --fix && stylelint "src/**/*.css" --fixlockfile-lintlockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-package-names --validate-integrity --empty-hostname falseprebuildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})"preparehuskyprepublishOnlynpm run typecheck && npm run lockfile-lint && npm run license-check && npm run build:schemas && npm run build:mcp-packagescansemgrep scan --config .semgrep.yml --config p/owasp-top-ten --config p/nodejs src/ts-guardsh scripts/ts-guard.shtypechecktsc --noEmit -p tsconfig.server.json && tsc --noEmit -p tsconfig.module.json