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
353
Versions published
4
First published
May 2026
Publisher
sean.holung

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"}'
Publishersean.holung
Artifact bytes228,020
Previous version0.0.1-beta.2
Published2026-05-28T00:28:28.673Z
SHA-2567874d92247f8a22cd0ebaca04bd3db69a8cdb8d7e38d38ddef7b095688d65b76

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/companions/build/examples.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/client/assets/index-BMwcJoTJ.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/companions/build/examples.tsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts13
  • buildtsc -p tsconfig.json && vite build
  • checktsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit
  • devconcurrently -n server,client,tsc -c blue,green,gray "npm:dev:server" "npm:dev:client" "npm:dev:tsc"
  • dev:clientvite
  • dev:servertsx watch src/server/index.ts
  • dev:tsctsc -p tsconfig.json --watch --preserveWatchOutput
  • install:globalnpm link
  • linteslint .
  • prepublishOnlynpm run build
  • startnode dist/src/server/index.js
  • testvitest run
  • test:watchvitest
  • uninstall:globalnpm unlink -g claudepanion
Dependencies10
  • @modelcontextprotocol/sdk^1.29.0
  • @octokit/rest^21.0.0
  • chokidar^5.0.0
  • express^4.19.2
  • react^18.3.1
  • react-dom^18.3.1
  • react-markdown^10.1.0
  • react-router-dom^6.26.0
  • typescript^5.7.2
  • zod^4.3.6