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
- 4,353Niche · −30% score
- Versions published
- 41
- First published
- May 2026
- Publisher
- liuser
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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
Credential file access: matched "GITHUB_TOKEN"
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 70 · status changed
Evidence
Static findings
34 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/cli/commands/export-command.mjs | matched "GITHUB_TOKEN" | 10 |
Show all 34 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/cli/commands/export-command.mjs | matched "GITHUB_TOKEN" | 10 |
| low | Credential file access | package/src/config/loader.mjs | matched ".azure" | 5 |
| low | Obfuscation | package/src/browser/extension/background.js | matched "eval(" | 3 |
| low | Obfuscation | package/src/browser/extension/execute-code.js | matched "eval(" | 3 |
| low | Obfuscation | package/src/web-ui/dist/assets/index-DrlJis_D.js | matched "\\u00C0" | 3 |
| low | Obfuscation | package/src/text/ansi.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/session/attachments.mjs | matched "Buffer.from(data, \"base64" | 3 |
| low | Obfuscation | package/src/provider/quota/codex.mjs | matched "Buffer.from(payload, \"base64" | 3 |
| low | Obfuscation | package/src/notification/desktop-notifier.mjs | matched "\\x07" | 3 |
| low | Obfuscation | package/src/cli/tui/select/editor-select-list.mjs | matched "\\x7f" | 3 |
| low | Obfuscation | package/src/cli/tui/editor/external-editor-runner.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/syntax/highlighting.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/input/keybinding-dispatch.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/markdown-renderer.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/input/mouse-selection-controller.mjs | matched "\\x03" | 3 |
| low | Obfuscation | package/src/cli/tui/input/mouse-tracking.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/image-gen/provider.mjs | matched "atob(" | 3 |
| low | Obfuscation | package/src/shell/runtime-state.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/layout/safe-render-boundary.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/shell/screen-buffer.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/input/select-with-keyboard.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/output/selectable-copy.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/selection-screen.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/web-ui/session-manager.mjs | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/cli/shell/shell-drawer.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/startup/startup-banner.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/status/status-bar.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/output/text-line-renderer.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/output/tool-card-renderer.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/shell/tools.mjs | matched "\\x03" | 3 |
| low | Obfuscation | package/src/cli/tui/tui-diff-rendering.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/tui/ui-theme.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/ui.mjs | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/agent/code-search/retrieval/wordpiece.mjs | matched "\\u0000" | 3 |
Manifest
Package metadata
Scripts16
contextcd .. && node march-cli/bin/march.mjs --dump-contextdevcd .. && node march-cli/bin/march.mjsdocs:buildvitepress build docsdocs:devvitepress dev docs --host 127.0.0.1docs:previewvitepress preview docs --host 127.0.0.1notify:experimentnode scripts/notify-experiment.mjspublish:envnode scripts/npm-publish-from-env.mjstestnode test/smoke.test.mjstest:fastnode test/fast.test.mjstest:realnpm run test:shell-runtime-real && npm run test:shell-tui-real && npm run test:tui-key-realtest:shell-runtime-realnode test/shell-real-runtime.acceptance.mjstest:shell-tui-realnode test/shell-tui-real.acceptance.mjstest:tui-key-realnode test/tui-key-real.acceptance.mjsweb:buildtsc -p src/web-ui/tsconfig.json && vite build --config src/web-ui/vite.config.mjsweb:devnode bin/march.mjs web --devweb:previewnpm run web:build && node src/web-ui/server.mjs
Dependencies15
@earendil-works/pi-ai^0.74.0@earendil-works/pi-coding-agent^0.74.0@earendil-works/pi-tui^0.74.0@modelcontextprotocol/sdk^1.29.0@pierre/trees^1.0.0-beta.4@xterm/headless^5.5.0marked^18.0.3node-notifier^10.0.1node-pty^1.1.0react^18.3.1react-dom^18.3.1typebox^1.0.58undici^7.25.0web-tree-sitter^0.26.8ws^8.20.1
Optional dependencies1
@vscode/ripgrep^1.18.0