ali-billing-query
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Fetches and executes the official DuckDB installation script from
https://install.duckdb.orgusing a shell pipe. - [COMMAND_EXECUTION]: Utilizes shell commands to run the
duckdbCLI and various system utilities such ashead,wc, andcatfor data processing. - [DATA_EXFILTRATION]: Retrieves sensitive Aliyun billing information from an external StarRocks database and exports the results to local CSV files.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it reads and analyzes records from a billing database.
- Ingestion points: Data enters the agent's context through query results exported to CSV files from the
v_bill_ali_detailtable. - Boundary markers: There are no instructions or delimiters defined to prevent the agent from obeying commands that could be embedded within the billing data.
- Capability inventory: The skill performs shell-based operations using the
duckdbbinary and standard utilities likecat,head, andwc(SKILL.md). - Sanitization: The skill does not implement sanitization or validation for the data retrieved from the database before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://install.duckdb.org - DO NOT USE without thorough review
Audit Metadata