issue-pr-templates
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The validation script (
scripts/validate_forms.sh) usespipto install thecheck-jsonschemapackage from the official Python Package Index (PyPI). This installation is version-pinned to 0.36.2 and only occurs if the utility is not already present in the environment. - [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) to create and manage repository labels. It also executes a local bash script to perform schema validation on generated YAML issue forms to ensure they render correctly on GitHub. - [SAFE]: The skill encourages secure repository management by routing security vulnerability reports to private advisories rather than public issues. Additionally, the pull request template includes a checklist to prevent the accidental submission of local configuration or secret files.
Audit Metadata