claude-code-runner

Warn

Audited by Socket on Sep 19, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill’s capabilities mostly match its stated purpose, but it combines broad local file modification, auto-confirmation of prompts, and elevated privileges with installation from an unverified personal GitHub repo. No clear credential theft or exfiltration is shown, so this is not confirmed malware, but it is a high-trust automation wrapper with meaningful supply-chain and autonomy risk.

Confidence: 88%Severity: 66%
SecurityMEDIUM
scripts/run_claude.py

The code is an automation wrapper rather than apparent malware, but it contains a high-impact command-injection vulnerability because the user-supplied prompt and path-derived directory are inserted into a shell command without escaping. An attacker controlling the prompt can execute arbitrary commands under the selected user, and the automatic confirmation logic can approve unintended Claude operations. The wrapper also exposes the project and inherited environment to the agent and synchronizes its changes back to the original directory. Use direct subprocess argument execution, strict username validation, shell quoting or no shell, explicit approval handling, environment minimization, and a true global timeout.

Confidence: 99%Severity: 90%
Audit Metadata
Analyzed At
Sep 19, 2026, 11:32 PM
Package URL
pkg:socket/skills-sh/xianmingyao%2Fopenclaw-cayson%2Fclaude-code-runner%2F@05ea1bc1140e1cae14bb95a4b7ffcd3cf3260ae2b705e99bd1f4ecc25fb0894f
Security Audit — socket — claude-code-runner