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
22
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 bytes127,859
Previous version0.5.16
Published2026-06-05T09:57:56.079Z
SHA-256cb771c407d51be51d85c0146f7cd56f8e125a027ce233a56fa19b66c95178eee

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.0Version
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