sdd-security

Analyze SDD pipeline designs and code for security vulnerabilities.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/jsalio/My-sdd-flow --skill sdd-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-security
Source: https://github.com/jsalio/My-sdd-flow/tree/main/sdd-security
Command: npx skills add https://github.com/jsalio/My-sdd-flow --skill sdd-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides security analysis in two modes for the SDD pipeline, detecting vulnerabilities at design and code levels.

Core Features & Use Cases

  • Design Mode: Analyze architectural vulnerabilities before coding.
  • Code Mode: Detect implementation vulnerabilities after coding.
  • Comprehensive Coverage: Covers OWASP Top 10, injection, auth/authz, secrets, cryptography, memory safety, supply chain, and infrastructure.
  • Blocking Rule: Blocks the pipeline if critical findings are detected.

Quick Start

Run /security to start security analysis for the current feature.

Frequently Asked Questions about sdd-security

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

FAQPage Schema
How do I run a security audit in my SDD pipeline?

You can audit code for vulnerabilities like injection and memory safety issues by running the /security command in code mode, which analyzes implementation flaws and produces a detailed security report.

Can I detect architectural vulnerabilities before coding starts?

Yes, design mode analyzes architectural vulnerabilities before coding begins, allowing you to identify security flaws early in the SDD pipeline when they are easiest to fix.

What security vulnerabilities are covered by the SDD pipeline audit?

The audit covers OWASP Top 10, injection, auth/authz, secrets, cryptography, memory safety, supply chain, and infrastructure vulnerabilities across both design and code modes.

Does the security audit block the pipeline if critical findings are detected?

Yes, the security audit enforces a blocking rule that halts the SDD pipeline automatically if critical findings are detected, ensuring vulnerable code is not promoted further.

Do I need any dependencies installed to run the security analysis?

No, the security analysis skill operates without external dependencies, requiring only your spec and code inputs to conduct the design and code audit modes.