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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes621,036
Previous version0.9.8
Published2026-05-24T18:23:53.934Z
SHA-256fa5f6a0eb82d20a2bc31aea7a40a367a8ee21fed28101b446add42b98fad1b63

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

high
Last checked
highRisk
57Score
0.10.0Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/server/dist/public/assets/index-CJXbAqwF.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/.opencode/package-lock.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/bin/oyster.mjsmatched "raw.githubusercontent.com"12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/server/dist/public/assets/index-CJXbAqwF.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/.opencode/package-lock.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/bin/oyster.mjsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/server/dist/server/src/claude-pty-manager.jsmatched "\\x1b"3
lowObfuscationpackage/server/dist/server/src/import.jsmatched "\\uFEFF"3
lowObfuscationpackage/server/dist/public/assets/index-CJXbAqwF.jsmatched "\\u00C0"3
lowObfuscationpackage/server/dist/server/src/pty-manager.jsmatched "\\x1b"3
lowObfuscationpackage/server/dist/public/assets/qrcode-CFKcgBA8.jsmatched "fromCharCode"3
lowObfuscationpackage/server/dist/server/src/renderers.jsmatched "\\uFEFF"3
lowObfuscationpackage/bin/_banner.mjsmatched "\\x1b"3

Manifest

Package metadata

Scripts15
  • buildnpm run build:web && npm run build:server && node -e "const fs=require('fs');fs.cpSync('web/dist','server/dist/public',{recursive:true})"
  • build:changelognode scripts/build-changelog.mjs
  • build:servercd server && npm run build
  • build:webcd web && npx vite build
  • devnpx concurrently -n web,server -c blue,green "npx wait-on file:.dev-port && cd web && npm run dev" "cd server && npm run dev"
  • dev:servercd server && npm run dev
  • dev:webcd web && npm run dev
  • predevnode -e "require('fs').rmSync('.dev-port', { force: true })"
  • prepublishOnlynode scripts/sync-published-deps.mjs --check && npm run build
  • preview:bannernode scripts/preview-banner.mjs
  • releasenpm version patch && git push && git push --tags
  • release:betanpm version prerelease --preid=beta && git push && git push --tags
  • serve:docsnpm run build:changelog && npx --yes serve@14 docs
  • sync-published-depsnode scripts/sync-published-deps.mjs
  • versionnpm run build:changelog && git add docs/changelog.html
Dependencies7
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.10.0
  • chokidar^4.0.3
  • ignore^7.0.5
  • marked^18.0.4
  • opencode-ai^1.15.10
  • ws^8.21.0
Optional dependencies1
  • @lydell/node-pty^1.2.0-beta.12