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
107
Versions published
35
First published
Mar 2026
Publisher
omrfc

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"}'
Publisheromrfc
Artifact bytes1,601,243
Previous version2.2.4
Published2026-05-08T14:15:57.826Z
SHA-2564be689751cac6a8097ecfb40fd6d8541a80ffb5265450d19f675f3c046113792

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/core/audit/checks/accounts.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/core/audit/commands.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/adapters/coolify.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/core/deploy.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/adapters/dokploy.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/core/audit/fix.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/core/lock/index.jsmatched ".ssh/"5
lowMessenger Bot Endpointpackage/dist/core/notify.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/core/provision.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/core/audit/checks/secrets.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/core/secure.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/utils/sshKey.jsmatched "id_rsa"5
lowLarge Javascript Payloadpackage/dist/mcp-bundle.mjs4069052 bytes0

Manifest

Package metadata

Scripts12
  • buildtsc && node scripts/bundle-mcp.mjs
  • bundle:mcpnode scripts/bundle-mcp.mjs
  • devtsx src/index.ts
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/
  • lint:fixeslint src/ --fix
  • startnode dist/index.js
  • testjest --config jest.config.cjs
  • test:coveragejest --config jest.config.cjs --coverage
  • test:mutatecp .stryker-tmp/incremental.json .stryker-tmp/incremental.backup.json 2>/dev/null; stryker run
  • test:watchjest --config jest.config.cjs --watch
Dependencies12
  • @modelcontextprotocol/sdk1.27.1
  • @napi-rs/keyring1.2.0
  • axios1.15.2
  • chalk5.6.2
  • commander14.0.3
  • grammy1.41.1
  • inquirer12.11.1
  • js-yaml4.1.1
  • ora9.3.0
  • p-limit7.3.0
  • semver7.7.2
  • zod4.3.6