git-workflow
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes the Bash tool to run standard git and GitHub CLI commands (gh). These operations are well-defined and align with the stated purpose of managing a developer's git workflow.- [DATA_EXFILTRATION] (SAFE): No unauthorized data transmission was found. The skill processes local repository changes and only interacts with remote repositories via standard git push and PR creation commands as requested by the user.- [CREDENTIALS_UNSAFE] (SAFE): There are no hardcoded secrets or credentials within the skill metadata or scripts. It proactively includes a grep-based security scan to identify and block the commitment of potential secrets.- [EXTERNAL_DOWNLOADS] (SAFE): The skill does not attempt to download or execute external scripts, packages, or binaries from remote sources.
Audit Metadata