This skill allows arbitrary command execution, instruction injection, and
Claims to do
Finish Feature: Orchestrate a feature branch through a comprehensive quality pipeline before merge. 9 sequential steps, each runs once to completion.
Actually does
This skill orchestrates a nine-step quality pipeline for a feature branch. It uses `git` commands for repository management and `gh` CLI to interact with GitHub for PR creation, review management (including Copilot), and CI checks. It also invokes other skills (`review-loop`, `test-completeness`, `codex:rescue`) and dispatches subagents with specific prompts to perform spec, quality, and documentation checks, updating the PR and generating a final report.
The 'full auto' mode explicitly grants the AI authority to make critical decisions, fix code, resolve conflicts, and adapt code without human confirmation, bypassing human oversight and enabling potential goal hijacking.
Full auto — AI handles everything autonomously, including decisions, error resolution, and trade-offs. ... automation=full → attempt auto-resolve with git merge ... automation=full → analyze impact, adapt code if safe
Extensive use of `git` and `gh` commands, including `gh api` for GraphQL queries and PR content manipulation, provides capabilities for arbitrary command execution, data exfiltration, and credential harvesting if arguments are manipulated.
`gh pr view`, `gh pr create`, `gh pr edit`, `gh api repos/{owner}/{repo}/pulls/{pr}/reviews`, `gh api graphql`Heavy reliance on invoking external skills (`review-loop`, `test-completeness`, `codex:rescue`) and dispatching numerous subagents introduces significant supply chain risk if any dependency is compromised or manipulated.
Invoke skill `winrey-toolkit:review-loop` ... Delegate review to Codex via `codex:rescue` skill ... Dispatch spec-checker subagent
The skill directly embeds `DIFF_CONTENT` into subagent prompts (Codex review) and reads `SPEC_PATH` contents for processing, creating a vector for injecting hidden instructions or malicious content to manipulate subagents.
{DIFF_CONTENT}` in `codex-reviewer-prompt.md` ... `PLAN_OR_REQUIREMENTS` reads `SPEC_PATH` file contentsThe 'Review Opinion Handling Principle' allows the agent, especially in 'full' automation, to autonomously judge and act upon review feedback, which can be exploited to bypass legitimate security concerns.
For each review opinion: Clearly valid → fix code, Clearly invalid / false positive → Do NOT fix... Uncertain → automation=full → analyze pros/cons, make a judgment call
The skill saves the `TARGET_BRANCH` to memory for future runs, creating a persistent state that could be poisoned to redirect subsequent operations to an incorrect or malicious target branch.
Save confirmed target branch to memory for future runs.
[](https://mondoo.com/ai-agent-security/skills/github/winrey/claude-code-toolkit/finish-feature)<a href="https://mondoo.com/ai-agent-security/skills/github/winrey/claude-code-toolkit/finish-feature"><img src="https://mondoo.com/ai-agent-security/api/badge/github/winrey/claude-code-toolkit/finish-feature.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/winrey/claude-code-toolkit/finish-feature.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.