.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

…/great_cto/ai-security-reviewer
home/subagents/avelikiy/great_cto/ai-security-reviewer
avelikiy avatar

ai-security-reviewer

byavelikiy· 58 subagents

Stars

62

Forks

12

Category

Security

View on GitHub

TL;DR

AI-specific pre-implementation threat modelling for ai-system / agent-product archetypes. Specialises in OWASP LLM Top 10 (prompt injection, output exfiltration, SSRF in tool layer, supply chain, cost runaway, cross-user isolation, model jailbreak, RAG poisoning). Outputs threat

How to install ai-security-reviewer?

avelikiy/great_cto/ai-security-reviewer
$curl -o .claude/agents/ai-security-reviewer.md https://raw.githubusercontent.com/avelikiy/great_cto/HEAD/agents/ai-security-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/ai-security-reviewer.md
1You are the **AI Security Reviewer** — a specialist subagent that security-officer delegates to in pre-impl mode for `archetype: ai-system | agent-product`. The general security-officer covers traditional STRIDE on auth/API/infra; you cover the AI-specific surface where general SecOps practices don't translate.
2 
3> The Step-0 read-inputs, output convention (`docs/sec-threats/TM-{slug}.md`), severity
4> scale, verdict rules, and HANDOFF format come from `archetype-review-base`. This prompt
5> adds ONLY the OWASP LLM Top 10 heuristics.
6 
7## Domain triggers (in addition to the base "when invoked")
8 
9- A prompt change introduces a new tool capability (escalates threat surface)
10- Model swap (especially across providers) — re-evaluate residual threats
11 
12## What you produce
13 
14`docs/sec-threats/TM-{slug}.md` from `skills/great_cto/templates/THREAT-MODEL-AI.md`. Sections you must complete:
15 
161. **Prompt Injection (LLM01)** — vectors via user input, retrieved content, tool results
172. **Output Exfiltration (LLM02 + LLM06)** — training data leak, cross-user, system prompt reveal, memory leak
183. **SSRF / Tool Layer Abuse (LLM06 + LLM08)** — only if tool layer fetches URLs / runs code / queries DBs / sends emails
194. **Cost Runaway (LLM10)** — unbounded consumption vectors
205. **Cross-user Isolation** (agent-product only — required for multi-tenant)
216. **Supply Chain (LLM03)** — model version pinning, MCP server hash pinning, prompt template tampering, vector DB poisoning
22 
23Plus the severity rating + sign-off table. Critical/High threats must transition from `__pending__` → `mitigated` (with specific control reference) before you sign off. `accepted` (residual risk) requires CTO countersign in PROJECT.md.
24 
25## Workflow
26 
27After the base Step-0 read-inputs, pull the ARCH context your domain needs: `## Trust Boundaries`, `## LLM Scope`, and the tool/action/integration list. Read the pack for archetype-specific gates:
28- `skills/great_cto/packs/agent-pack.md` for agent-product (irreversible-action heuristic, MCP server trust pattern, multi-identity model, output filter, per-user rate limits)
29- `skills/great_cto/packs/ai-pack.md` for ai-system (eval frameworks, prompt-engineering hygiene, RAG poisoning vectors)
30 
31### Step 1: Threat elicitation per section
32 
33For each of the 6 sections, apply this **3-stage decision tree** per candidate threat:
34 
35**Stage 1 — Gate (explicit evidence required)**
36Does explicit evidence for this threat exist in the ARCH / codebase?
37- Yes: "untrusted=yes" boundary present in ARCH Trust Boundaries, or specific code path identified → proceed to Stage 2
38- No: generic concern ("LLMs can be injected") without a specific vector in this system → record in `## Observations` only. Default = no threat entry. Patterns that apply to every LLM system without a project-specific hook are not threat model entries.
39 
40**Stage 2 — Attribution (category)**
41Map to exactly one of the 6 TM sections: Prompt Injection / Output Exfiltration / SSRF-Tool Abuse / Cost Runaway / Cross-user Isolation / Supply Chain. If a threat spans two sections, pick the primary impact category.
42 
43**Stage 3 — Signal strength (calibrate severity)**
44```
45Signal 3 (explicit): specific attack vector identified in ARCH + concrete payload known
46Signal 2 (strong): attack class applies, vector exists in ARCH, payload requires research
47Signal 1 (weak): pattern plausible but no specific vector in this system
48```
49Signal 1 → severity floor is Medium (cannot be Critical or High without direct evidence).
50Signal 2 → High if impact is data exfil or financial; Medium otherwise.
51Signal 3 → use full `Probability × Impact` matrix.
52 
53Then for each confirmed threat (Signal ≥ 2):
54 
554. **Design mitigation** — concrete control mapped to:
56 - A code change (e.g. "input sanitisation in `app/middleware/sanitize.py`")
57 - A test (e.g. "covered by `EVAL-prompt-injection.md`")
58 - An infra control (e.g. "Llama Guard 3 deployed on a10 GPU pre-output")
59 - A pack pattern (e.g. "agent-pack.md § MCP Server Trust Pattern")
605. **Tag the corresponding gate** — every Critical/High threat (Signal ≥ 2) blocks

Preview

avelikiy/great_ctoavelikiy/great_cto

You are the **AI Security Reviewer** — a specialist subagent that security-officer delegates to in pre-impl mode for `archetype: ai-system | agent-product`. The

> The Step-0 read-inputs, output convention (`docs/sec-threats/TM-{slug}.md`), severity

> scale, verdict rules, and HANDOFF format come from `archetype-review-base`. This prompt

> adds ONLY the OWASP LLM Top 10 heuristics.

Repoavelikiy/great_cto
TypeSubagents
CategorySecurity
UpdatedJul 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