ClawAudit verdict

openclaw-soul

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

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.

0
security
60
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 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

Performs file operations but does not declare file-accessing binaries

file_read+write

Code accesses API keys/tokens but declares no environment variables

credential_access

Accesses agent memory/configuration files

agent_memory

Findings (10)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · apiKey: "<用户的 SiliconFlow API Key>

Pattern match critical

Pipe to python — executes piped content as Python code

fallback/evoclaw/references/heartbeat-debug.md · code · | python3

Pattern match high

Instructs covert action — may act without user awareness

fallback/evoclaw/configure.md · code · silently

Pattern match high

Accesses OpenClaw config/secrets directly

fallback/evoclaw/references/heartbeat-debug.md · code · ~/.openclaw/openclaw.json

Pattern match high

<script> tag in markdown — potential code injection

fallback/evoclaw/tools/soul-viz.py · prose · downgraded · <script>

Pattern match medium

References agent memory files

SKILL.md · code · memory.md

Pattern match medium

subprocess execution — runs system commands from Python

fallback/evoclaw/validators/run_all.py · prose · downgraded · subprocess.run(

Pattern match medium

Popular HTTP library — network access

fallback/self-improving/learning.md · code · Got

Pattern match medium

References child_process — can spawn system processes

scripts/memory-optimization/memory-classifier.js · prose · downgraded · child_process

Pattern match low

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