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
321
Versions published
42
First published
Apr 2026
Publisher
alexander

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"}'
Publisheralexander
Artifact bytes315,636
Previous version9.0.0
Published2026-05-23T11:15:59.268Z
SHA-256b015204acf926ed9dce2272c93369d9839b05f4f8a04faffa3d6b91a6a8833ad

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
10.0.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/cli.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts13
  • buildtsup
  • devtsx src/cli.ts
  • formatprettier --check .
  • format:changelogprettier --write CHANGELOG.md
  • format:writeprettier --write .
  • inspectnpm run build && npx @modelcontextprotocol/inspector node dist/cli.js --vault
  • linteslint .
  • preparegit config core.hooksPath .githooks
  • prepublishOnlynpm run build && npm run test && npm run lint && npm run format
  • prereleasenpm run build && npm run test && npm run lint && npm run format
  • releasecommit-and-tag-version
  • release:dry-runcommit-and-tag-version --dry-run
  • testvitest run
Dependencies6
  • @modelcontextprotocol/sdk^1.15.1
  • @xenova/transformers^2.17.2
  • fast-glob^3.3.3
  • sift^17.1.3
  • yaml^2.8.3
  • yargs^18.0.0