pr-manual-testing
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
git diff main...HEADto retrieve code changes for analysis, which is a standard operation required for its functionality. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted content from source code diffs. An attacker could embed instructions in code comments to influence the agent's generated testing steps. * Ingestion points: Untrusted code changes ingested via
git diffas described inSKILL.md. * Boundary markers: Absent; there are no delimiters or instructions to ignore embedded commands in the input. * Capability inventory: Limited to text generation; the skill does not have file-writing or network capabilities. * Sanitization: No sanitization or validation of the input diff is performed.
Audit Metadata