ClawAudit verdict
alibabacloud-sas-openclaw-security
The skill uses Aliyun CLI for security operations, and the capabilities used are legitimate and transparent.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (10)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · prose · downgraded · | bash
Pipe to python — executes piped content as Python code
references/remediation_guide.md · prose · downgraded · | python3
Pipe-to-shell pattern (wget | sh)
scripts/run_cloud_assistant_command.py · prose · downgraded · wget ... | bash
Recursive delete from root or home — destructive command
scripts/run_cloud_assistant_command.py · prose · downgraded · rm -rf /
Bash /dev/tcp — raw TCP connection via shell
scripts/run_cloud_assistant_command.py · prose · downgraded · /dev/tcp/
Accesses sensitive system files
scripts/run_cloud_assistant_command.py · prose · downgraded · /etc/passwd
Accesses OpenClaw config/secrets directly
references/remediation_guide.md · prose · downgraded · ~/.openclaw/openclaw.json
subprocess execution — runs system commands from Python
scripts/base_client.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
scripts/base_client.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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.
Is this flag fair?
Thanks — recorded.