alicloud-data-analytics-dataanalysisgbi
Warn
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- Data Exposure & Exfiltration (MEDIUM): The skill instructions in
SKILL.mdexplicitly direct the agent to access~/.alibabacloud/credentialsto obtain authentication secrets. While this is the standard location for Alibaba Cloud credentials, accessing such sensitive local files is flagged as a high-risk operation, downgraded to medium here as it is essential for the skill's primary purpose.- External Downloads (LOW): The scriptscripts/list_openapi_meta_apis.pyperforms network requests toapi.aliyun.comto fetch API metadata. This domain is not included in the trusted source whitelist.- Indirect Prompt Injection (LOW): The skill exhibits an indirect prompt injection surface by ingesting untrusted external data. - Ingestion points:
scripts/list_openapi_meta_apis.pyfetches JSON metadata fromapi.aliyun.comand saves it to theoutput/directory. - Boundary markers: Absent. There are no instructions or delimiters to prevent the agent from following malicious instructions potentially embedded in the downloaded metadata.
- Capability inventory: The agent is intended to perform resource management tasks, including state-changing operations like
Create,Update, andDeleteon Alibaba Cloud services. - Sanitization: None. The script directly writes the retrieved JSON payload to disk without validation or sanitization.
Audit Metadata