Discover and explore top open-source AI tools and projects—updated daily.
microsoftEvaluate GitHub security and best practices compliance
Top 63.3% on SourcePulse
GitHub Quick Review (ghqr) is a CLI tool designed to assess GitHub enterprises, organizations, and repositories against best practices and security recommendations. It helps users identify security gaps, misconfigurations, and areas for improvement, providing a comprehensive overview of their GitHub resource posture. This tool is valuable for engineers, security teams, and administrators managing GitHub environments.
How It Works
ghqr systematically evaluates GitHub resources across Security, Access Control, Branch Protection, Copilot, Governance, Audit Log, Community, Actions, Dependencies, and Metadata. It employs a data-driven approach, leveraging GitHub API access to gather detailed information. The tool then synthesizes findings into actionable recommendations, categorized by severity and type, facilitating targeted remediation efforts.
Quick Start & Requirements
docker pull ghcr.io/microsoft/ghqr:latest), or building from source.read:org, repo, read:enterprise, read:audit_log, read:user, copilot). Go 1.26.x+ is required for building from source.GITHUB_TOKEN environment variable. For GitHub Enterprise Cloud with Data Residency, use the --hostname flag or GH_HOST environment variable.export GITHUB_TOKEN=<your-token>, then ghqr scan -o <your-org> or ghqr scan -e <your-enterprise>.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Authentication errors (401/403) may occur if the PAT is invalid, missing scopes, or not authorized for enterprise SSO. Building from source requires Go 1.26.x or higher. The absence of a stated license may pose adoption risks for commercial or sensitive environments.
10 hours ago
Inactive