audit-reply
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes external data (reviewer comments) and uses it to perform high-privilege actions like code modification.
- Ingestion points: Reviewer comment bodies are fetched from GitLab's API via the
scripts/fetch_mr.pyscript and provided to the agent. - Boundary markers: The instructions do not define clear boundaries or provide warnings to ignore instructional content found within the comments themselves.
- Capability inventory: The agent has access to local code via LSP tools and
Grep, and is explicitly instructed to apply code fixes to the working tree. - Sanitization: There is no evidence of sanitization or validation of the comment content before it is interpreted by the agent.
- [COMMAND_EXECUTION]: The skill relies on several local CLI tools to perform its tasks, which is expected for its development-focused purpose.
- Evidence: The helper script
fetch_mr.pyexecutesglab apicalls usingsubprocess.runto fetch MR metadata. - Evidence:
SKILL.mddirects the agent to execute standardgitcommands, includinggit rev-parse,git diff, andgit switchto manage the local environment. - [EXTERNAL_DOWNLOADS]: The skill fetches data from external GitLab instances.
- Evidence: It uses the
glabCLI tool to download Merge Request discussions and metadata from the host provided in the user's MR URL.
Audit Metadata