Finally, a complete index of GitHub's CodeQL queries!

It is surprising that there is no single place1 that lists all of GitHub’s CodeQL queries in a nice, searchable format. So here it is as an Airtable so you can search, filter, sort, or do anything else you like with it. The script to generate this list is available as a Gist2.

I hope this is useful for anyone who is looking for a specific query or wants to explore the available queries in a more organized way.

Note that I do not have plans to maintain this list, so it will inevitably become outdated over time.

  1. At least none that is publicly available. There are some internal databases within big organizations that take CodeQL queries somewhat seriously, but these are not accessible openly. 

  2. I have made no attempt to make the script efficient or elegant, and it is the result of a single vibe coding session.