# Workflow Security Audit

> Process for conducting system security reviews and remediating vulnerabilities. Follow the phases sequentially.

- Skill: `majiayu000/workflow-security-audit-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/workflow-security-audit-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/workflow-security-audit-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/workflow-security-audit-2

---


# Workflow Security Audit

Process for conducting system security reviews and remediating vulnerabilities.

This is a **Workflow** skill. When executing this lifecycle, you should progress through the phases sequentially. For each phase, invoke or refer to the specific sub-skills that are contextually relevant to the project's language or framework.

## Lifecycle Phases

### 1. Requirements & Threat Modeling
- [security-requirement-extraction](../security-requirement-extraction/SKILL.md)
- [threat-mitigation-mapping](../threat-mitigation-mapping/SKILL.md)
- [pci-compliance](../pci-compliance/SKILL.md)

### 2. Audit & Detection
- [security-review](../security-review/SKILL.md)
- [code-review](../code-review/SKILL.md)
- [code-review-excellence](../code-review-excellence/SKILL.md)

### 3. Remediation & Implementation
- [auth-implementation-patterns](../auth-implementation-patterns/SKILL.md)
- [secrets-management](../secrets-management/SKILL.md)
- [error-handling-patterns](../error-handling-patterns/SKILL.md)
- [shellcheck-configuration](../shellcheck-configuration/SKILL.md)

