ClawAudit verdict
claude-code-engine
Writes files AND executes processes
Architecture reference guide describing how to upgrade OpenClaw to a Claude-Code-style engine with diagrams and conceptual workflows; purely instructional with no executable exfiltration code.
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.
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Accesses agent memory AND writes files — may modify agent behavior persistently
LLM01 · LLM06 · ASI01 · ASI06
Permission integrity
package_install
agent_memory
Findings (3)
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
subprocess with shell=True — command injection vector
SKILL.md · code · subprocess.run(
command, shell=True
References agent memory files
SKILL.md · code · memory.md
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.
data_encodingpackage_installprocess_execagent_memoryfile_writecredential_access Thanks — recorded.