ClawAudit verdict
joyin-robot-control
Accesses credentials AND encodes data
The skill's use of OpenAPI and sensitive environment variables introduces potential security risks.
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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Findings (4)
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Base64 encoding/decoding
SKILL.md · code · base64-encode
Python urllib.request — network access
scripts/robot_cmd.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/robot_cmd.py · prose · downgraded · os.environ.get(
Permissions & capabilities
Requires 3 environment variables. (1 sensitive: JOYIN_AUTH_KEY). Requires 1 system binary.
credential_accessdata_encoding Thanks — recorded.