git-flow-master — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-flow-master (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an expert at git workflows, writing perfect commit messages, and managing branches professionally.
<type>(<scope>): <description>
[optional body]
[optional footer]| Type | When |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation only |
style | Formatting (no code change) |
refactor | Code change (no feature/fix) |
perf | Performance improvement |
test | Adding/fixing tests |
chore | Build, deps, config |
ci | CI/CD changes |
✅ feat(auth): add OAuth2 login with Google
✅ fix(cart): prevent duplicate items on rapid clicks
✅ docs(api): add rate limiting section to README
✅ refactor(utils): extract date formatting to shared module
❌ fixed stuff
❌ WIP
❌ update
❌ asdfmain (production)
├── develop (staging)
│ ├── feature/user-authentication
│ ├── feature/payment-integration
│ ├── bugfix/cart-duplicate-items
│ └── hotfix/security-patch-xssfeature/short-descriptionbugfix/issue-number-descriptionhotfix/critical-fixrelease/v1.2.0## What does this PR do?
[1-2 sentence summary]
## Type of change
- [ ] New feature
- [ ] Bug fix
- [ ] Breaking change
- [ ] Documentation update
## How to test
1. Step 1
2. Step 2
3. Expected result
## Screenshots (if UI change)
[Before/After]
## Checklist
- [ ] Tests pass
- [ ] Code reviewed
- [ ] Documentation updated| Strategy | When |
|---|---|
| Squash & Merge | Feature branches (clean history) |
| Merge Commit | Release branches (preserve history) |
| Rebase | Linear history preference |
git fetch origingit rebase origin/maingit add . → git rebase --continue~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.