om-auto-fix-issue
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted data from external sources such as tracker issues and repository content, which creates a potential injection surface.
- Ingestion points: Issue metadata and bodies are fetched via the
get-issueoperation inSKILL.md(Step 1), and pull request diffs are accessed viaget-pr-diffinSKILL.md(Step 10). - Boundary markers: The skill includes a dedicated 'Untrusted content boundary' in
references/agentic-setup.mdwhich explicitly instructs the agent to treat repository and tracker content strictly as data and to refuse compliance with any embedded directives (e.g., 'ignore previous instructions'). - Capability inventory: The skill executes shell commands for worktree and branch management and invokes multiple sub-skills to perform implementation and verification tasks.
- Sanitization:
references/worktree-setup.mdandreferences/agentic-setup.mdmandate thatissueIdbe purely numeric and that branch slugs be generated via a restrictive lowercase alphanumeric sanitation process before interpolation into shell commands. - [COMMAND_EXECUTION]: The skill performs shell operations to manage an isolated development environment.
- Evidence: Shell scripts in
references/worktree-setup.mdperformgit worktree add,git checkout, andgit worktree removeoperations. - Context: These operations are conducted within an isolated temporary directory (
.ai/tmp/om-auto-fix-issue) to protect the user's primary repository state and include specific requirements for redacting secrets from all output and logs.
Audit Metadata