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 updateStatic 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"}'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 high · score 57 · status changed
Evidence
Static findings
10 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/server/dist/public/assets/index-CJXbAqwF.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/.opencode/package-lock.json | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/bin/oyster.mjs | matched "raw.githubusercontent.com" | 12 |
Show all 10 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/server/dist/public/assets/index-CJXbAqwF.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/.opencode/package-lock.json | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/bin/oyster.mjs | matched "raw.githubusercontent.com" | 12 |
| low | Obfuscation | package/server/dist/server/src/claude-pty-manager.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/server/dist/server/src/import.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/server/dist/public/assets/index-CJXbAqwF.js | matched "\\u00C0" | 3 |
| low | Obfuscation | package/server/dist/server/src/pty-manager.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/server/dist/public/assets/qrcode-CFKcgBA8.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/server/dist/server/src/renderers.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/bin/_banner.mjs | matched "\\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.mjsbuild:servercd server && npm run buildbuild:webcd web && npx vite builddevnpx 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 devdev:webcd web && npm run devpredevnode -e "require('fs').rmSync('.dev-port', { force: true })"prepublishOnlynode scripts/sync-published-deps.mjs --check && npm run buildpreview:bannernode scripts/preview-banner.mjsreleasenpm version patch && git push && git push --tagsrelease:betanpm version prerelease --preid=beta && git push && git push --tagsserve:docsnpm run build:changelog && npx --yes serve@14 docssync-published-depsnode scripts/sync-published-deps.mjsversionnpm run build:changelog && git add docs/changelog.html
Dependencies7
@modelcontextprotocol/sdk^1.29.0better-sqlite3^12.10.0chokidar^4.0.3ignore^7.0.5marked^18.0.4opencode-ai^1.15.10ws^8.21.0
Optional dependencies1
@lydell/node-pty^1.2.0-beta.12