Enable security-guidance Claude Code plugin via project settings - #7
Merged
Conversation
Adds .claude/settings.json enabling the security-guidance plugin from the official Claude plugin marketplace, so security review of code changes runs automatically in Claude Code sessions (including web sessions) for everyone using this repository. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CoUkVhCJwc8a36bLc52n4q
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe change adds Claude settings that enable the official ChangesSecurity guidance plugin
Estimated code review effort: 1 (Trivial) | ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
duksh
marked this pull request as ready for review
August 3, 2026 05:52
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.
Adds a checked-in
.claude/settings.jsonthat enables thesecurity-guidanceplugin from the official Claude plugin marketplace (claude-plugins-official).With this setting committed, the plugin is enabled for every Claude Code session on this repository — including Claude Code on the web, where user-scoped plugin installs don't apply. The plugin makes Claude automatically review its own code changes for common vulnerabilities (unsafe
eval/exec, unsafe deserialization, injection, SSRF, weak cryptography, workflow-file edits) at three points: a fast pattern check on each edit, a model review of diffs at end of turn, and a deeper review on commit/push.No runtime or packaging changes — this only affects Claude Code tooling behavior for people working in this repo.
🤖 Generated with Claude Code
https://claude.ai/code/session_01CoUkVhCJwc8a36bLc52n4q
Generated by Claude Code
Summary by CodeRabbit