by shivasurya
AI-Native Static Code Analysis for modern security teams. Built for finding vulnerabilities, advanced structural search, derive insights and supports MCP
# Add to your Claude Code skills
git clone https://github.com/shivasurya/code-pathfinderWebsite • Installation • Rule Registry • How to write rule? • VS Code • Open VSX
</div>AI-Native static code analysis for modern security teams.
Code Pathfinder is an open-source security scanner that builds a queryable graph of your codebase. It parses code into Abstract Syntax Trees (AST), builds Control Flow Graphs (CFG) to track execution paths, and constructs Data Flow Graphs (DFG) to trace how data moves through your application. Instead of regex pattern matching per language, it indexes the entire codebase as structured data and lets you write queries that trace data flows across Python, , and files in a single rule.
Use it for: