subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
) if plugin_name in (check.stdout or ''): continue install = subprocess.run( ['aliyun', 'plugin', 'install', '--name', plugin_name], capture_output=True, text=True, timeout=60 )- Confidence
- 93% confidence
- Finding
- The skill automatically installs an Alibaba Cloud CLI plugin on the host at runtime, modifying the execution environment without explicit user approval. Even though the command itself is fixed, silent host mutation expands the skill's privileges and creates supply-chain and integrity risk that is unnecessary for a historical lock-diagnosis workflow.
