ClawAudit verdict
yatta
openclaw-yatta-skill
Accesses credentials AND makes external network calls
Task management API skill that clearly documents destructive operations and security warnings; API calls go to the user own Yatta account using their provided key.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY="yatta_your_key_here
Accesses shell history/config
SKILL.md · code · ~/.zshrc
Instructs covert action — may act without user awareness
SECURITY-ASSESSMENT-ISSUE-17.md · code · silently
References sudo — requests elevated privileges
SECURITY-ASSESSMENT-ISSUE-15.md · prose · downgraded · sudo
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: YATTA_API_KEY). Requires 2 system binaries. (1 elevated: curl).
credential_accessnetwork_outdata_encoding Thanks — recorded.