Caveat verdict

openclaw-optimizer

openclaw-optimizer-pro

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
40
transparency
70
maintenance

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.

Capability combination critical

Reads files AND uses eval/Function — may execute locally stored payloads

LLM05 · LLM06 · ASI05

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Accesses agent memory/configuration files

agent_memory

Findings (5)

Pattern match critical

Uses eval() — can execute arbitrary code

SKILL.md · code · eval(

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · code · ~/.openclaw/openclaw.json

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match medium

References agent memory files

SKILL.md · code · MEMORY.md

Pattern match medium

Sets world-executable permissions

SKILL.md · code · chmod 700

Permissions & capabilities

No declared permissions — minimal attack surface.

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