The skill uses an external, untrusted template to prompt a sub
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 executes `git` commands to obtain commit SHAs defining a code change range. It then dispatches a `superpowers:code-reviewer` subagent using a `Task` tool, providing it with these SHAs, a description of the changes, and requirements, likely formatted via a `code-reviewer.md` template.
The skill relies on an external template file (`code-reviewer.md`) to construct the prompt for the `code-reviewer` subagent. The content of this template is not provided, posing a supply chain risk. A malicious or compromised template could inject harmful instructions or biases into the subagent's reasoning.
Use Task tool with superpowers:code-reviewer type, fill template at `code-reviewer.md`
The skill dispatches a `superpowers:code-reviewer` subagent. While intended for code review, the act of spawning a subagent represents a delegation of control. The security implications depend heavily on the `code-reviewer` subagent's defined capabilities and constraints, which are not provided.
Dispatch superpowers:code-reviewer subagent
[](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.