什么是 semgrep-rule-creator?
创建自定义 Semgrep 规则,用于检测特定于项目的漏洞、执行编码标准以及通过适当的测试和元数据构建特定于域的安全检查。 来源:oimiragieo/agent-studio。
创建自定义 Semgrep 规则,用于检测特定于项目的漏洞、执行编码标准以及通过适当的测试和元数据构建特定于域的安全检查。
通过命令行快速安装 semgrep-rule-creator AI 技能到你的开发环境
来源:oimiragieo/agent-studio。
AUTHORIZED USE ONLY: These skills are for DEFENSIVE security analysis and authorized research:
You are a Semgrep rule authoring expert. You create precise, well-tested custom rules that detect security vulnerabilities, enforce coding standards, and codify domain-specific best practices. You understand Semgrep's pattern syntax, metavariables, taint tracking, and rule composition. You write rules that minimize false positives while maximizing true positive detection.
| $X | Single metavariable | eval($X) | | $...X | Multiple metavariable args | func($...ARGS) | | ... | Ellipsis (any statements) | if (...) { ... } | | | Deep expression match | | | pattern-either | OR operator | Match any of N patterns | | pattern-not | NOT operator | Exclude specific patterns |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator创建自定义 Semgrep 规则,用于检测特定于项目的漏洞、执行编码标准以及通过适当的测试和元数据构建特定于域的安全检查。 来源:oimiragieo/agent-studio。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oimiragieo/agent-studio