·semgrep-rule-creator
!

semgrep-rule-creator

创建自定义 Semgrep 规则,用于检测特定于项目的漏洞、执行编码标准以及通过适当的测试和元数据构建特定于域的安全检查。

34安装·1热度·@oimiragieo

安装

$npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator

如何安装 semgrep-rule-creator

通过命令行快速安装 semgrep-rule-creator AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:oimiragieo/agent-studio。

SKILL.md

查看原文

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
分类
!安全工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from oimiragieo/agent-studio

快速解答

什么是 semgrep-rule-creator?

创建自定义 Semgrep 规则,用于检测特定于项目的漏洞、执行编码标准以及通过适当的测试和元数据构建特定于域的安全检查。 来源:oimiragieo/agent-studio。

如何安装 semgrep-rule-creator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/oimiragieo/agent-studio