Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

scanning-plugins

verified

Plugin and skill security scanner for detecting malicious code and instructions. Supports local paths and GitHub repositories. Use when scanning plugins before installation, auditing external skills, or when user mentions plugin scan, security scan, GitHub repo scan, プラグインスキャン, 安全性チェック.

View on GitHub

Marketplace

thkt-development-workflows

thkt/claude-config

Plugin

security-tools

Security

Repository

thkt/claude-config
3stars

skills/scanning-plugins/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/scanning-plugins/SKILL.md -a claude-code --skill scanning-plugins

Installation paths:

Claude
.claude/skills/scanning-plugins/
Powered by add-skill CLI

Instructions

# Plugin Security Scanning

Detect malicious code and deceptive instructions in Claude Code plugins and skills.

## Context Evaluation

Distinguish legitimate vs malicious intent:

| Context   | Example                        | Verdict   |
| --------- | ------------------------------ | --------- |
| Education | Vulnerability examples in docs | Safe      |
| Detection | Pattern matching in scanner    | Safe      |
| Execution | Live dangerous command in hook | Malicious |
| Access    | Credential read without reason | Malicious |

## Scan Targets

| Location                   | Content             |
| -------------------------- | ------------------- |
| `~/.claude/plugins/cache/` | Third-party plugins |
| `~/.claude/skills/`        | Installed skills    |
| `.claude/` (project)       | Project configs     |
| `owner/repo` or URL        | GitHub repository   |

## File Types

- `*.md` - Instructions, prompts
- `*.sh` - Shell commands
- `*.js`, `*.ts` - Code execution
- `*.yaml`, `*.json` - Configuration
- `.mcp.json` - MCP server configs (command, args, env)

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
962 chars