$npx -y skills add puppyfront-web/work-by-roles --skill security_assuranceEnsures system security through audits and automated scans
| 1 | # Security Assurance |
| 2 | |
| 3 | ## 概述 |
| 4 | |
| 5 | Ensures system security through audits and automated scans |
| 6 | |
| 7 | ## 能力维度 |
| 8 | |
| 9 | ### Threat Modelling |
| 10 | |
| 11 | <!-- Add dimension-specific guidance here --> |
| 12 | |
| 13 | ### Vulnerability Scanning |
| 14 | |
| 15 | <!-- Add dimension-specific guidance here --> |
| 16 | |
| 17 | ### Security Auditing |
| 18 | |
| 19 | <!-- Add dimension-specific guidance here --> |
| 20 | |
| 21 | ## 工具支持 |
| 22 | |
| 23 | - **bandit**: <!-- Add tool description --> |
| 24 | - **owasp-zap**: <!-- Add tool description --> |
| 25 | - **snyk**: <!-- Add tool description --> |
| 26 | |
| 27 | ## 约束条件 |
| 28 | |
| 29 | - must_report_all_vulnerabilities |
| 30 | |
| 31 | ## 能力等级 |
| 32 | |
| 33 | ### Level 1 |
| 34 | |
| 35 | Performs basic vulnerability scans |
| 36 | |
| 37 | ### Level 2 |
| 38 | |
| 39 | Conducts threat modelling and security code reviews |
| 40 | |
| 41 | ### Level 3 |
| 42 | |
| 43 | Designs secure architectures and leads response efforts |