Back to skills

static-analysis

security

Static analysis toolkit combining CodeQL, Semgrep, and SARIF parsing for security vulnerability detection. Covers taint tracking, data flow analysis, and pattern-based scanning across Python, JavaScri

Setup & Installation

npx skills add https://github.com/trailofbits/static-analysis --skill static-analysis
or paste the link and ask your coding assistant to install it
https://github.com/trailofbits/static-analysis
View on GitHub

What This Skill Does

Static analysis toolkit combining CodeQL, Semgrep, and SARIF parsing for security vulnerability detection. Covers taint tracking, data flow analysis, and pattern-based scanning across Python, JavaScript, Go, Java, C/C++, and more. Based on the Trail of Bits Testing Handbook. Running CodeQL and Semgrep together with SARIF aggregation catches interprocedural vulnerabilities that grep-based or single-tool approaches miss.

When to use it

  • Working with static analysis functionality
  • Implementing static analysis features
  • Debugging static analysis related issues