Caveat verdict
openclaw-optimizer
openclaw-optimizer-pro
Reads files AND uses eval/Function
OpenClaw performance and cost optimization guide covering workspace file trimming, JSON config tuning, and security principles; all operations are local configuration adjustments with no external data transmission.
Automated static analysis — not a human review. Caveat 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 Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads files AND uses eval/Function — may execute locally stored payloads
LLM05 · LLM06 · ASI05
Permission integrity
file_read
credential_access
package_install
agent_memory
Findings (5)
Uses eval() — can execute arbitrary code
SKILL.md · code · eval(
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
References sudo — requests elevated privileges
SKILL.md · code · sudo
References agent memory files
SKILL.md · code · MEMORY.md
Sets world-executable permissions
SKILL.md · code · chmod 700
Permissions & capabilities
No declared permissions — minimal attack surface.
agent_memorypackage_installfile_readdynamic_evalcredential_access Thanks — recorded.