ClawAudit verdict

claude-code-engine

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
50
transparency
70
maintenance

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.

Capability combination critical

Writes files AND executes processes — may drop and execute malicious scripts

LLM05 · LLM06 · ASI05

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Capability combination high

Accesses agent memory AND writes files — may modify agent behavior persistently

LLM01 · LLM06 · ASI01 · ASI06

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Accesses agent memory/configuration files

agent_memory

Findings (3)

Pattern match high

subprocess execution — runs system commands from Python

SKILL.md · code · subprocess.run(

Pattern match high

subprocess with shell=True — command injection vector

SKILL.md · code · subprocess.run( command, shell=True

Pattern match medium

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API