Most security leaders suspect unknown vulnerabilities lurk within their codebases. Manual reviews and narrowly scoped tools often miss these accumulated flaws, leaving organizations exposed. Addressing this blind spot, GitHub is now offering a free Code Security Risk Assessment, providing a one-click view of potential vulnerabilities.
This new assessment is available to GitHub organization admins and security managers, requiring no license, configuration, or commitment. It utilizes GitHub's CodeQL, a leading static analysis engine, to scan up to 20 of an organization's most active repositories.
What the Assessment Reveals
The output is a dashboard summarizing key security findings.
- Total vulnerabilities across scanned repositories, categorized by severity (critical, high, medium, low).
- Vulnerabilities broken down by programming language.
- Specific security rules detected, their affected repositories, and severity.
- Identification of the most vulnerable repositories for focused remediation.
- Copilot Autofix eligibility, indicating how many vulnerabilities could be automatically addressed.
The assessment is accessible on GitHub Enterprise Cloud and GitHub Team plans, with no charges for licenses or GitHub Actions minutes used during the scan.
Integrating Security Visibility
This initiative builds upon the success of the Secret Risk Assessment, which has helped organizations identify leaked credentials. Last year alone, customers using Secret Protection scanned nearly 2 billion pushes and blocked 19 million secret exposures.
