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 bytes99,506
Previous version0.5.15
Published2026-04-15T07:45:50.610Z
SHA-256815c28a9040ad13b2eac017c9d5ea56766220b759387641d469a193dacf2292f

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

Scripts8
  • 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-mcp.ts
  • test:edgenpx tsx test-edge-cases.ts
  • test:integrationnpx tsx test-integration.ts
  • test:mcpnpx tsx test-mcp.ts
  • test:sdknpx tsx test-sdk.ts