GitLab Code Review
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from GitLab merge requests, creating an attack surface for indirect prompt injection.\n
- Ingestion points: Data is fetched via
gitlab-mcptools such asget_merge_request_diffsandget_file_contentsas specified inSKILL.md.\n - Boundary markers: Absent; instructions do not provide delimiters or directives to ignore instructions within the retrieved content.\n
- Capability inventory: The skill has the ability to write to the platform via
create_noteandcreate_merge_request_threadtools inSKILL.md.\n - Sanitization: Absent; no evidence of filtering or validation of the ingested content exists in the skill definition.\n- [DATA_EXFILTRATION]: The skill performs network operations to a specific self-hosted GitLab instance.\n
- Evidence: Interacts with
https://gitlab-erp-pas.dedalus.lanusinggitlab-mcptools inSKILL.md. This domain is consistent with the author's organizational identity.
Audit Metadata