BeClaude

plugin-security-checker

New
Community RegistryGeneralby kengo.nishimura

Security scanner for Claude Code plugins - analyzes hooks, MCP servers, scripts, and prompts for potential risks

Community PluginView Source

Overview

A marketplace that tracks and uncovers security issues in Claude Code plugins — like a detective.

Install

bash
claude plugin marketplace add <path-to-this-repo>

Structure

code
sleuth/
├── .claude-plugin/
│   └── marketplace.json
├── plugins/
│   └── plugin-security-checker/
└── README.md

Plugins

PluginDescription
plugin-security-checkerSecurity audit tool for Claude Code plugins

Adding plugins

Add your plugin to the plugins/ directory and register it in the plugins array of marketplace.json.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/plugin-security-checker.md https://raw.githubusercontent.com/sontixyou/sleuth/main/SKILL.md
3
Invoke in Claude Code
/plugin-security-checker
View source on GitHub
securitymcppluginauditscannerplugin-review

Frequently Asked Questions

What is plugin-security-checker?

Security scanner for Claude Code plugins - analyzes hooks, MCP servers, scripts, and prompts for potential risks

How to install plugin-security-checker?

To install plugin-security-checker, 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-checker.

What is plugin-security-checker best for?

plugin-security-checker is a community categorized under General. It is designed for: security, mcp, plugin, audit, scanner, plugin-review. Created by kengo.nishimura.