check-ci
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection by processing untrusted data from external sources.
- Ingestion points: External CI/CD job logs and pipeline statuses are fetched via CLI tools (gh, glab) as described in
SKILL.md. - Boundary markers: The prompt template for the
debuggerskill lacks explicit delimiters (such as XML tags or unique markers) or instructions to treat the interpolated log excerpts as untrusted content. - Capability inventory: The skill utilizes the
Bashtool for platform detection and log retrieval, and theSkilltool for invoking secondary analysis workflows. - Sanitization: No sanitization, filtering, or validation of the log content is performed before it is passed to the AI, which could allow malicious content embedded in logs to influence the agent's logic.
Audit Metadata