security-auditor

Audit technical specifications for security gaps and generate a Security Posture Scorecard.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/noelserdna/claude-plugin-sdd --skill security-auditor-noelserdna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/noelserdna/claude-plugin-sdd/tree/main/skills/security-auditor
Command: npx skills add https://github.com/noelserdna/claude-plugin-sdd --skill security-auditor-noelserdna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditing the security posture of technical specifications can be time-consuming and error-prone. This skill automates a thorough threat-driven review to uncover gaps in threat modeling, authentication/authorization specs, data protection, input validation, incident response, regulatory compliance, and security testing, producing actionable findings and traceability artifacts.

Core Features & Use Cases

  • Threat-driven security audit of specs based on OWASP ASVS v4, CWE, SWEBOK v4.
  • Generate a Security Posture Scorecard with 10 dimensions and structured findings with references.
  • Use Case: When starting a new spec repository, run this skill to surface gaps before implementation.

Quick Start

Invoke the security-auditor on your specification set to generate a Security Posture Scorecard and a list of actionable findings.

Frequently Asked Questions about security-auditor

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

FAQPage Schema
How do I audit technical specifications for security gaps before implementation?

A security audit of specifications identifies gaps in threat modeling, authentication, authorization, data protection, and input validation. This skill automates the review process using OWASP ASVS v4 and CWE references to generate a Security Posture Scorecard with actionable findings.

What does a threat-driven security audit of specification repositories cover?

A threat-driven security audit covers threat modeling, authentication, authorization, data handling, incident response, regulatory compliance, and security testing. It checks specifications against OWASP ASVS v4 and CWE standards to identify gaps and generate traceability artifacts.

How do I generate a Security Posture Scorecard for my development pipeline?

To generate a Security Posture Scorecard, run an automated security audit on your specification set. The scorecard evaluates 10 security dimensions and outputs structured findings with CWE references and mitigation questions, applicable across specification repositories and development pipelines.

Does this security audit check specifications against OWASP ASVS v4 and CWE references?

Yes, this security audit validates specifications against OWASP ASVS v4, CWE references, and SWEBOK v4 alignment. It surfaces security findings related to threat modeling, data handling, and regulatory compliance by leveraging these established security frameworks.

Can I use this specification audit to find missing input validation and weak cryptography?

Yes, this specification audit identifies missing input validation, weak cryptography, incomplete authentication specifications, and unprotected data. It surfaces these security findings through an automated review process and outputs structured mitigation questions without proposing implementations.

What are the limitations of automated threat modeling and security specification audits?

The limitation of this automated security audit is that it identifies gaps and produces mitigation questions without proposing specific implementations. It focuses on surfacing missing security controls and generating traceability artifacts rather than writing code or fixing vulnerabilities directly.