ClawAudit verdict

alibabacloud-pds-intelligent-workspace

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

Cloud drive file operations (upload, download, search, sharing) via aliyun CLI; network_out and package_install are used legitimately for CLI-based PDS workspace management.

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

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match critical

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

SKILL.md · code · curl -fsSL --max-time 10 https://aliyuncli.alicdn.com/install.sh | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

SKILL.md · code · | bash

Pattern match critical

Recursive delete from root or home — destructive command

references/mountapp.md · code · rm -rf ~

Pattern match high

References sudo — requests elevated privileges

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

Pattern match high

apt-get install — installs system packages

references/mountapp.md · code · apt-get install

Pattern match high

yum install — installs system packages

references/mountapp.md · code · yum install

Pattern match high

Instructs covert action — may act without user awareness

references/mountapp.md · code · Silently

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match low

Base64 encoding/decoding

scripts/render_image_editing_process.py · prose · downgraded · base64_encode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/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.

network_outpackage_install

Is this flag fair?

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