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
- 3
- First published
- Jun 2026
- Publisher
- monarchjuno
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
Remote Payload: matched "raw.githubusercontent.com"
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 29 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/server/services/apm-package/github-source.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/client/install.sh | matched "curl " | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/server/services/apm-package/github-source.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/client/install.sh | matched "curl " | 12 |
| low | Credential file access | package/client/assets/index.es-Btlrnc3g.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts19
buildnpm run build:allbuild:allnpm run clean && npm run build:client && npm run build:serverbuild:clientvite build --outDir clientbuild:servertsc -p tsconfig.server.json && node scripts/copy-runtime-assets.mjscleannode -e "require('fs').rmSync('dist', { recursive: true, force: true }); require('fs').rmSync('client', { recursive: true, force: true })"devnpm run dev:alldev:allnpm run kill-ports && tsx server/start.tsdev:clientvitekill-portsnode scripts/kill-ports.mjs 43200 43201 43202linteslint .opencodeopencode serve --port 43202pack:checknpm run build:all && npm pack --dry-runprepublishOnlynpm run build:allpreviewvite previewservernode ./node_modules/tsx/dist/cli.mjs server/index.tsserver:devnode ./node_modules/tsx/dist/cli.mjs --watch server/index.tsstartnode dist/cli.jstestvitest runtype-checktsc -b --noEmit && tsc -p tsconfig.server.json --noEmit
Dependencies33
@dnd-kit/core^6.3.1@dnd-kit/sortable^10.0.0@dnd-kit/utilities^3.2.2@hono/node-server^2.0.1@lobehub/icons-static-svg^1.91.0@lydell/node-pty^1.2.0-beta.12@opencode-ai/sdk^1.15.6@tanstack/react-query^5.90.21@xterm/addon-fit^0.11.0@xterm/addon-webgl^0.19.0@xterm/xterm^6.0.0@xyflow/react^12.10.1diff^9.0.0discord.js^14.26.4elkjs^0.11.1highlight.js^11.11.1hono^4.12.18lucide-react^0.577.0material-file-icons^2.4.0nanoid^5.1.7open^10.0.0opencode-ai^1.15.6react^19.2.0react-dom^19.2.0react-markdown^10.1.0rehype-highlight^7.0.2remark-gfm^4.0.1strip-json-comments^3.1.1tsx^4.21.0ws^8.19.0- …and 3 more.