ClawAudit verdict

alibabacloud-sas-openclaw-security

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

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.

0
security
90
transparency
70
maintenance

Findings (10)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · prose · downgraded · curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | bash

Pattern match high

Pipe to python — executes piped content as Python code

references/remediation_guide.md · prose · downgraded · | python3

Pattern match high

Pipe-to-shell pattern (wget | sh)

scripts/run_cloud_assistant_command.py · prose · downgraded · wget ... | bash

Pattern match high

Recursive delete from root or home — destructive command

scripts/run_cloud_assistant_command.py · prose · downgraded · rm -rf /

Pattern match high

Bash /dev/tcp — raw TCP connection via shell

scripts/run_cloud_assistant_command.py · prose · downgraded · /dev/tcp/

Pattern match high

Accesses sensitive system files

scripts/run_cloud_assistant_command.py · prose · downgraded · /etc/passwd

Pattern match medium

Accesses OpenClaw config/secrets directly

references/remediation_guide.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

subprocess execution — runs system commands from Python

scripts/base_client.py · prose · downgraded · subprocess.run(

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API