PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 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"}'
Publisherliuser
Artifact bytes2,940,449
Previous version0.1.39
Published2026-05-25T07:41:30.054Z
SHA-2562bf6e4678851439074564818b1691aa892952c8c3454eba28a9647de5c2468cf

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

review
Last checked
reviewRisk
70Score
0.1.40Version
Status history (1 event)
  1. newavailable · risk review · score 70 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/cli/commands/export-command.mjsmatched "GITHUB_TOKEN"10
Show all 34 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/cli/commands/export-command.mjsmatched "GITHUB_TOKEN"10
lowCredential file accesspackage/src/config/loader.mjsmatched ".azure"5
lowObfuscationpackage/src/browser/extension/background.jsmatched "eval("3
lowObfuscationpackage/src/browser/extension/execute-code.jsmatched "eval("3
lowObfuscationpackage/src/web-ui/dist/assets/index-DrlJis_D.jsmatched "\\u00C0"3
lowObfuscationpackage/src/text/ansi.mjsmatched "\\x1b"3
lowObfuscationpackage/src/session/attachments.mjsmatched "Buffer.from(data, \"base64"3
lowObfuscationpackage/src/provider/quota/codex.mjsmatched "Buffer.from(payload, \"base64"3
lowObfuscationpackage/src/notification/desktop-notifier.mjsmatched "\\x07"3
lowObfuscationpackage/src/cli/tui/select/editor-select-list.mjsmatched "\\x7f"3
lowObfuscationpackage/src/cli/tui/editor/external-editor-runner.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/syntax/highlighting.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/input/keybinding-dispatch.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/markdown-renderer.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/input/mouse-selection-controller.mjsmatched "\\x03"3
lowObfuscationpackage/src/cli/tui/input/mouse-tracking.mjsmatched "\\x1b"3
lowObfuscationpackage/src/image-gen/provider.mjsmatched "atob("3
lowObfuscationpackage/src/shell/runtime-state.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/layout/safe-render-boundary.mjsmatched "\\x1b"3
lowObfuscationpackage/src/shell/screen-buffer.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/input/select-with-keyboard.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/output/selectable-copy.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/selection-screen.mjsmatched "\\x1b"3
lowObfuscationpackage/src/web-ui/session-manager.mjsmatched "fromCharCode"3
lowObfuscationpackage/src/cli/shell/shell-drawer.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/startup/startup-banner.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/status/status-bar.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/output/text-line-renderer.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/output/tool-card-renderer.mjsmatched "\\x1b"3
lowObfuscationpackage/src/shell/tools.mjsmatched "\\x03"3
lowObfuscationpackage/src/cli/tui/tui-diff-rendering.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/tui/ui-theme.mjsmatched "\\x1b"3
lowObfuscationpackage/src/cli/ui.mjsmatched "\\x1b"3
lowObfuscationpackage/src/agent/code-search/retrieval/wordpiece.mjsmatched "\\u0000"3

Manifest

Package metadata

Scripts16
  • contextcd .. && node march-cli/bin/march.mjs --dump-context
  • devcd .. && node march-cli/bin/march.mjs
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs --host 127.0.0.1
  • docs:previewvitepress preview docs --host 127.0.0.1
  • notify:experimentnode scripts/notify-experiment.mjs
  • publish:envnode scripts/npm-publish-from-env.mjs
  • testnode test/smoke.test.mjs
  • test:fastnode test/fast.test.mjs
  • test:realnpm run test:shell-runtime-real && npm run test:shell-tui-real && npm run test:tui-key-real
  • test:shell-runtime-realnode test/shell-real-runtime.acceptance.mjs
  • test:shell-tui-realnode test/shell-tui-real.acceptance.mjs
  • test:tui-key-realnode test/tui-key-real.acceptance.mjs
  • web:buildtsc -p src/web-ui/tsconfig.json && vite build --config src/web-ui/vite.config.mjs
  • web:devnode bin/march.mjs web --dev
  • web: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.0
  • marked^18.0.3
  • node-notifier^10.0.1
  • node-pty^1.1.0
  • react^18.3.1
  • react-dom^18.3.1
  • typebox^1.0.58
  • undici^7.25.0
  • web-tree-sitter^0.26.8
  • ws^8.20.1
Optional dependencies1
  • @vscode/ripgrep^1.18.0