Skip to main content

Github Games Verified May 2026

  • Mindustry: A sandbox tower-defense game. It is arguably the highest-rated open-source game on Steam that maintains an open GitHub repo.
  • Endless Sky: A space exploration and trading game similar to Escape Velocity.
  • Anki: (Not a game in the traditional sense, but gamified learning). One of the highest-starred repos on GitHub.
  • “GitHub Games Verified” is not an official GitHub program but rather an emerging, community-led grassroots movement. It functions as a voluntary badge system designed to distinguish high-quality, safe, and legitimate open-source games from malicious forks, abandoned projects, or “scam repos” (e.g., crypto miners disguised as game installers). This paper analyzes the origins, criteria, limitations, and future potential of this unofficial verification standard.

    Scammers have caught on. In 2024–2025, security researchers spotted fake “GitHub Games Verified” badges in repos that:

    Rule of thumb: A badge without a clickable verification link (pointing to a trusted third-party list) is worthless. Real curators always link back to their verification criteria.

    Until GitHub launches a full "Games Verified" program (rumored for 2025 under the "GitHub Authenticity" initiative), you are the gatekeeper. Use this checklist: github games verified

    Step 1: Check the Owner's Join Date Click the developer’s avatar. If they joined GitHub last month and have published 50 games, they are a bot. Verified game devs usually have accounts 2+ years old.

    Step 2: Analyze the Release Artifacts Go to "Releases." If the game is a single .exe or .appimage but the source code is missing, it is not verified. Real open-source games allow you to build from source. If they only provide binaries, treat it as malware until proven otherwise.

    Step 3: The "Hammer" Test Read the code. Specifically, look for: Mindustry: A sandbox tower-defense game

    Step 4: Scan with Grype or Trivy Use GitHub’s own security tools. Clone the repo and run:

    grype dir:./the-game-repo
    

    If the vulnerability scanner flags high-severity CVEs in the game logic (not just dependencies), avoid it. Verified game maintainers fix known vulnerabilities.

    Step 5: Look for the Discord/Matrix Verification Bridge Most legitimate game devs link their GitHub to a verified Discord server. If the repo’s README includes a Discord invite, check if the server has "Community Verified" status (the Discord checkmark). If the Discord has 10 members and no moderation, the GitHub is likely fake. Endless Sky: A space exploration and trading game

    These are highly verified. Legal teams watch them, and devs require signed commits to prevent ROM-dumping malware from entering the codebase.


    GitHub hosts millions of repositories tagged “game,” but users face three core risks:

    Official GitHub does not verify game functionality or safety. Thus, the community created GitHub Games Verified to fill this trust void.