opencode-controller
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
opencodeCLI tool and various slash commands (/sessions,/agents,/models) to manage coding sessions and model configurations. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting content generated by the external Opencode tool.
- Ingestion points: Output from Opencode, such as task plans and clarification questions, is read by the agent (found in
SKILL.mdandassets/operator-prompts.md). - Boundary markers: The instructions do not define explicit delimiters to isolate data from the external tool.
- Capability inventory: The agent can execute commands through the
opencodeinterface and its subcommands (documented inreferences/command-cheatsheet.md). - Sanitization: No specific sanitization or validation of the tool's output is performed before processing.
- [SAFE]: No evidence of malicious behavior, credential harvesting, or unauthorized data exfiltration was found. The skill includes user-in-the-loop checkpoints for authentication and session management.
Audit Metadata