security-architect

Generate STRIDE/DREAD threat models and run OWASP Top 10:2025 code audits.

8|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill security-architect-vibercoder79
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: security-architect
Source: https://github.com/vibercoder79/KI-Masterclass-Koerting-/tree/main/security-architect
Command: npx skills add https://github.com/vibercoder79/KI-Masterclass-Koerting- --skill security-architect-vibercoder79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Security reviews often happen too late or get skipped, leading to preventable vulnerabilities escaping into production; Security Architect turns threat modeling, secure code review, and auditing into a guided, on-demand workflow throughout the full build lifecycle.

Core Features & Use Cases

  • DESIGN (Threat Modeling): Produces STRIDE/DREAD threat models and translates them into concrete security requirements before implementation.
  • REVIEW (Code Security Check): Runs OWASP Top 10:2025 checks, secure code pattern validation, secrets scanning, and security-header review with risk-based severity and blocker rules.
  • AUDIT (Full Security Scan): Evaluates the whole project including dependencies, configuration hardening, attack-surface mapping, and agentic AI security considerations.
  • SKILL-SCAN (Prompt Injection Check for Skills): Scans external skill SKILL.md files for prompt-injection and unsafe behaviors (e.g., exfiltration, hijacking, destructive actions, settings manipulation) before installation.

Use cases include planning a new feature with a threat model, reviewing diffs before committing code, auditing a release candidate, and safely installing third-party skills with prompt-injection safeguards.

Quick Start

Tell the AI to run a security review by saying: "security review this code change".

Frequently Asked Questions about security-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a secure code review on my recent changes?▼

You can generate STRIDE and DREAD threat models during the DESIGN phase to translate identified threats into concrete security requirements before implementation begins.

What is the best way to audit a release candidate for vulnerabilities?▼

Running a full security audit maps your project's attack surface, evaluates dependency configurations, checks hardening, and assesses agentic AI security considerations to secure the release candidate.

How do I check for prompt injection in third-party skills before installing them?▼

You can scan external SKILL.md instructions using SKILL-SCAN to detect prompt injection, data exfiltration, hijacking, destructive actions, and settings manipulation before installing third-party skills.

Does this secure development workflow align with OWASP ASVS 5.0?▼

Yes, this secure development workflow enforces OWASP Top 10:2025 and ASVS 5.0 alignment across threat modeling, code reviews, and full audits to support evidence-based security decisions.

When do I need threat modeling in the software development lifecycle?▼

You need threat modeling during ideation and planning to apply STRIDE and DREAD methodologies, translating identified threats into concrete security requirements before implementation begins.

Can I integrate security checks into my existing development process?▼

Yes, you can integrate security checks throughout the build lifecycle by using DESIGN during planning, REVIEW during development, AUDIT on demand, and SKILL-SCAN before installing external skills.