Skip to main content

commit-coauthor

Automates git commits with co-author attribution and safety checks, ensuring compliance with repository conventions.

Install this skill

or
74/100

Security score

The commit-coauthor skill was audited on Feb 19, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Access to .env file

SourceSKILL.md
66- `.env` files (environment variables)
medium line 343

Access to .env file

SourceSKILL.md
343- `.env` files (recommend `.env.example` instead)
medium line 477

Access to .env file

SourceSKILL.md
477**Staged files**: `.env`, `src/config/database.ts`
low line 481

Access to .env file

SourceSKILL.md
481⚠️ Sensitive file detected: .env
low line 486

Access to .env file

SourceSKILL.md
4861. Create .env.example with placeholder values instead
low line 487

Access to .env file

SourceSKILL.md
4872. Add .env to .gitignore
low line 490

Access to .env file

SourceSKILL.md
490Detected patterns in .env:
low line 494

Access to .env file

SourceSKILL.md
494Do you want to proceed with committing .env? (Type 'yes' to confirm)
medium line 503

Access to .env file

SourceSKILL.md
503- Suggest: `git reset HEAD .env` to unstage
low line 628

External URL reference

SourceSKILL.md
628- [Conventional Commits](https://www.conventionalcommits.org/) - Commit message standard
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →