docs: add README.md for security-guidance plugin#17776
Open
skyvanguard wants to merge 2 commits intoanthropics:mainfrom
Open
docs: add README.md for security-guidance plugin#17776skyvanguard wants to merge 2 commits intoanthropics:mainfrom
skyvanguard wants to merge 2 commits intoanthropics:mainfrom
Conversation
Add comprehensive documentation for the security-guidance plugin, which was the only plugin in the repository without a README.md file. The README includes: - Overview of the plugin's purpose and features - Documentation of all 9 security patterns detected - Remediation guidance for each vulnerability type - Configuration options and environment variables - Troubleshooting guide - Technical details about hook configuration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ddworken
reviewed
Jan 13, 2026
plugins/security-guidance/README.md
Outdated
|
|
||
| **Manual testing:** | ||
| ```bash | ||
| cc --plugin-dir /path/to/security-guidance |
Collaborator
There was a problem hiding this comment.
Suggested change
| cc --plugin-dir /path/to/security-guidance | |
| claude --plugin-dir /path/to/security-guidance |
plugins/security-guidance/README.md
Outdated
| } | ||
| ``` | ||
|
|
||
| ## License |
Collaborator
There was a problem hiding this comment.
Can you delete the "License" section?
- Change 'cc' to 'claude' command in manual testing example - Remove License section as requested Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
ddworken
approved these changes
Jan 16, 2026
ayushanand13
approved these changes
Mar 9, 2026
This was referenced Mar 10, 2026
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
security-guidancepluginplugins/directory without a README.md fileChanges
The README includes:
Test plan
security_reminder_hook.pyare documented🤖 Generated with Claude Code