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
44
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,951,546
Previous version0.1.42
Published2026-05-25T23:00:41.581Z
SHA-256f057f87b8115b7547f5247006e2b698809ebf89e5dd7a8ee1dff9d9815709a71

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
3Score
0.1.45Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/cli/commands/export-command.mjsmatched "GITHUB_TOKEN"5

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