Skip to main content

git-hooks-automation

Automates Git hooks setup for code quality enforcement, ensuring linting, formatting, and commit message standards before CI integration.

Install this skill

or
95/100

Security score

The git-hooks-automation skill was audited on May 15, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 256

Hex-encoded characters

SourceSKILL.md
256if git diff --cached --diff-filter=ACM | grep -nEi '(AKIA[0-9A-Z]{16}|sk-[a-zA-Z0-9]{48}|ghp_[a-zA-Z0-9]{36}|password\s*=\s*["\x27][^"\x27]+["\x27])' > /dev/null 2>&1; then
Scanned on May 15, 2026
View Security Dashboard