ClawAudit verdict
openclaw-config-expert
Reads local files AND makes external network calls
OpenClaw configuration management skill with emergency recovery capabilities; process_exec runs local Python configuration scripts, all operations are documented configuration management workflows.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (8)
Possible hardcoded credential
config_templates/README.md · code · API_KEY="your_key
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Accesses OpenClaw config/secrets directly
config_templates/README.md · code · ~/.openclaw/openclaw.json
References agent configuration files
agent_optimizer.py · prose · downgraded · agent_config
References agent memory files
config_validator.py · prose · downgraded · DailyNotes
Python shutil file operation — copies/moves/deletes files
config_validator.py · prose · downgraded · shutil.move(
Python urllib.request — network access
config_validator.py · prose · downgraded · urllib.request
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). 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.
process_execfile_readnetwork_out Thanks — recorded.