Semgrep Rule Creator Create production-quality Semgrep rules with proper testing and validation. When to Use Ideal scenarios: - Writing Semgrep rules for specific bug patterns - Writing rules to detect security vulnerabilities in your codebase - Writing taint mode rules for data flow vulnerabilities - Writing rules to enforce coding standards When NOT to Use Do NOT use this skill for: - Running existing Semgrep rulesets - General static analysis without custom rules (use skill) Rationalizations to Reject When writing Semgrep rules, reject these common shortcuts: - "The pattern looks complete"…