بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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."