A collection of plugins for Claude Code with tools for Git workflows and web security analysis.
| Plugin | Description |
|---|---|
git-tools | Git productivity tools — PR review and more |
websec | Web security tools — dependency vulnerability analysis and more |
Add the marketplace and install the plugins you want:
# add the marketplace (only needed once)
claude plugin marketplace add marcoscouto/claude-plugins-example
# install the plugins you want
# note: claude-plugins-example becomes "plugins-example" after the "claude-" prefix is stripped
claude plugin install git-tools@plugins-example
claude plugin install websec@plugins-example
If you already have the repo cloned, load plugins for a single session without installing:
claude --plugin-dir ~/path/to/claude-code-plugins/git-tools \
--plugin-dir ~/path/to/claude-code-plugins/websec
claude plugin list # list installed plugins
claude plugin list --available --json # list available plugins from marketplaces
claude plugin disable git-tools # disable a plugin
claude plugin enable git-tools # re-enable a plugin
claude plugin uninstall git-tools # uninstall a plugin
/review-prReviews a GitHub Pull Request — analyzes code changes, flags issues, and gives actionable feedback.
/review-pr 123
/review-pr https://github.com/owner/repo/pull/123
/dependencies-analysisAnalyzes project dependencies for known security vulnerabilities using available audit tools (npm audit, pip-audit, cargo audit, etc.).
/dependencies-analysis
See CONTRIBUTING.md for how to create new plugins, skills, and commands.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGit productivity tools — PR review and more
npx claudepluginhub marcoscouto/claude-plugins-example --plugin websecAI-powered security auditing with interactive skills, automated agents, web dependency scanning, and supply chain hardening for comprehensive vulnerability detection and reporting
Open-source cybersecurity analysis agent. Scans any local project for vulnerabilities: code security (SAST), dependency CVEs (SCA), secret leaks, authentication/authorization flaws, cryptographic weaknesses, misconfigurations, supply chain risks, and CI/CD security. Covers all OWASP 2025 Top 10 and CWE Top 25 categories. Generates prioritized reports with remediation guidance. Invoke with /cyber-neo [path].
Security testing toolkit with HTTP header analysis, dependency auditing, and static code scanning
Perform security audit on codebase
Security scanning, dependency CVE audits, and exposure-aware risk prioritization.
Security best practices advisor with vulnerability detection and fixes