flow-next-opencode-plan
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several command-line tools, including
git,jq, and a bundled utility namedflowctllocated in the.opencodedirectory. It follows security best practices by requiring the use of quoted heredocs (<<'EOF') when passing generated content to shell commands, which prevents the shell from interpreting or executing any potentially malicious characters contained within the processed text. - [PROMPT_INJECTION]: The skill processes untrusted data from user requests and repository research to generate plans. It manages the risk of indirect prompt injection through its structured workflow.
- Ingestion points: User-provided feature descriptions via
$ARGUMENTSand external information retrieved by research subagents insteps.md. - Boundary markers: The use of quoted heredocs in
steps.mdacts as a security boundary to prevent command injection when writing plan files. - Capability inventory: The skill executes local CLI tools and modifies project state within the
.flowdirectory. - Sanitization: The skill includes a mandatory automated review loop (
/flow-next:plan-review) to validate the generated output for safety and correctness before finalization.
Audit Metadata