/install security-review-workflow
Security Review Workflow
Use this skill for focused security review of branch or PR changes.
Workflow
- Collect git status, changed files, commit list, and full diff against the target base.
- Research the codebase's existing security patterns.
- Inspect only newly introduced attack surfaces in the diff.
- Filter out speculative, low-signal, or excluded finding classes.
- Report only concrete, actionable findings with file, severity, exploit path, and recommendation.
Guardrails
- Minimize false positives aggressively.
- Ignore general code review comments that are not security issues.
- Prefer fewer high-confidence findings over noisy coverage.
Example Requests
- Review this branch only for concrete security bugs.
- Find high-confidence vulnerabilities in the current diff and ignore noise.
Inputs
- Diff against base
- Changed files
- Relevant security context
Outputs
- High-signal security findings
- Severity and exploit path
- Fix recommendations
Success Criteria
- Only concrete issues are reported.
- False positives are aggressively filtered.
- Each finding is actionable.
Non-Goals
- General style review
- Speculative low-confidence security commentary
Source Provenance
Derived from src/commands/security-review.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install security-review-workflow - After installation, invoke the skill by name or use
/security-review-workflow - Provide required inputs per the skill's parameter spec and get structured output
What is Security Review Workflow?
Use when the current branch or PR needs a focused security review that minimizes false positives and only reports concrete, exploit-relevant issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Security Review Workflow?
Run "/install security-review-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Security Review Workflow free?
Yes, Security Review Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Security Review Workflow support?
Security Review Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Security Review Workflow?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.