git-pr-workflows-pr-enhance
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts to execute local
gitcommands (e.g.,git diff,git diff --shortstat) to analyze code changes. These are standard development operations restricted to the local repository. - [REMOTE_CODE_EXECUTION]: While the skill contains code snippets that utilize
subprocess.run, they are used solely for local git operations. No remote downloads or piped execution patterns are present. - [DATA_EXPOSURE]: The skill includes checks for hardcoded secrets and console logs in PRs as a security best practice, helping to prevent accidental data exposure.
Audit Metadata