alibabacloud-agentloop-evaluation
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
aliyunCLI binary via thescripts/agentloop_eval.pywrapper script. The implementation usessubprocess.runwith list-based arguments and explicitly avoidsshell=True, effectively preventing shell injection attacks. Furthermore, the_validate_commandfunction provides defense-in-depth by ensuring that no command arguments contain null bytes or newline characters that could be used to manipulate command behavior. - [EXTERNAL_DOWNLOADS]: The documentation in
references/cli-installation-guide.mdprovides instructions for downloading the Alibaba Cloud CLI setup script from the vendor's official CDN (aliyuncli.alicdn.com). The instructions emphasize security by advising the user to download and review the script before execution, and specifically warn against the unsafe practice of pipingcurloutput directly intobash.
Audit Metadata