PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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 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"}'
Publishermklamine
Artifact bytes607,927
Previous version0.3.0
Published2026-03-30T02:56:58.576Z
SHA-256d55c85d60ba610f1a257f3efd39c489b722400407a4f7e2b437c0f5748254f6c

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

review
Last checked
reviewRisk
25Score
0.3.1Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/config.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/commands/hook-handler.jsmatched "id_rsa"5
lowCredential file accesspackage/dashboard/assets/index-DudE3Qss.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/commands/overnight.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/policy.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts5
  • buildtsc
  • devtsc --watch
  • linteslint 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.1
  • chalk^5.4.1
  • commander^12.1.0
  • pdfkit^0.17.2
  • ws^8.19.0
  • yaml^2.8.3
  • zod^4.3.6