log-stripe-issues
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill utilizes the
gh(GitHub CLI) for listing and creating issues. These are routine operations for agents managing software development lifecycles. - [Indirect Prompt Injection] (LOW): The skill creates an attack surface by processing external data from the
/check-stripeprimitive and interpolating it into GitHub issue commands. - Ingestion points: Output of the
/check-stripeaudit command. - Boundary markers: Absent; the skill instructions do not specify delimiters for findings when passed to the
ghCLI. - Capability inventory: GitHub issue creation and listing (
gh issue create,gh issue list). - Sanitization: Not present; the instructions assume finding data is safe for shell interpolation.
Audit Metadata