Skip to content

Code PathFinder

Opensource CodeQL alternative for finding vulnerabilities in your code.
Terminal window
Code-PathFinder Console:
> FROM method_declaration AS md
WHERE md.getVisibility() == "public" && md.getName() == "main"
SELECT md, "Listing all main methods"
public static void main(String[] args) {
System.out.println("Set thy heart upon thy work,");
System.out.println("but never on its reward. - Bhagavad Gita, Chapter 2, Verse 47");
}

Supported Platforms


Supported Features


Craft Queries

Strengthen your code’s integrity with robust security checks and insights.

Structural Search

Search and identify specific patterns in source code seamlessly.

Call Graph Analysis

Visualize and analyze method calls and data flow for better understanding.

Source-Sink Analysis

Detect and prevent vulnerabilities by tracing sensitive data paths.


Latest Blog Posts


Getting Started

CodeQL Opensource Alternative


Read →
Getting Started

Detecting WebView Misconfigurations


Read →