fast-bug-report
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [Data Ingestion]: The skill processes information from the active conversation context to populate the bug report fields. While this is the primary function, it means the agent handles untrusted user input which is a common pattern in reporting tools.
- Ingestion points: Conversation context is used to fill sections like 'Summary', 'Repro', and 'Environment'.
- Boundary markers: No specific delimiters are used to separate user-provided data from instructions within the generated output.
- Capability inventory: The skill is restricted to text generation and searching for existing GitHub issues via the agent's available tools.
- Sanitization: No specific sanitization or validation of the input data is performed before interpolation into the template.
- [Local File Access]: The skill references a local file at
../../ISSUE_TEMPLATE/bug-report.md. This is a standard and safe method for maintaining consistency across a repository's issue reporting workflow.
Audit Metadata