ClawAudit verdict
alibabacloud-ecs-code-deploy
ECS application deployment skill using the official aliyun appmanager CLI tool with structured deployment workflows; deploying code to cloud infrastructure is the legitimate stated purpose and no credential exfiltration or suspicious behavior is present.
⚠ 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 (14)
Recursive delete from root or home — destructive command
references/init-and-credentials.md · code · rm -rf ~
References sudo — requests elevated privileges
references/init-and-credentials.md · code · sudo
Accesses shell history/config
references/init-and-credentials.md · code · ~/.zshrc
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/script-templates.md · prose · downgraded · curl ... | bash
Pipe to bash — executes piped content as shell commands
references/script-templates.md · prose · downgraded · | bash
Writes to SKILL.md — self-modifying skill
references/skill-dir-resolution.md · prose · downgraded · SKILL.md` commands write
yum install — installs system packages
references/tutorial-flask-app.md · code · yum install
HTTP request to bare IP address — common in malicious payloads
references/tutorial-flask-app.md · code · http://0.0.0.0
Instructs covert action — may act without user awareness
references/skill-dir-resolution.md · prose · downgraded · silently
apt-get install — installs system packages
references/script-templates.md · prose · downgraded · apt-get install
pip3 install — installs Python packages at runtime
references/tutorial-flask-app.md · code · pip3 install
subprocess execution — runs system commands from Python
scripts/deploy_toolkit.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
scripts/deploy_toolkit.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.