design-to-issues
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the GitHub CLI (
gh) to perform repository management tasks. These operations are restricted to the authenticated user's context and are triggered by explicit user requests to sync design documents to GitHub. - [COMMAND_EXECUTION]: Bundled shell scripts (
create_issue.sh,create_milestone.sh) encapsulate CLI commands to handle issue creation and milestone setup. The scripts use positional arguments for data and do not perform any unsafe string evaluations or remote downloads.
Audit Metadata