release
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git and GitHub CLI (gh) commands (
git push,git tag,gh release create) as part of a legitimate release workflow. - [EXTERNAL_DOWNLOADS]: The skill uses
git fetchto synchronize with the origin repository, which is expected behavior for its stated purpose. - [DATA_EXFILTRATION]: No sensitive data access or external exfiltration patterns were identified. Commands focus on repository metadata and standard release files.
- [PROMPT_INJECTION]: No attempts to override safety guidelines or bypass instructions were detected. The skill follows a structured, task-oriented format.
- [REMOTE_CODE_EXECUTION]: The skill runs a compile check using
python3 -m py_compileand a YAML validation usingpython3 -c, which are safe practices to verify code integrity before a release.
Audit Metadata