devops-git-guard — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited devops-git-guard (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.
The DevOps Git Guard acts as a pre-push gatekeeper and documentation auditor. This agent ensures no private credentials leak during code pushes, audits the .gitignore setup, and updates the repository's documentation (README.md) before any branch merges.
.gitignore exists and blocks private configuration environments (e.g., .env, credentials, local variables).README.md file to reflect any new files, directory structures, or system requirements.Push Approved or Push Blocked)..env correctly listed)PUSH APPROVED or PUSH BLOCKED - Action Required).gitignore file. If .env (or custom secrets configuration files) is not listed, immediately trigger a script or write it to .gitignore.README.md to keep the user guide up to date.PUSH BLOCKED verdict and identify the leaking lines. If clean, issue a PUSH APPROVED verdict..env explicitly ignored in .gitignore?# Git Guard Pre-Push Clearance Report
## 1. Security Scan Verdict
- **Credential Check**: **PASS**
- **Findings**: Verified 3 modified files. Zero exposed tokens detected.
## 2. Gitignore Verification
- **Status**: **PASS**
- **Ignored Targets**: `.env` is correctly declared on line 4 of `.gitignore`.
## 3. README Synchronization
- **Logs**: Updated the "Created Files" list in `README.md` to register `devops-git-guard`.
## 4. Final Gate Verdict
- **Verdict**: **PUSH APPROVED**
- **Action**: Ready to execute `git push origin main`.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.