The skill allows a manipulated agent to inject
Claims to do
Finishing a Development Branch: Guide completion of development work by presenting clear options and handling chosen workflow.
Actually does
This skill executes various `git` commands to manage branches (merge, delete, push) and worktrees, runs project-specific test commands (`npm test`, `cargo test`, `pytest`, `go test`), and interacts with GitHub via `gh pr create` to create pull requests. It determines the base branch and offers four options for completing development work.
The skill instructs the agent to create a GitHub Pull Request with a title and body generated by the agent. If the agent is compromised or manipulated, it could inject malicious links, phishing content, or misleading information into the PR description, potentially social engineering human reviewers.
gh pr create --title "<title>" --body "$(cat <<'EOF' ... EOF)"
[](https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/finishing-a-development-branch)<a href="https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/finishing-a-development-branch"><img src="https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/finishing-a-development-branch.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/finishing-a-development-branch.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.