Back to plugin

Security audit

SSH Tools

Security checks across malware telemetry and agentic risk

Overview

This looks like a straightforward SSH/GitHub diagnostic skill, but it will run local SSH tools and use the configured SSH credentials for its check.

Install only if you want OpenClaw to diagnose SSH/GitHub connectivity in this environment. Expect it to run ssh and ssh-keygen, read ~/.ssh state, contact GitHub, and show diagnostic details such as a key fingerprint or GitHub username.

VirusTotal

VirusTotal engine telemetry is currently stale for this artifact.

View on VirusTotal

Static analysis

Detected: suspicious.dangerous_exec

Shell command execution detected (child_process).

Critical
Code
suspicious.dangerous_exec
Location
src/ssh-check.ts:12
Evidence
execFile(cmd, args, { timeout: timeoutMs }, (err, stdout, stderr) => {