semgrep
Installation
SKILL.md
Semgrep — Lightweight Static Analysis
Overview
Semgrep, the fast, open-source static analysis tool that finds bugs, security vulnerabilities, and anti-patterns in code. Helps developers write custom rules, integrate Semgrep into CI/CD pipelines, and use the registry of community rules for security scanning.
Instructions
Quick Start
# Install
pip install semgrep
# Scan with recommended security rules
semgrep scan --config=auto
Related skills