What problem does it solve? Security teams and developers struggle to consistently detect vulnerabilities across code, dependencies, and container images while meeting OWASP controls and compliance requirements. This Skill consolidates security scanning, vulnerability assessment, and compliance checking into one auditable workflow. ## Core Features & Use Cases - Security Scanning: Run automated scans with the security_scanner.py script plus tools like Semgrep, Bandit, and ESLint security rules to detect hardcoded secrets, injection flaws, and unsafe deserialization. - Vulnerability Assessment: Audit dependencies with npm audit, pip-audit, and Snyk, and scan container images with Trivy, with severity-based response SLAs (Critical: 24h, High: 1 week). - Compliance Checking: Validate OWASP Top 10 controls, GDPR/KVKK data protection requirements, and DevSecOps pipeline checkpoints using the compliance_checker.py script and reference guides. - Use Case: Before deploying a Docker image, ask the agent to scan it with Trivy, audit npm dependencies, and verify OWASP access-control and cryptographic checklists, producing a remediation report. ## Quick Start Ask the agent to run a full security audit on your project, including dependency vulnerability scanning, OWASP Top 10 checks, and a container image scan before deployment.