ClawAudit verdict

alibabacloud-dns-resolve-diagnose

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

The skill seems to provide diagnostic capabilities for DNS resolution issues using legitimate Alibaba Cloud APIs.

⚠ 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
70
transparency
70
maintenance

Findings (8)

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

References sudo — requests elevated privileges

references/cli-installation-guide.md · code · sudo

Pattern match high

Pipe to python — executes piped content as Python code

scripts/dns_analyze.py · prose · downgraded · | python3

Pattern match medium

yum install — installs system packages

scripts/dns_common.py · prose · downgraded · yum install

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

subprocess with shell=True — command injection vector

scripts/dns_openapi.py · prose · downgraded · subprocess.run( "aliyun configure set --auto-plugin-install true",

Pattern match low

Python os.environ.get — reads environment variable

scripts/dns_openapi.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