investigating-ci-failures
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external sources such as CI logs and Git commit metadata which may contain untrusted content.
- Ingestion points: SQL queries in
references/investigation-queries.mdretrieve content fromengineering_analytics_ci_failures(fields likeerror_signatureandtest_id) andengineering_analytics_ci_job_history(fields likecommit_message). - Boundary markers: The skill lacks explicit instructions or markers to delimit external data from agent commands, which could allow malicious content in logs or commit messages to influence the agent.
- Capability inventory: The skill employs the
execute-sqltool to interact with the data warehouse. - Sanitization: No sanitization or validation logic is specified for the data retrieved before it is presented to the agent or user.
Audit Metadata