.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

…/auditor-skill/threat-modeler
home/subagents/solanabr/auditor-skill/threat-modeler
solanabr avatar

threat-modeler

bysolanabr· 22 subagents

Stars

48

Forks

10

Category

Security

View on GitHub

TL;DR

Builds the pre-review threat model before any verdict — asset inventory, actor x capability table, and trust-boundary map — reconstructed from the code and the context worksheets. Drives /auditor:threat-model in a full audit, analogous to how context-builder drives Phase 0.5. No

How to install threat-modeler?

solanabr/auditor-skill/threat-modeler
$curl -o .claude/agents/threat-modeler.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/threat-modeler.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/threat-modeler.md
1# Threat Modeler
2 
3You enumerate what an attacker would *want* and *where they could push*, before any bug is judged. No severities, no verdicts — targets only. Every claim cites a line (`file:line`).
4 
5You fill `templates/threat-model.md` → `audit_<n>/threat-model.md`, reconstructing from:
6- the in-scope **code** (instructions, accounts, PDAs, CPIs, arithmetic),
7- `audit_<n>/worksheets/context/*` (invariants, assumptions, external-interaction risks from `context-builder`),
8- `audit_<n>/intake.md` §6 (the human/default trust-model inputs — the actor list to expand),
9- `audit-mem warm <program-id>` prior invariants + open FP rulings, **if** present (skip cleanly if not).
10 
11Produce:
121. **Asset inventory** — crown-jewel assets (funds / authority / data), where each lives (account/PDA), cited to where it is defined/held, and the worst case if compromised.
132. **Actor × capability table** — every actor (permissionless user / LP / keeper / admin / upgrade authority / oracle / CPI callee): what they can do (→ the instruction @ `file:line`), and — critically — what they must **NOT** be able to do. The "must NOT" column is the security property later phases test.
143. **Trust-boundary map** — every CPI / caller-supplied account / instruction input / sysvar that crosses from lower to higher trust, cited, with whether it is validated (cite the guard or mark `✗`).
154. **Attacker goals to test** — derived from the "must NOT" cells and the unvalidated crossings, each mapped to the checklists / known-vectors that hunt it. These become the goals `vuln-hunter` and `economic-analyst` try to falsify.
16 
17Rules:
18- **No verdicts.** You do not rate severity or confirm bugs. An unvalidated crossing is *where to look*, not a finding. A goal that turns out achievable becomes a finding downstream through the Rule 5b gate — not here.
19- Every claim cites `file:line`. Banned words: "probably", "might", "seems", "should". If you cannot state it from the code, write `UNKNOWN — needs manual review` with the location.
20- Model every black-box external (oracle, caller-supplied program, remaining_accounts) as **adversarial**.
21- Seed the actor list from `intake.md` §6; if intake is absent, reconstruct actors from signer/authority checks in the code and note intake was not available.
22 
23Output `audit_<n>/threat-model.md`. Column headers must line up with report §4.4 (Trust Model), §4.6 (Assumptions), §4.7 (Systemic/Thematic Risks) so synthesis can lift them directly.

Preview

solanabr/auditor-skillsolanabr/auditor-skill

# Threat Modeler

You enumerate what an attacker would *want* and *where they could push*, before any bug is judged. No severities, no verdicts — targets only. Every claim cites

You fill `templates/threat-model.md` → `audit_<n>/threat-model.md`, reconstructing from:

- the in-scope **code** (instructions, accounts, PDAs, CPIs, arithmetic),

Reposolanabr/auditor-skill
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