PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh/"

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.

Versions published
14
First published
May 2026
Publisher
dufangshi

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"}'
Publisherdufangshi
Artifact bytes2,509,840
Previous version0.1.9
Published2026-05-21T21:02:28.394Z
SHA-2568f0c37cfe9fe1bb9bd8b4c413141d041a72b7bf01a2dff23f19cda690233d610

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.10Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/apps/supervisor-web/dist/assets/ssh-config-_ykCGR6B.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts18
  • buildpnpm -r --if-present build
  • db:migratepnpm --filter @remote-codex/db db:migrate
  • devconcurrently -k -n api,web -c blue,green "pnpm --filter @remote-codex/supervisor-api dev" "pnpm --filter @remote-codex/supervisor-web dev"
  • dev:resetpnpm dev:stop && pnpm dev
  • dev:stopnode scripts/stop-dev-servers.mjs
  • impeccableimpeccable
  • impeccable:detectimpeccable detect apps/supervisor-web/src
  • impeccable:detect:fastimpeccable detect --fast apps/supervisor-web/src
  • impeccable:detect:jsonimpeccable detect --fast --json apps/supervisor-web/src
  • lintpnpm -r --if-present lint
  • prepackpnpm build
  • service:restartnode scripts/service-restart.mjs launch
  • service:startnode scripts/service-manager.mjs start
  • service:statusnode scripts/service-manager.mjs status
  • service:stopnode scripts/service-manager.mjs stop
  • testNODE_ENV=test pnpm -r --if-present test
  • test:e2eplaywright test
  • typecheckpnpm -r --if-present typecheck
Dependencies10
  • @anthropic-ai/claude-agent-sdk0.3.146
  • @anthropic-ai/sdk^0.97.1
  • @fastify/multipart^9.0.3
  • @fastify/websocket^11.0.2
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.10.0
  • fastify^5.2.1
  • marked^18.0.3
  • puppeteer-core^24.43.1
  • zod^4.4.3