cicd-skill
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [Privilege Escalation] (MEDIUM): The script
scripts/git-hooks-setup.shperforms achmod +xoperation on a file generated at runtime. - Evidence:
chmod +x .git/hooks/pre-commitinscripts/git-hooks-setup.shtargets a file created within the same script. - [Dynamic Execution] (MEDIUM): The script
scripts/git-hooks-setup.shdynamically generates executable shell content. - Evidence: The script uses a heredoc to write a bash script into
.git/hooks/pre-commit.
Audit Metadata