flow-next-plan-review
Warn
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
evalto execute shell commands dynamically generated by theflowctlbundled script, introducing risks associated with runtime code execution. - [PROMPT_INJECTION]: Contains explicit instructions to suppress standard human-in-the-loop safety protocols, directing the agent to 'Automatically fix ALL valid issues' and 'Never use AskUserQuestion' during iterative cycles.
- [DATA_EXFILTRATION]: Aggregates content from local repository files, including specifications and source code, and transmits this data to external review services (Codex and RepoPrompt).
- [COMMAND_EXECUTION]: Employs shell utilities like
grepandpasteto parse file content and dynamically assemble file lists used as arguments in subsequent shell commands, which can be vulnerable to command injection if file metadata is manipulated. - [DATA_EXFILTRATION]: Temporarily stores unencrypted plan information and review prompts in the
/tmpdirectory, potentially exposing project data to other users or processes on the system.
Audit Metadata