glab-ci
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from GitLab job logs and pipeline metadata, representing a potential surface for indirect prompt injection.
- Ingestion points: The
scripts/ci-debug.shscript fetches external job logs usingglab ci traceand pipeline details viaglab ci view. - Boundary markers: The skill includes a 'Security Note: Untrusted Content' in
SKILL.mdand specific warnings within the debug script advising that fetched content be treated as data only. Output is separated by visual delimiters. - Capability inventory: The skill uses the
glabCLI to interact with CI pipelines, including viewing logs and retrying jobs. - Sanitization: Log content is not sanitized or escaped before being displayed to the agent context.
Audit Metadata