What problem does it solve? Security assessments like threat modeling, code auditing, and penetration testing are time-consuming and inconsistent when done manually. This Skill provides structured automation scripts and reference guides to standardize security engineering work across projects. ## Core Features & Use Cases - Threat Modeler: Runs automated threat modeling analysis against a target project path and produces a structured findings report. - Security Auditor: Scans a target directory for security issues and outputs findings in console or JSON format. - Pentest Automator: Executes penetration testing workflow scaffolding with verbose logging and JSON export options. - Reference Guides: Includes documentation on security architecture patterns, penetration testing workflows, and cryptography implementation. - Use Case: Point the security auditor at a new microservices repository before a release to generate a baseline security findings report, then consult the architecture patterns reference to remediate identified weaknesses. ## Quick Start Run the security auditor script against my project directory and show me the findings report in JSON format.