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) => {
Security audit
Security checks across malware telemetry and agentic risk
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 engine telemetry is currently stale for this artifact.
Detected: suspicious.dangerous_exec
execFile(cmd, args, { timeout: timeoutMs }, (err, stdout, stderr) => {