What problem does it solve?
This Skill addresses the critical need for robust security analysis by automating threat modeling, identifying vulnerabilities, and mapping attack surfaces, ensuring code is secure by design.
Core Features & Use Cases
- STRIDE Threat Modeling: Systematically identifies potential threats across Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege.
- Attack Surface Mapping: Visualizes and documents entry points, data flows, and trust boundaries within the application.
- Dependency Scanning: Detects known vulnerabilities (CVEs) in project dependencies.
- Secrets Scanning: Finds hardcoded secrets like API keys and credentials.
- Use Case: Before deploying a new microservice handling user authentication, run
/wfc-security to ensure all potential security risks are identified and mitigated.
Quick Start
Run the wfc security skill to perform a full security analysis of the current project.