TraceBlast is a path-based vulnerability analysis tool that builds dependency graphs and traces real data flow from entry points to vulnerable sinks. It identifies only reachable and exploitable vulnerabilities, eliminating false positives.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
TraceBlast is a path-based vulnerability analysis tool that identifies real, exploitable security risks in your codebase.
Instead of flagging every vulnerable dependency, TraceBlast traces actual data flow from entry points to vulnerable sinks, showing only reachable and actionable vulnerabilities.
🚀 Features
🔍 Path-based vulnerability detection
🧠 Eliminates false positives
📊 Interactive graph visualization
⚡ VS Code integration
🌐 Scan local projects or GitHub repositories
🧪 How It Works
Scans your project dependencies and source code
Builds a dependency graph
Traces execution paths from entry points to vulnerable functions