Ai Ssh Toolkit MCP Server

ai-ssh-toolkit npm v0.3.0 Source verified

Published by ebmarquez — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
A Why this grade threat 99 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 1.2 = 99. What the published surface and source actually contain:

PointsWhat was foundCategory
−1.2 Reference to a credential-exfiltration path in metadata MTC-INJ-TARGET-1 injection

2. Client adoption risk — 99 − 6 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 11

high Shell/command execution in server code (dist/credentials/aws-secretsmanager.js)MTC-SRC-002

In the server's implementation (`dist/credentials/aws-secretsmanager.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { resolveCliPath } from "../utils/cli-resolver.js"; /** Promisified execF

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/aws-secretsmanager.js

high Shell/command execution in server code (dist/credentials/azure-keyvault.js)MTC-SRC-002

In the server's implementation (`dist/credentials/azure-keyvault.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { resolveCliPath } from "../utils/cli-resolver.js"; /** Promisified execF

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/azure-keyvault.js

high Shell/command execution in server code (dist/credentials/bitwarden.js)MTC-SRC-002

In the server's implementation (`dist/credentials/bitwarden.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { resolveCliPath } from "../utils/cli-resolver.js"; /** Promisified execF

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/bitwarden.js

high Shell/command execution in server code (dist/credentials/google-secret-manager.js)MTC-SRC-002

In the server's implementation (`dist/credentials/google-secret-manager.js:19`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from 'child_process'; import { promisify } from 'util'; import { resolve } from 'path'; const execFile

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/google-secret-manager.js

high Shell/command execution in server code (dist/credentials/hashicorp-vault.js)MTC-SRC-002

In the server's implementation (`dist/credentials/hashicorp-vault.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { resolveCliPath } from "../utils/cli-resolver.js"; /** Promisified execF

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/hashicorp-vault.js

high Shell/command execution in server code (dist/credentials/macos-keychain.js)MTC-SRC-002

In the server's implementation (`dist/credentials/macos-keychain.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { currentPlatform } from "../utils/platform.js"; import { resolveCliPath

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/macos-keychain.js

high Shell/command execution in server code (dist/credentials/onepassword.js)MTC-SRC-002

In the server's implementation (`dist/credentials/onepassword.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { resolveCliPath } from "../utils/cli-resolver.js"; /** Promisified execF

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/onepassword.js

high Shell/command execution in server code (dist/credentials/ssh-agent.js)MTC-SRC-002

In the server's implementation (`dist/credentials/ssh-agent.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { promisify } from "util"; const execFileAsync = promisify(execFile); /**

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/ssh-agent.js

high Shell/command execution in server code (dist/credentials/windows-credential.js)MTC-SRC-002

In the server's implementation (`dist/credentials/windows-credential.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: port { execFile } from "child_process"; import { currentPlatform } from "../utils/platform.js"; /** Promisified execFile

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/credentials/windows-credential.js

high Shell/command execution in server code (dist/security/host-key-scanner.js)MTC-SRC-002

In the server's implementation (`dist/security/host-key-scanner.js:5`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: execFile, spawn } from 'child_process'; import { promisify } from 'util'; import { resolveCliPath } from '../utils/cli-r

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/security/host-key-scanner.js

low Reference to a credential-exfiltration path in metadataMTC-INJ-TARGET-1

Reference to a credential-exfiltration path in metadata detected in the description of tool "ssh_list_hosts". Instruction-like content in tool metadata is executed by the model, not the human, and is the primary tool-poisoning vector.

Evidence: ~/.ssh

Fix: Tool descriptions should describe behavior, not instruct the assistant. Treat imperative / secrecy / sequencing language in metadata as hostile.

Location: tool ssh_list_hosts · description

Tools 28

Each tool and what it can reach — statically extracted from the published source.

  • ssh_downloadingests untrusted input
  • credential_diagnoseno sensitive capability
  • credential_getno sensitive capability
  • credential_list_backendsno sensitive capability
  • credential_map_reloadno sensitive capability
  • ssh_audit_log_readno sensitive capability
  • ssh_check_hostno sensitive capability
  • ssh_executeno sensitive capability
  • ssh_forward_closeno sensitive capability
  • ssh_forward_dynamicno sensitive capability
Show 18 more tools ↓
  • ssh_forward_listno sensitive capability
  • ssh_forward_localno sensitive capability
  • ssh_forward_remoteno sensitive capability
  • ssh_host_infono sensitive capability
  • ssh_host_key_listno sensitive capability
  • ssh_host_key_removeno sensitive capability
  • ssh_host_key_trustno sensitive capability
  • ssh_list_hostsno sensitive capability
  • ssh_multi_executeno sensitive capability
  • ssh_session_closeno sensitive capability
  • ssh_session_executeno sensitive capability
  • ssh_session_openno sensitive capability
  • ssh_sftp_listno sensitive capability
  • ssh_stream_cancelno sensitive capability
  • ssh_stream_listno sensitive capability
  • ssh_stream_readno sensitive capability
  • ssh_uploadno sensitive capability
  • version_checkno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.3.0 latest A 93/100 11 1.9.0 2026-07-24

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/ai-ssh-toolkit/badge.svg)](https://mcptrustchecker.com/registry/ai-ssh-toolkit)
HTML
<a href="https://mcptrustchecker.com/registry/ai-ssh-toolkit"><img src="https://mcptrustchecker.com/registry/ai-ssh-toolkit/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/ai-ssh-toolkit/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan ai-ssh-toolkit --online

Use the free API → How scoring works

More in Cloud & DevOps