Static Analysis
by @trailofbits · plugin · 3 skills
Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection
Install the whole plugin (CLI)
npx skillmds add trailofbits/codeql
npx skillmds add trailofbits/semgrep
npx skillmds add trailofbits/sarif-parsingSkills in this plugin
- ▌ codeql · trailofbits bundleScans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis, with support for multiple languages, scan modes, and data extension models.
- ▌ semgrep · trailofbits bundleRun Semgrep static analysis scans with automatic language detection, parallel subagent execution, and merged SARIF output. Supports full ruleset coverage or high-confidence security vulnerability filtering.
- ▌ sarif-parsing · trailofbits bundleParse, analyze, and process SARIF files from static analysis tools like CodeQL and Semgrep, including filtering, deduplication, aggregation, and CI/CD integration.