PkgRadar

Package evidence

@hbarefoot/[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.

Weekly downloads
40
Versions published
11
First published
Feb 2026
Publisher
hbarefoot

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":["@hbarefoot/[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":["@hbarefoot/[email protected]"],"fail_on":"review"}'
Publisherhbarefoot
Artifact bytes289,421
Previous version1.4.7
Published2026-06-03T17:18:54.997Z
SHA-256572fb19b2e2c2938ae631476302fb9b1c7c7abad963197227a67eedf4e3e183b

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
10Score
1.5.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/import/parsers/ssh.jsmatched ".ssh/"10

Manifest

Package metadata

Scripts19
  • buildcd dashboard && (test -d node_modules || npm install --no-audit --no-fund) && npm run build
  • build:sidecarnode scripts/build-sidecar.js
  • desktop:buildnpm run build:sidecar && cd desktop && npm run tauri build
  • desktop:build:universalnpm run build:sidecar && cd desktop && npm run tauri build -- --target universal-apple-darwin
  • desktop:devcd desktop && npm run tauri dev
  • devconcurrently "node bin/engram.js start" "cd dashboard && npm run dev"
  • linteslint src/
  • mcpnode bin/engram.js start --mcp-only
  • pm2:deletepm2 delete engram
  • pm2:logspm2 logs engram
  • pm2:monitpm2 monit
  • pm2:restartpm2 restart engram
  • pm2:startpm2 start ecosystem.config.cjs
  • pm2:statuspm2 status engram
  • pm2:stoppm2 stop engram
  • prepublishOnlynpm run build
  • startnode bin/engram.js start
  • testvitest
  • test:runvitest run
Dependencies12
  • @fastify/cors^10.0.0
  • @fastify/multipart^9.0.0
  • @fastify/static^8.3.0
  • @modelcontextprotocol/sdk^1.0.0
  • @xenova/transformers^2.17.0
  • better-sqlite3^11.0.0
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^12.0.0
  • fastify^5.0.0
  • ora^8.2.0
  • yaml^2.4.0