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
- 27
- Versions published
- 17
- First published
- Mar 2026
- Publisher
- mklamine
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 "id_rsa"
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 25 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/config.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/commands/hook-handler.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dashboard/assets/index-DudE3Qss.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/commands/overnight.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/policy.js | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts5
buildtscdevtsc --watchlinteslint src/prepacknode -e "const{cpSync,existsSync,mkdirSync,rmSync}=require('fs');const{join}=require('path');const src=join(__dirname,'..','dashboard','dist');const dst=join(__dirname,'dashboard');if(existsSync(src)){if(existsSync(dst)){rmSync(dst,{recursive:true,force:true});console.log('Cleaned old dashboard bundle')}mkdirSync(dst,{recursive:true});cpSync(src,dst,{recursive:true});console.log('Bundled dashboard dist into CLI package')}else{console.warn('Dashboard dist not found — run pnpm build first')}"testvitest run --passWithNoTests
Dependencies8
@mklamine/hawkeye-coreworkspace:*@modelcontextprotocol/sdk^1.27.1chalk^5.4.1commander^12.1.0pdfkit^0.17.2ws^8.19.0yaml^2.8.3zod^4.3.6