ClawAudit verdict
skill-ios-setup
This skill deploys a local stats server and configures iOS connectivity for an OpenClaw installation; all operations are local (detect env, deploy stats server, set up cron for auto-restart), with no credential exfiltration or suspicious network calls.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (7)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Opens WebSocket connection
SKILL.md · code · WebSocket
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
Accesses OpenClaw config/secrets directly
scripts/deploy_stats.py · prose · downgraded · ~/.openclaw/openclaw.json
subprocess execution — runs system commands from Python
scripts/deploy_stats.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/deploy_stats.py · prose · downgraded · subprocess.run(cmd, shell=True
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_in Is this flag fair?
Thanks — recorded.