The skill is vulnerable to prompt injection via unsan
Claims to do
Requesting Code Review: Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
Actually does
This skill uses `git` commands (`rev-parse`, `log`) to identify specific commit SHAs representing a code change range. It then dispatches a `superpowers:code-reviewer` subagent via a `Task` tool, providing it with structured context including the identified SHAs, a description of changes, and requirements, likely sourced from a template file like `code-reviewer.md`.
The skill dispatches a `code-reviewer` subagent and populates its prompt using placeholders. If the values for these placeholders are not properly sanitized, an attacker could inject malicious instructions into the subagent's prompt, leading to unintended actions or information disclosure by the subagent.
Dispatch superpowers:code-reviewer subagent
Placeholders:
- `{WHAT_WAS_IMPLEMENTED}`The skill relies on an external template file (`code-reviewer.md`) for configuring the subagent's behavior. Compromise or malicious modification of this template file could alter the subagent's instructions and lead to unintended or malicious actions.
Use Task tool with superpowers:code-reviewer type, fill template at `code-reviewer.md` See template at: requesting-code-review/code-reviewer.md
[](https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/requesting-code-review)<a href="https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/requesting-code-review"><img src="https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/requesting-code-review.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/requesting-code-review.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.