opencode-dispatch
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runandasyncio.create_subprocess_execto interact with system tools includinggitand theopencodebinary. These executions are scoped to environment verification and protocol management.- [COMMAND_EXECUTION]: In CLI mode, the skill generates bash scripts from templates and executes them. The implementation mitigates shell injection risks by applyingshlex.quoteto all user-provided variables and validating environment variable keys.- [REMOTE_CODE_EXECUTION]: The skill usespython3to execute a hardcoded script for log processing. This script includes a security check to prevent symlink-based file overwrite attacks, ensuring only intended logs are modified.- [DATA_EXFILTRATION]: The skill spawns a local HTTP server for Agent Client Protocol (ACP) communication. By default, it binds to127.0.0.1, which restricts access to the local machine and establishes a standard local security boundary.
Audit Metadata