fix-linear-ticket
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands in Step 4 to perform Git operations (
git fetch,git checkout,git reset --hard, andgit checkout -b). These commands are used to prepare the working environment on a new branch derived from a base branch (defaulting to 'main'). - [INDIRECT_PROMPT_INJECTION]: The skill fetches data from an external, untrusted source (Linear tickets). This creates a surface for indirect prompt injection where a malicious ticket description could attempt to influence the agent's behavior. However, the skill mitigates this risk in Step 5 by requiring explicit user confirmation of the implementation plan before any code modifications are applied to the filesystem.
Audit Metadata