alibabacloud-pds-intelligent-workspace
Fail
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install the Aliyun CLI by piping a remote shell script from the vendor's official CDN directly into the bash interpreter (
curl -fsSL ... | bashinSKILL.md). - [EXTERNAL_DOWNLOADS]: Binaries and installation packages for the Aliyun CLI and the Mount App plugin are downloaded from vendor-controlled domains such as
alicdn.comandaliyunpds.com. - [PERSISTENCE_MECHANISMS]: To ensure the PDS drive remains mounted after system restarts, the skill configures persistent services using Windows Scheduled Tasks (
Register-ScheduledTask) and macOS Launch Agents (launchd) as described inreferences/mountapp.md. - [PRIVILEGE_ESCALATION]: The skill uses
sudo(Linux/macOS) andRunAs(Windows) to install file system drivers (Dokan and macFUSE) and to move command-line tools into system directories. - [COMMAND_EXECUTION]: The Python script
scripts/pds_poll_processor.pyinvokes thealiyuncommand-line tool using thesubprocess.runfunction to poll for the status of document and video analysis tasks.
Recommendations
- HIGH: Downloads and executes remote code from: https://aliyuncli.alicdn.com/install.sh - DO NOT USE without thorough review
Audit Metadata