ClawAudit verdict

skill-ios-setup

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
60
transparency
70
maintenance

Findings (7)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match medium

Opens WebSocket connection

SKILL.md · code · WebSocket

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

Accesses OpenClaw config/secrets directly

scripts/deploy_stats.py · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

subprocess execution — runs system commands from Python

scripts/deploy_stats.py · prose · downgraded · subprocess.run(

Pattern match medium

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API