polish
Warn
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a bundled script (
scripts/review-state.mjs) to perform Git operations such asgit rev-parse,git status, andgit merge-baseto track review progress and branch lineage.- [REMOTE_CODE_EXECUTION]: The instructions inSKILL.mdinclude shell commands to install missing dependencies usingpnpm dlxfrom external sources. This pattern downloads and executes remote code at runtime, posing a risk if the agent attempts to automate environment setup.- [INDIRECT_PROMPT_INJECTION]: The skill ingests un-sanitized data from Git diffs and project issues to drive automated code reviews and fixes. - Ingestion points: Untrusted data enters the context via
git diffoutput and the body of issues resolved in Step 0. - Boundary markers: No specific delimiters or safety instructions are defined to prevent the agent from obeying instructions embedded within the code changes or issue text.
- Capability inventory: The skill has the ability to execute Git commands, write state files, and trigger automated code modifications through the
implementskill. - Sanitization: The skill lacks explicit filtering or escaping of external content before passing it to sub-agents.
Audit Metadata