configure-git-repository
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows standard developer workflows for Git initialization, branching strategies, and commit conventions without any malicious patterns.
- [DATA_EXPOSURE]: The skill includes proactive measures to prevent data exposure by creating
.gitignoretemplates that explicitly exclude sensitive files such as.env,.Renviron, and.RDataacross Python, Node.js, and R environments. - [COMMAND_EXECUTION]: Shell commands are used appropriately for repository management. The use of
chmod +xis restricted to enabling a locally generated pre-commit hook script, which is a standard requirement for Git hook functionality. - [INDIRECT_PROMPT_INJECTION]: While the skill interacts with project files via
git add .and executes scripts through Git hooks, these are standard developer tools and do not represent a significant vulnerability surface in this context.
Audit Metadata