rtk-triage
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute GitHub CLI (
gh) commands to retrieve metadata such as titles, labels, and bodies from issues and pull requests. This is a standard and expected operation for a triage orchestration tool. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources during its analysis phase. * Ingestion points: The body text of issues and pull requests retrieved via
gh issue listandgh pr listinSKILL.md. * Boundary markers: There are no explicit instructions for the agent to use delimiters (like XML tags) or ignore embedded instructions when processing these external bodies. * Capability inventory: The agent has access toBash(for CLI operations),Write(to save reports), andReadtools as defined in the skill's workflow. * Sanitization: The instructions do not define any specific sanitization, escaping, or validation for the content of issue or PR bodies before the agent processes them.
Audit Metadata