Security News > 2021 > August > New 'Allstar' App Enforces Security Best Practices for GitHub Projects
The Open Source Security Foundation on Wednesday announced the availability of a new GitHub app that can be used to automatically and continuously enforce security best practices for GitHub projects.
Allstar is a companion to Security Scorecards, an automated risk assessment tool for repositories and their dependencies that was also contributed by Google.
Allstart continuously checks GitHub API states and file contents against defined security policies.
"Security Scorecards checks a number of important heuristics, such as whether the project uses branch protection, cryptographically signs release artifacts, or requires code review. From these scores, users can understand specific areas to improve in order to strengthen the security posture of their project," explained Google's Mike Maraya and Jeff Mendoza.
They added, "From here, Allstar takes the next step and allows maintainers to opt into automated enforcement of specific checks. If your repository fails a particular check that you enable, Allstar intervenes to make the necessary changes to remediate the issue, avoiding the extra effort of regular manual fixes."
Currently, Allstar's security policy enforcements include branch protection, checking for the presence of a security policy file for vulnerability disclosure, ensuring that users with administrator privileges belong to the owning organization, and detecting binary artifacts in a repository.