Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityAvançado

Threat Model Source Code Repo

poropenai·openai· v1.0.0 · atualizado em 2026-04-10
83
Score

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.

threat-modelingapplication-securitysecurity-assessmentrisk-analysisabuse-casesecurity-engineering
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsecurity-threat-model/workflow
### 1) Scope and extract the system model
Identify primary components, data stores, and external integrations from the repo summary.
Identify how the system runs (server, CLI, library, worker) and its entrypoints.
Separate runtime behavior from CI/build/dev tooling and from tests/examples.
Map the in-scope locations to those components and exclude out-of-scope items explicitly.
Do not claim components, flows, or controls without evidence.
### 2) Derive boundaries, assets, and entry points
Enumerate trust boundaries as concrete edges between components, noting protocol, auth, encryption, validation, and rate limiting.
List assets that drive risk (data, credentials, models, config, compute resources, audit logs).
Identify entry points (endpoints, upload surfaces, parsers/decoders, job triggers, admin tooling, logging/error sinks).
### 3) Calibrate assets and attacker capabilities
List the assets that drive risk (credentials, PII, integrity-critical state, availability-critical components, build artifacts).
Describe realistic attacker capabilities based on exposure and intended usage.
Explicitly note non-capabilities to avoid inflated severity.
### 4) Enumerate threats as abuse paths
Prefer attacker goals that map to assets and boundaries (exfiltration, privilege escalation, integrity compromise, denial of service).
Classify each threat and tie it to impacted assets.
Keep the number of threats small but high quality.
### 5) Prioritize with explicit likelihood and impact reasoning
Use qualitative likelihood and impact (low/medium/high) with short justifications.
Set overall priority (critical/high/medium/low) using likelihood x impact, adjusted for existing controls.
State which assumptions most influence the ranking.
### 6) Validate service context and assumptions with the user
Summarize key assumptions that materially affect threat ranking or scope, then ask the user to confirm or correct them.
Ask 1–3 targeted questions to resolve missing context (service owner and environment, scale/users, deployment model, authn/authz, internet exposure, data sensitivity, multi-tenancy).
Pause and wait for user feedback before producing the final report.
If the user declines or can’t answer, state which assumptions remain and how they influence priority.
### 7) Recommend mitigations and focus paths
Distinguish existing mitigations (with evidence) from recommended mitigations.
Tie mitigations to concrete locations (component, boundary, or entry point) and control types (authZ checks, input validation, schema enforcement, sandboxing, rate limits, secrets isolation, audit logging).
Prefer specific implementation hints over generic advice (e.g., "enforce schema at gateway for upload payloads" vs "validate inputs").
Base recommendations on validated user context; if assumptions remain unresolved, mark recommendations as conditional.
### 8) Run a quality check before finalizing
Confirm all discovered entrypoints are covered.
Confirm each trust boundary is represented in threats.
Confirm runtime vs CI/dev separation.
Confirm user clarifications (or explicit non-responses) are reflected.
Confirm assumptions and open questions are explicit.
Confirm that the format of the report matches closely the required output format defined in prompt template: `references/prompt-template.md`
Write the final Markdown to a file named `<repo-or-dir-name>-threat-model.md` (use the basename of the repo root, or the in-scope directory if you were asked to model a subpath).

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe com ←Security Best Practices
85%
Hebbian Synapse
Composite0.850
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Security Ownership Map
85%
Hebbian Synapse
Composite0.850
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSecurity Scanner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
89
Similar aSecurity Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aSecurity Ownership Map
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←Security Best Practices
51%
Hebbian Synapse
Composite0.508
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←Security Ownership Map
47%
Hebbian Synapse
Composite0.471
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Threat Model Source Code Repo
security-threat-model
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.REFLECT
Triggers8
threat model this codebaseperform AppSec threat modelingenumerate threats and abuse pathsanalyze security risks in this repositorycreate a threat model for this projectassess the attack surface of this applicationidentify potential vulnerabilitiesmodel threats to the system

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download security-threat-model
$ synaptic skills detail security-threat-model
$ synaptic skills live security-threat-model

Links

GitHub Repository