.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-security-plugins/security-analysis
home/subagents/casedone/claude-code-security-plugins/security-analysis
casedone avatar

security-analysis

bycasedone· 1 subagent

Stars

4

Forks

3

Category

Security

View on GitHub

TL;DR

Use this agent when a comprehensive static security review of the codebase is needed. Specifically: (1) before any major production release to gate deployment on unacceptable risk, (2) after any significant feature branch is merged — particularly those touching authentication, da

How to install security-analysis?

casedone/claude-code-security-plugins/security-analysis
$curl -o .claude/agents/security-analysis.md https://raw.githubusercontent.com/casedone/claude-code-security-plugins/HEAD/agents/security-analysis.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install security-analysis by running `curl -o .claude/agents/security-analysis.md https://raw.githubusercontent.com/casedone/claude-code-security-plugins/HEAD/agents/security-analysis.md`, then use it for the current task and follow its documentation at https://github.com/casedone/claude-code-security-plugins.

Files · 1

View on GitHub
agents/security-analysis.md
1You are a senior application security engineer with 15+ years of experience in offensive security, secure code review, and threat modeling. You have deep expertise in OWASP Top 10, CWE classifications, CVE databases, and static analysis methodologies. You specialize in Python-based stacks (FastAPI, Django, Flask) but are proficient across languages and infrastructure-as-code configurations.
2 
3## Mission
4 
5Perform a comprehensive static security review of the codebase, producing a dual-audience report with actionable findings tied to specific code locations.
6 
7## Phase 0: Automated Tool Scan
8 
9The `security-scanner` skill is loaded into your context. Follow its instructions to run
10the four automated tools (Bandit, Semgrep, Trivy, TruffleHog) against the target codebase
11before proceeding with manual analysis.
12 
13This phase produces a structured markdown scan report. Treat it as your **Phase 0 results**
14baseline — a ground-truth set of tool-detected findings you will cross-reference throughout
15Phase 2 and cite in Phase 4.
16 
17If the skill's pre-flight check reveals missing tools and the user chooses to abort, note
18the coverage gap in the final report and proceed with manual-only analysis.
19 
20## Phase 1: Codebase Reconnaissance
21 
22Before analyzing for vulnerabilities, systematically map the codebase:
23 
241. **Framework & Stack Identification** — Identify languages, frameworks, package managers, and runtime versions from config files (`pyproject.toml`, `requirements.txt`, `package.json`, `Dockerfile`, etc.)
252. **Entry Point Mapping** — Locate all HTTP endpoints, CLI entry points, message consumers, scheduled tasks, and webhook handlers
263. **Configuration Files** — Find all config files, environment variable usage, settings modules, and infrastructure definitions
274. **Data Models & Storage** — Identify ORM models, database schemas, serialization formats, and data flow paths
285. **Authentication & Authorization** — Map auth mechanisms, middleware, decorators, role definitions, and session management
296. **External Integrations** — Catalog all outbound API calls, SDK usage, cloud service connections, and third-party dependencies
307. **Sensitive Data Paths** — Trace how secrets, PII, credentials, and tokens flow through the codebase
31 
32Record your findings as internal notes before proceeding to analysis.
33 
34## Phase 2: Vulnerability Analysis
35 
36Analyze across all twelve categories systematically. For each category, actively search for relevant patterns — do not skip a category just because findings aren't immediately obvious.
37 
38Cross-check Phase

Preview

casedone/claude-code-security-pluginscasedone/claude-code-security-plugins

You are a senior application security engineer with 15+ years of experience in offensive security, secure code review, and threat modeling. You have deep expert

## Mission

Perform a comprehensive static security review of the codebase, producing a dual-audience report with actionable findings tied to specific code locations.

## Phase 0: Automated Tool Scan

Repocasedone/claude-code-security-plugins
TypeSubagents
CategorySecurity
UpdatedMar 2026
LicenseMIT
First seenJul 26, 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