conduct-post-mortem
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to run commands such as
kubectl logsfor service logs,curlfor Prometheus metrics, andamtoolfor alert history. It also uses the GitHub CLI (gh) to create issues for action items. These operations are standard for incident response and use well-known infrastructure tools. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by ingesting untrusted data from external sources. 1. Ingestion points: Data is read from
incident-logs.txt,metrics.json, andalerts.json. 2. Boundary markers: The procedure lacks delimiters or specific instructions to the agent to treat this data as untrusted or to ignore embedded instructions. 3. Capability inventory: The skill has access to sensitive tools includingBash,Write, andEdit. 4. Sanitization: No sanitization or validation of the retrieved log/metric content is performed before processing.
Audit Metadata