Codeql banner
gadievron gadievron

Codeql

Development community

Description

--- description: CodeQL deep static analysis with dataflow validation --- # /codeql - RAPTOR CodeQL Analysis Runs CodeQL deep static analysis with dataflow validation. Slower but finds complex vulnerabilities that Semgrep misses (tainted flows, use-after-free, injection chains). ## Usage ``` python3 raptor.py codeql --repo <path> [options] ``` ## Options | Option | Description | |--------|-------------| | `--repo <path>` | Repository path (required) | | `--languages <list>` | Comma-separat

Installation

Installs to ~/.claude/commands/gadievron-raptor-codeql.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/commands/codeql.md -o ~/.claude/commands/gadievron-raptor-codeql.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository