plugin-security-reviews
NewSecurity review for Claude Code plugins with auto-detection of new/changed plugins
Overview
A Claude Code plugin marketplace with tools for better coding habits.
Plugins
quick-review
The main plugin - enforces good development practices and automates code review.
Uncommitted changes block - Don't let Claude ask the user questions if there are uncommitted changes.
Auto-review commits - Claude's code gets reviewed automatically after each commit.
Review comment prioritization - Framework for deciding which automated review comments to fix vs skip. (skill)
Manual review command - /quick-review to trigger a code review on demand.
Plan review - Review agent for plans, automatically executed after every plan file edit. (agent)
Plan checklist - Remind Claude to mention in the plan: small commits, a comprehensive TODO list, etc. (skill)
Comment quality check - Reminds Claude that redundant comments are bad.
Package management - Blocks editing package.json/pyproject.toml directly. Enforces npm install / uv add.
WebFetch tip - Remind Claude it can download the file instead.
Brainstorm mode - Multiple perspectives on a problem before deciding. (skill)
Stack recommendations - Tips for starting new projects (Vite+React, uv for Python, etc.) (skill)
Install guidance - Ensures proper installation methods (CLI over manual edits, official docs over memorized instructions). (skill)
plugin-security-reviews
Security review for Claude Code plugins with auto-detection of new/changed plugins.
google-workspace-connector
Access Google Workspace APIs (Gmail, Drive, Sheets, Docs) via oauth2l + curl. (skill)
Requirements
- •jq - Required for most hooks. Install with
brew install jq(macOS) orapt install jq(Linux). If missing, you'll see a warning at session start and hooks will be disabled.
Installation
Option 1: Via slash commands
/plugin marketplace add hibukki/yonatans-cc-marketplace
/plugin install quick-review@yonatans-cc-marketplaceOption 2: Manual (in settings.json)
Add to your .claude/settings.json:
{
"enabledPlugins": {
"quick-review@yonatans-cc-marketplace": true
},
"extraKnownMarketplaces": {
"yonatans-cc-marketplace": {
"source": {
"source": "github",
"repo": "hibukki/yonatans-cc-marketplace"
}
}
}
}Setup (for contributors)
git config core.hooksPath .githooksThis enables the pre-commit hook that auto-bumps the plugin version.
Other plugins that seem promising
Search
Getting docs
As markdown, with optimizations for LLMs
Interacting with a browser
Seems more promising than the playwright MCP and the claude chrome plugin.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/plugin-security-reviews.md https://raw.githubusercontent.com/hibukki/yonatans-cc-marketplace/main/SKILL.md/plugin-security-reviewsFrequently Asked Questions
What is plugin-security-reviews?
Security review for Claude Code plugins with auto-detection of new/changed plugins
How to install plugin-security-reviews?
To install plugin-security-reviews, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /plugin-security-reviews.
What is plugin-security-reviews best for?
plugin-security-reviews is a community categorized under General. It is designed for: security, code-review, plugin. Created by Yonatan.