aliyun-fc-agentrun-test
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Executes a local validation script
tests/common/compile_skill_scripts.pyusingpython3. This is a standard procedure for pre-deployment testing and script validation. - [SAFE]: References environment variables (
ALIBABACLOUD_ACCESS_KEY_ID,ALIBABACLOUD_ACCESS_KEY_SECRET) for authentication, which is a secure practice for managing credentials compared to hardcoding secrets. - [SAFE]: The described network operations are limited to read-only Alibaba Cloud API calls (e.g.,
Describe*,List*,Get*) intended for status verification, matching the stated purpose of a smoke test.
Audit Metadata