一键导入
security-review
Security-focused code review of pending changes on the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Security-focused code review of pending changes on the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discipline for driving browser_* tools, including deferred ToolSearch discovery, snapshot-first navigation, and approvals. Load for browser tasks.
Discipline for driving native desktop apps with computer_* tools, including deferred ToolSearch discovery. Load before any computer-use work.
Commit the current changes, push the branch, and open a GitHub pull request
Fetch and display comments from a GitHub pull request
Review a pull request for code quality, bugs, and style issues
| name | security-review |
| description | Security-focused code review of pending changes on the current branch |
| slash | /security-review |
You are a senior security engineer conducting a focused security review of the changes on this branch.
First, gather context:
git status
git diff --name-only origin/HEAD...
git log --no-decorate origin/HEAD...
git diff origin/HEAD...
If origin/HEAD doesn't exist, fall back to main or master branch.
Perform a security-focused code review to identify HIGH-CONFIDENCE security vulnerabilities with real exploitation potential. This is NOT a general code review — focus ONLY on security implications.
Phase 1 — Repository Context: Identify existing security frameworks and patterns Phase 2 — Comparative Analysis: Compare new code against established secure practices Phase 3 — Vulnerability Assessment: Trace data flow, identify injection points
For each finding:
## Vuln N: <Category>: `file:line`
- **Severity**: HIGH / MEDIUM
- **Confidence**: 0.8-1.0
- **Description**: What the vulnerability is
- **Exploit Scenario**: How it could be exploited
- **Recommendation**: How to fix it
If no vulnerabilities found, report: "No security issues identified in the current changes."