recipe-post-mortem-setup
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill's behavior aligns with its stated purpose of automating incident response documentation and communication.
- [COMMAND_EXECUTION]: The skill executes the
gwsbinary to perform Google Workspace operations. This tool is explicitly listed as a requirement in the metadata and is used for its intended purpose (Docs, Calendar, and Chat management). - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it interpolates the
[Incident]placeholder into tool commands. - Ingestion points: Untrusted user input is ingested via the
[Incident]placeholder inSKILL.mdand used in document titles, calendar summaries, and chat messages. - Boundary markers: No delimiters or safety instructions are provided to separate the user-provided incident name from the command context.
- Capability inventory: The skill utilizes the
gwsbinary to write to Google Docs, create calendar entries, and send chat messages (SKILL.md). - Sanitization: No sanitization or validation of the user input is performed before interpolation.
Audit Metadata