Loading...
Loading...
Run Semgrep SAST scans on code. Supports 30+ languages with OWASP, security, and custom rulesets. Parses results and provides remediation guidance.
npx skill4agent add vchirrav/owasp-secure-coding-md sast-semgreppip install semgrepbrew install semgrepsemgrep --version--config=auto--config=p/owasp-top-ten--config=p/python--config=p/javascript--config=p/java--config=p/ci--config=p/secretssemgrep scan --config=auto --json --output=semgrep-results.json <target-path>| # | Severity | Rule ID | File:Line | Finding | Remediation |
|---|----------|---------|-----------|---------|-------------|| Ruleset | Config Flag | Use Case |
|---|---|---|
| Auto (recommended) | | Best overall coverage |
| OWASP Top 10 | | Compliance-focused |
| Secrets | | Detect hardcoded secrets |
| Default | | Curated high-signal rules |
| CI | | Fast, low false-positive |