ClawAudit verdict
openclaw-soul
Accesses credentials AND writes files
A framework for deploying agent identity files (SOUL.md, AGENTS.md, etc.) into a local workspace directory; writes files locally and reads config, with no exfiltration or remote code execution in the content.
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 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
file_read+write
credential_access
agent_memory
Findings (10)
Possible hardcoded credential
SKILL.md · code · apiKey: "<用户的 SiliconFlow API Key>
Pipe to python — executes piped content as Python code
fallback/evoclaw/references/heartbeat-debug.md · code · | python3
Instructs covert action — may act without user awareness
fallback/evoclaw/configure.md · code · silently
Accesses OpenClaw config/secrets directly
fallback/evoclaw/references/heartbeat-debug.md · code · ~/.openclaw/openclaw.json
<script> tag in markdown — potential code injection
fallback/evoclaw/tools/soul-viz.py · prose · downgraded · <script>
References agent memory files
SKILL.md · code · memory.md
subprocess execution — runs system commands from Python
fallback/evoclaw/validators/run_all.py · prose · downgraded · subprocess.run(
Popular HTTP library — network access
fallback/self-improving/learning.md · code · Got
References child_process — can spawn system processes
scripts/memory-optimization/memory-classifier.js · prose · downgraded · child_process
Python os.environ.get — reads environment variable
scripts/preflight_check.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
agent_memoryfile_writecredential_access Thanks — recorded.