Repository Security Review

A structured review covering secrets, dependencies, branch protection, CI/CD, repository permissions, CODEOWNERS, signed commits, and automation — answer each question to get a suggested-improvements list, not just a score.

Questions

0 of 8 complete (0%)

Secrets: Does a secret-scanning tool run automatically on every push or pull request?

Secrets: Does a secret-scanning tool run automatically on every push or pull request?

Repository Security Scanner

Dependencies: Are dependencies checked against known CVEs on a recurring basis, not just at initial setup?

Dependencies: Are dependencies checked against known CVEs on a recurring basis, not just at initial setup?

CWE-1104: Unmaintained Third-Party Components

Branch Protection: Is the default branch protected against direct pushes and force-pushes?

Branch Protection: Is the default branch protected against direct pushes and force-pushes?

Repository Security Assessment Checklist

CI/CD: Are pipeline secrets scoped to the jobs that need them and hidden from fork pull request builds?

CI/CD: Are pipeline secrets scoped to the jobs that need them and hidden from fork pull request builds?

CI/CD Security Controls

Repository Permissions: Is collaborator access reviewed periodically rather than granted once and never revisited?

Repository Permissions: Is collaborator access reviewed periodically rather than granted once and never revisited?

Repository Security (Knowledge Center)

CODEOWNERS: Does a CODEOWNERS file require review from the right people before merging sensitive paths?

CODEOWNERS: Does a CODEOWNERS file require review from the right people before merging sensitive paths?

Repository Security Assessment Checklist

Signed Commits: Are commits to the default branch signed and verified?

Signed Commits: Are commits to the default branch signed and verified?

Repository Security (Knowledge Center)

Automation: Does a bot or scheduled job keep dependencies and CI tooling versions up to date automatically?

Automation: Does a bot or scheduled job keep dependencies and CI tooling versions up to date automatically?

CI/CD Security Scanner

Answer all eight questions above to see the full review summary.