semgrep-rule-creator
How to Install
Claude Code:
git clone --depth 1 https://github.com/trailofbits/skills.git && cp skills/skills/SKILL.md ~/.claude/skills/SKILL.mdCursor:
Copy the SKILL.md content into your .cursorrules fileCreates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.
Details
| Category | Security → vulnerability |
| Source | https://github.com/trailofbits/skills/tree/main/plugins/semgrep-rule-creator/skills/semgrep-rule-creator/SKILL.md |
| Stars | ★ 5.7K |
| Risk Level | Safe |
Related Skills
semgrep-rule-creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns
semgrep-rule-creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns
semgrep-rule-creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns
variant-analysis
Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when huntin