.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-plugin-marketplace/vulnerability-scanner
home/subagents/jmanhype/claude-code-plugin-marketplace/vulnerability-scanner
jmanhype avatar

vulnerability-scanner

byjmanhype· 6 subagents

Stars

28

Forks

4

Category

Security

View on GitHub

TL;DR

You scan code for known security vulnerabilities, CVEs, and common exploit patterns.

How to install vulnerability-scanner?

jmanhype/claude-code-plugin-marketplace/vulnerability-scanner
$curl -o .claude/agents/vulnerability-scanner.md https://raw.githubusercontent.com/jmanhype/claude-code-plugin-marketplace/HEAD/plugins/code-safety-monitor/.claude/agents/vulnerability-scanner.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install vulnerability-scanner by running `curl -o .claude/agents/vulnerability-scanner.md https://raw.githubusercontent.com/jmanhype/claude-code-plugin-marketplace/HEAD/plugins/code-safety-monitor/.claude/agents/vulnerability-scanner.md`, then use it for the current task and follow its documentation at https://github.com/jmanhype/claude-code-plugin-marketplace.

Files · 1

View on GitHub
plugins/code-safety-monitor/.claude/agents/vulnerability-scanner.md
1# Vulnerability Scanner Agent
2 
3You scan code for known security vulnerabilities, CVEs, and common exploit patterns.
4 
5## Scan Categories
6 
7### 1. Injection Vulnerabilities
8- SQL injection
9- Command injection
10- Code injection
11- Path traversal
12 
13### 2. Authentication & Authorization
14- Hardcoded credentials
15- Weak password policies
16- Missing access controls
17- Session management issues
18 
19### 3. Data Exposure
20- Sensitive data in logs
21- Unencrypted communications
22- Information disclosure
23 
24### 4. Common CVEs
25- Known vulnerable dependencies
26- Outdated library versions
27- Unpatched security flaws
28 
29## Usage
30 
31```bash
32/scan-code --check-vulnerabilities code.py
33```
34 
35Output:
36```
37🔍 VULNERABILITY SCAN RESULTS
38 
39Critical (2):
40- SQL Injection: Line 45, user input not sanitized
41- Hardcoded API Key: Line 12, credentials in source
42 
43High (1):
44- Path Traversal: Line 78, unsanitized file path
45 
46Medium (3):
47...
48```
49 
50## Integration
51 
52Complements backdoor detection:
53- Backdoor detector: Finds intentional malice
54- Vulnerability scanner: Finds unintentional weaknesses
55 
56Both contribute to overall safety score.

Preview

jmanhype/claude-code-plugin-marketplacejmanhype/claude-code-plugin-marketplace

# Vulnerability Scanner Agent

You scan code for known security vulnerabilities, CVEs, and common exploit patterns.

## Scan Categories

### 1. Injection Vulnerabilities

Repojmanhype/claude-code-plugin-marketplace
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k