codeql-queries
Installation
SKILL.md
codeql-queries
Overview
Per docs.github.com/code-security/codeql-cli:
CodeQL is GitHub's semantic-analysis SAST: build a database of the
codebase (control flow, data flow, type info), run .ql queries
against it, emit SARIF for GitHub Code Scanning. This
database-then-query model catches cross-file taint flows (user input
reaching a SQL sink unsanitized) that pattern matchers cannot express.