easysdd-issue-report
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or unauthorized data exfiltration attempts were found in the skill instructions.
- [COMMAND_EXECUTION]: The skill utilizes standard file system operations (Glob, Grep, Read) to check for existing issue directories and perform code triage. These operations are scoped to the local project environment and are necessary for the skill's documented purpose.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface as it processes user-provided bug descriptions. However, it mitigates risks by enforcing a strict markdown template for the output and restricting the agent's behavior to phenomenon recording rather than root-cause analysis in the initial phase.
- Ingestion points: User dialogue input for bug reports (SKILL.md).
- Boundary markers: None explicitly defined in the prompts.
- Capability inventory: File system read (Grep/Read) and file system write (Markdown report creation).
- Sanitization: Relies on structured template enforcement rather than explicit input escaping.
Audit Metadata