feat: add Claude Code security-review skill#3
Open
0x901112a wants to merge 1 commit intoArcanum-Sec:mainfrom
Open
feat: add Claude Code security-review skill#30x901112a wants to merge 1 commit intoArcanum-Sec:mainfrom
0x901112a wants to merge 1 commit intoArcanum-Sec:mainfrom
Conversation
- Add .claude/skills/security-review.md skill definition - Update README with installation instructions and usage examples - Skill supports both BREADTH (quick reviews) and DEPTH (deep audits) modes - Auto-selects DEPTH for security-critical paths (auth, payments, crypto) The skill allows Claude Code users to run `/security-review` to check their code against all 25+ anti-patterns in the guide.
|
heat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a ready-to-use Claude Code skill for security reviews using the anti-patterns guide.
Changes
.claude/skills/security-review.md- Skill definition with instructionsREADME.md- Added installation instructions and usage examples under Option 4Features
/security-review- Quick review using BREADTH (25+ patterns)/security-review --deep- Deep audit using DEPTH (7 critical patterns)Installation
Users can install with:
Testing
Tested the skill on a real codebase (Firebase/Next.js/Stripe auction platform) - it correctly identified potential issues and avoided false positives.