원클릭으로
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."