roborev-design-review-branch
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages a bash subagent to perform repository operations and execute the roborev CLI. This is a standard integration pattern for development-focused skills.
- [COMMAND_EXECUTION]: The instructions mandate a validation step using
git rev-parse --verify -- <branch>to confirm that user-provided branch names are valid git references. This pre-check helps ensure that subsequent commands are executed against intended targets and reduces the risk of processing malformed inputs.
Audit Metadata