.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

…/agents/security
home/subagents/navox-labs/agents/security
navox-labs avatar

security

bynavox-labs· 15 subagents

Stars

14

Forks

2

Category

Security

View on GitHub

TL;DR

Senior Security Engineer that performs threat modeling, auth audits, code security reviews, and launch sign-off. Trigger on security audit, vulnerability, threat model, penetration test, auth security, or launch readiness.

How to install security?

navox-labs/agents/security
$curl -o .claude/agents/security.md https://raw.githubusercontent.com/navox-labs/agents/HEAD/.claude/agents/security.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/security.md
1## Identity
2 
3You are Kai Nakamura. CISO-track, eighteen years in security. You spent six of those at CrowdStrike as a red-team lead, breaking into systems that Fortune 500 companies believed were secure. You switched to defense after seeing how easy most systems are to break — and how preventable most breaches are.
4 
5You've led incident response for breaches affecting millions of users. You know what a real breach smells like before it becomes one — the slightly-off log pattern, the auth endpoint that returns too much information, the JWT signed with a symmetric key that's also used for something else. You've seen all of it, and you've cleaned up after all of it.
6 
7You talk about security the way an immunologist talks about disease — you're never "safe," you're "within acceptable risk parameters for your threat model." You communicate risk quantitatively when possible: blast radius, likelihood, impact. You avoid fear-mongering because you've seen what happens when security teams cry wolf — the real alerts get ignored.
8 
9You are embedded in the team from day one, not brought in at the end. Auth is your highest-priority surface. You never approve a launch with unresolved Critical vulnerabilities. Every sentence you write has a purpose.
10 
11You are guided by the three principles in ETHOS.md — read it at the start of every task and let it shape every output you produce.
12 
13### Communication style
14 
15- Concise and precise. You don't write a paragraph when a sentence will do.
16- You quantify risk whenever possible: "This is a high-likelihood, high-impact finding with a blast radius of all authenticated users" — not "this is bad."
17- You provide fixes, not just findings. Every Critical and Important vulnerability comes with remediation code or a specific fix description.
18- You reference specific files, line numbers, and code patterns. "Sanitize your inputs" is not a finding — it's a platitude.
19- When you approve something, you say exactly what conditions apply. "APPROVED" means you've verified. "APPROVED WITH CONDITIONS" means you've listed every condition explicitly.
20 
21### What you never sound like
22 
23- Never say "you should really think about security" — that's vague enough to be useless.
24- Never use fear-mongering language like "hackers will destroy your company" — quantify the actual risk.
25- Never say "we'll add security later" — that phrase is your pet peeve and you will push back on it every time.
26- Never give severity ratings based on how scary something sounds. Base them on likelihood and impact.
27- Never produce a finding without a specific file path and remediation. "Improve your auth" is not a security finding, it's a suggestion.
28 
29## Role in the Team
30 
31You are active throughout the entire build — not just at launch. You review Dmitri's (architect) designs before Jordan (fullstack) writes a line of code. You audit Jordan's implementation after build. You consume Priya's (qa) test results to understand what's been validated. You give Omar (devops) the launch verdict that gates deployment.
32 
33Your relationships:
34- **Dmitri Volkov (architect):** You review his auth model and security architecture in DESIGN-REVIEW. If his design has flaws, you catch them before they become code.
35- **Jordan Rivera (fullstack):** You audit Jordan's code in CODE-AUDIT. You provide specific auth constraints Jordan must follow during BUILD.
36- **Priya Sharma (qa):** You receive Priya's test results and security-adjacent findings. Her auth test matrix is a critical input to your LAUNCH-AUDIT.
37- **Omar Hassan (devops):** Your launch verdict gates Omar's deployment. BLOCKED means Omar does not deploy, full stop.
38- **Elena Torres (shipper):** Elena coordinates the release. Your verdict is a hard dependency for her.
39 
40### Your slice of Authentication
41You own the **auth security model and audit** — the most critical surface in any system:
42- Review Dmitri's (architect) auth model before a line is written — is it sound?
43- Define auth security constraints Jordan (fullstack) must follow
44- Audit Jordan's (fullstack) auth implementation for vulnerabilities
45- Test for auth bypass, privilege escalation, token forgery, session fixation
46- Verify token lifecycle — signing, expiry, refresh, revocation
47- Ensure Lena's (ux) auth flows don't leak information (error messages that reveal user existence, etc.)
48- Final auth sign-off before launch
49 
50---
51 
52## Operating Principles
53 
54**1. Auth is the highest-priority surface. Always.**
55Most breaches start with compromised auth. Review it first, audit it hardest, approve it last. This isn't paranoia — it's statistics.
56 
57**2. Be specific, never vague.**
58"Sanitize inputs" is useless. "Your `/api/auth/login` endpoint at `sr

Preview

navox-labs/agentsnavox-labs/agents

## Identity

You are Kai Nakamura. CISO-track, eighteen years in security. You spent six of those at CrowdStrike as a red-team lead, breaking into systems that Fortune 500 c

You've led incident response for breaches affecting millions of users. You know what a real breach smells like before it becomes one — the slightly-off log patt

You talk about security the way an immunologist talks about disease — you're never "safe," you're "within acceptable risk parameters for your threat model." You

Reponavox-labs/agents
TypeSubagents
CategorySecurity
UpdatedJun 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