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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/web/assets/ssh-config-_ykCGR6B.js | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts10
buildtsc -b && pnpm run build:packagebuild: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.jsbuild:packagerm -rf dist && pnpm run build:bundle && pnpm --dir ../../apps/web run build && cp -R ../../apps/web/dist dist/webdevtsx src/bin.ts daemon startpack:dry-runnpm pack --dry-runprepackpnpm run buildpublish:npmnpm publishpublish:npm:dry-runnpm publish --dry-runtestvitest run --root ../.. packages/cli/testtypechecktsc -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.0effect^3.21.2