PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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"}'
Publisherliuser
Artifact bytes2,938,780
Previous version0.1.38
Published2026-05-25T04:45:56.877Z
SHA-256e2377dff2161e71de343ad36e8da0cbeebb2b9212dbfadc11573397f861811c6

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

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

liuser

6 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/cli/commands/export-command.mjsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/config/loader.mjsmatched ".azure"30
Show all 34 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/cli/commands/export-command.mjsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/config/loader.mjsmatched ".azure"30
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