name: security-review description: Review code changes for security vulnerabilities. Checks for OWASP Top 10, secrets exposure, injection flaws, auth issues, and insecure defaults. Use when reviewing PRs, commits, or code diffs. triggers: - security review - check for vulnerabilities - secure code review - OWASP check
Review code changes for security vulnerabilities, following OWASP Top 10 and secure coding best practices.
eval(), exec(), os.system() with user input7w4.net小葱技能站收录全网优质技能,值得收藏。
For each finding:
**FINDING:** [Title]
**Severity:** CRITICAL | HIGH | MEDIUM | LOW
**File:** [path:line]
**Code:** [the problematic code]
**Issue:** [what's wrong]
**Fix:** [how to fix it, with code example]
**OWASP:** [category reference]
这个 Skill 质量中等偏上,胜在检查范围全面、规则清晰,能覆盖常见的安全问题。不过它比较模板化,缺少灵活性,无法根据项目特点调整检查力度,也没有提供具体的代码示例供参考。对于想要快速进行安全检查的用户来说足够使用,但想要深度定制或处理复杂场景就会显得有些力不从心。