npx claudepluginhub bostonaholic/rpikit --plugin rpikitThis skill uses the workspace's default tool permissions.
Review implementation changes for security vulnerabilities and risks.
Performs structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.
Prompts for advisory-only security reviews of changed code via git diffs or file inspections when implementation completes or review requested.
Performs security reviews on Git diffs identifying high-confidence exploitable vulnerabilities with severity/confidence scoring, OWASP 2025 alignment, and optional GitHub PR comments.
Share bugs, ideas, or general feedback.
Review implementation changes for security vulnerabilities and risks.
This skill provides methodology for reviewing code changes introduced during implementation. Unlike full codebase audits, this focuses on the delta - what was added or modified - to catch security issues before they're committed.
Identify what was modified during implementation:
High-Risk Changes (require thorough review):
Medium-Risk Changes:
Low-Risk Changes:
Watch for these in changed code:
JavaScript/TypeScript:
Python:
Ruby:
Go:
Reviewing security for implementation: $ARGUMENTS
Changes to review:
- [list of modified files]
- [new dependencies if any]
For each modified file:
Critical - Must fix before proceeding:
High - Should fix before merge:
Medium - Fix in near term:
Low - Consider addressing:
Informational - For awareness:
## Security Review: $ARGUMENTS
### Summary
[Brief overview of changes reviewed and overall assessment]
### Findings
#### Critical
[List with file:line and description, or "None"]
#### High
[List with file:line and description, or "None"]
#### Medium
[List with file:line and description, or "None"]
#### Low
[List with file:line and description, or "None"]
### Recommendations
[Specific fixes or improvements]
### Verdict
[PASS / PASS WITH WARNINGS / FAIL]
PASS - No critical or high findings, implementation is secure
PASS WITH WARNINGS - No critical findings, minor issues noted
FAIL - Critical or multiple high findings, must address before completion
When called from implementation phase: