debrief
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development tools, including
git logand the GitHub CLI (gh pr view,gh run list,gh run view), to collect historical data and CI/CD logs related to an incident. These operations are limited to project metadata and are consistent with the skill's primary function. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it processes untrusted data from user-supplied incident descriptions and external command outputs.
- Ingestion points: User input provided via
$ARGUMENTSinSKILL.md, as well as data retrieved fromgitandghcommand outputs. - Boundary markers: The skill uses
<incident_context>tags to encapsulate user-provided input, providing basic delimitation. - Capability inventory: The skill can execute shell commands (
git,gh), call a branch creation tool (@create-branch), and write files to thedocs/debriefs/directory. - Sanitization: There is no explicit sanitization or instruction-filtering mentioned for the ingested data, but the skill's purpose is restricted to document generation rather than code execution based on that data.
Audit Metadata