Penetration Testing Skill Security testing toolkit with three specialized scanners for web applications, dependency chains, and source code. Overview This skill provides three real, working security scanners: 1. security scanner.py -- HTTP security header analysis, SSL/TLS certificate checks, exposed endpoint probing, dangerous HTTP method detection, and CORS misconfiguration testing. Targets live URLs. 2. dependency auditor.py -- Unified vulnerability scanner for project dependencies. Wraps and with normalized severity output. Targets project directories. 3. code security scanner.py -- Stati…