gxpm-hygiene
Pre-commit hygiene and atomic commit discipline. Use before every commit, or when preparing changes for self-review or ship.
Install this skill
or
84/100
Security score
The gxpm-hygiene skill was audited on Jun 24, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 35
Access to .env file
SourceSKILL.md
| 35 | git diff --staged --name-only | xargs grep -l "\.env" 2>/dev/null || true |
medium line 59
Access to .env file
SourceSKILL.md
| 59 | - Committing secrets or `.env` files |
medium line 70
Access to .env file
SourceSKILL.md
| 70 | | "It's just a tiny fix, the checklist is overkill." | Tiny fixes that bypass hygiene are how `.env` files get committed and how generated docs drift. The checklist is shortest when nothing is wrong. |
medium line 86
Access to .env file
SourceSKILL.md
| 86 | - [ ] 未提交 `.env` 或密钥文件 |
Scanned on Jun 24, 2026
View Security Dashboard