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.

Weekly downloads
84
Versions published
23
First published
Mar 2026
Publisher
jnmetacode

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"}'
Publisherjnmetacode
Artifact bytes128,300
Previous version0.6.0
Published2026-06-05T10:54:01.914Z
SHA-2562fb0299fecad5b8612a7148cdf9de8a0fb05a071463951087301f471291eafcb

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/harden.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/mcp-server.jsmatched ".ssh/"5
lowCredential file accesspackage/src/commands/harden.tsmatched ".ssh/"5
lowCredential file accesspackage/src/mcp-server.tsmatched ".ssh/"5

Manifest

Package metadata

Scripts10
  • benchnpx tsx bench/run.ts
  • buildtsc
  • mcpnpx tsx src/mcp-server.ts
  • prepublishOnlynpm run build
  • testnpx tsx test-sdk.ts && npx tsx test-integration.ts && npx tsx test-edge-cases.ts && npx tsx test-rugpull.ts && npx tsx test-redos.ts && npx tsx test-mcp-client.ts && npx tsx test-mcp.ts
  • test:edgenpx tsx test-edge-cases.ts
  • test:integrationnpx tsx test-integration.ts
  • test:mcpnpx tsx test-mcp.ts
  • test:redosnpx tsx test-redos.ts
  • test:sdknpx tsx test-sdk.ts