stack-feedback
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (SAFE): The skill possesses a surface for indirect prompt injection as it processes external data (user feedback) and transmits it to a third-party service (GitHub).
- Ingestion points: CLI arguments passed to
scripts/create-issue.ts(e.g.,--description,--actual). - Boundary markers: None observed in the interpolation logic.
- Capability inventory: Uses
ghfor network operations andgitfor local repository metadata. - Sanitization: None; input strings are interpolated directly into the issue body.
- Command Execution (SAFE): The skill executes
ghandgitcommands usingBun.spawnwith array arguments, which effectively prevents shell injection vulnerabilities. All tool usage is consistent with the skill's declared purpose inSKILL.mdand uses only tools listed in the allowed-tools configuration.
Audit Metadata