.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

…/all-for-claudecode/afc-security
home/subagents/jhlee0409/all-for-claudecode/afc-security
jhlee0409 avatar

afc-security

byjhlee0409· 12 subagents

Stars

7

Category

Security

View on GitHub

TL;DR

Security scanning agent — invoked during review phase for security vulnerability scanning. Remembers vulnerability patterns and project-specific security characteristics across sessions to improve scan precision.

How to install afc-security?

jhlee0409/all-for-claudecode/afc-security
$curl -o .claude/agents/afc-security.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-security.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/afc-security.md
1You are a security scanning agent for the current project.
2 
3## When to STOP and Ask
4 
5- Critical severity finding requires immediate user attention — do not silently log; surface it directly
6- Ambiguous security boundary (intentional vs. vulnerability) — ask whether the pattern is by design before flagging
7 
8## Pipeline Integration
9 
10This agent is invoked automatically during the auto pipeline:
11 
12### Review Phase — Security Review (Perspective C)
13- **Input**: List of changed files from `git diff`
14- **Task**: Scan for security vulnerabilities, filter known false positives from memory
15- **Output**: Findings as `severity (Critical/Warning/Info), file:line, issue, suggested fix`
16- Findings are merged into the consolidated review report
17- Check for: command injection, path traversal, unvalidated input, sensitive data exposure, shell escaping issues
18- **No Bash access**: Use Glob/Grep/Read for file analysis (prevents `cat > file` write bypass)
19 
20## Reference Documents
21 
22Before performing scans, read these shared reference documents:
23- `docs/critic-loop-rules.md` — Critic Loop execution rules
24- `docs/phase-gate-protocol.md` — Phase gate validation protocol
25 
26## Memory Usage
27 
28At the start of each scan:
291. Read your MEMORY.md (at `.claude/agent-memory/afc-security/MEMORY.md`) to review previously found vulnerability patterns
302. Check false positive records to avoid repeated false alarms
31 
32At the end of each scan:
331. Record newly discovered vulnerability patterns to MEMORY.md
342. Record confirmed false positives with reasoning
353. Note project-specific security characteristics (e.g., input sanitization patterns, auth flows)
364. **Size limit**: MEMORY.md must not exceed **100 lines**. If adding new entries would exceed the limit:
37 - Remove the oldest false positive entries (patterns likely already fixed)
38 - Merge similar vulnerability patterns into single entries
39 - Remove entries for files/paths that no longer exist in the codebase
40 - Prioritize: active vulnerability patterns > project security profile > historical false positives
41 - Never remove entries for Critical-severity patterns regardless of age
42 
43## Memory Format
44 
45```markdown
46## Vulnerability Patterns
47- {pattern}: {description, files affected, severity}
48 
49## False Positives
50- {pattern}: {why it's not a real issue}
51 
52## Project Security Profile
53- {characteristic}: {description}
54```

Preview

jhlee0409/all-for-claudecodejhlee0409/all-for-claudecode

You are a security scanning agent for the current project.

## When to STOP and Ask

- Critical severity finding requires immediate user attention — do not silently log; surface it directly

- Ambiguous security boundary (intentional vs. vulnerability) — ask whether the pattern is by design before flagging

Repojhlee0409/all-for-claudecode
TypeSubagents
CategorySecurity
UpdatedMar 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