ClawAudit verdict
openclaw-optimizer
Accesses credentials AND encodes data
Advisory skill for optimizing OpenClaw setups including cost reduction, model routing, and troubleshooting; CLI-first with explicit advisory-only default that proposes changes before applying them.
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.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
agent_memory
Findings (10)
Possible hardcoded credential
references/providers.md · code · API_KEY="ollama-local
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Accesses OpenClaw config/secrets directly
references/providers.md · code · ~/.openclaw/openclaw.json
References sudo — requests elevated privileges
references/troubleshooting.md · code · sudo
apt-get install — installs system packages
references/troubleshooting.md · code · apt-get install
Pipe to python — executes piped content as Python code
scripts/update-skill.sh · prose · downgraded · | python3
References agent memory files
references/identity-optimizer.md · code · MEMORY.md
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Python urllib.request — network access
scripts/version-check.py · prose · downgraded · urllib.request
Permissions & capabilities
No declared permissions — minimal attack surface.
agent_memorycredential_accessdata_encoding Thanks — recorded.