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
2
First published
Jun 2026
Publisher
kadencartwright

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"}'
Artifact bytes1,840,530
Previous version0.1.0
Published2026-06-02T15:15:03.764Z
SHA-256a1c80fa31103a3af120e63fe1f31a78bb09931ad7306bad42c35656d9126e2a6

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.1Version
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/dist/web/assets/ssh-config-_ykCGR6B.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts10
  • buildtsc -b && pnpm run build:package
  • build:bundletsup src/bin.ts --format esm --platform node --target node20 --out-dir dist --external @effect/cli --external @effect/experimental --external @effect/platform --external @effect/platform-node --external @effect/sql --external @effect/sql-sqlite-node --external better-sqlite3 --external effect && chmod +x dist/bin.js
  • build:packagerm -rf dist && pnpm run build:bundle && pnpm --dir ../../apps/web run build && cp -R ../../apps/web/dist dist/web
  • devtsx src/bin.ts daemon start
  • pack:dry-runnpm pack --dry-run
  • prepackpnpm run build
  • publish:npmnpm publish
  • publish:npm:dry-runnpm publish --dry-run
  • testvitest run --root ../.. packages/cli/test
  • typechecktsc -b
Dependencies7
  • @effect/cli^0.75.1
  • @effect/experimental^0.60.0
  • @effect/platform^0.96.1
  • @effect/platform-node^0.106.0
  • @effect/sql^0.51.1
  • @effect/sql-sqlite-node^0.52.0
  • effect^3.21.2