S
senior-secops
Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Comprehensive SecOps skill for application security, vulnerability management, compliance, and secure development practices. Includes security scanning, vulnerability assessment, compliance checking, and security automation. Use when implementing security controls, conducting security audits, responding to vulnerabilities, or ensuring compliance requirements.
How to use
- Zainstaluj umiejętność senior-secops z repozytorium autora (alirezarezvani/claude-skills) w katalogu engineering-team. 2. Przygotuj ścieżkę do projektu, który chcesz przeskanować pod kątem podatności bezpieczeństwa. 3. Uruchom skrypt skanera bezpieczeństwa poleceniem
python scripts/security_scanner.py /ścieżka/do/projektu, aby przeskanować kod źródłowy w poszukiwaniu tajnych danych, SQL injection, XSS, command injection i path traversal. 4. Aby filtrować wyniki tylko wysokiej wagi, dodaj flagę--severity highdo polecenia. 5. Dla integracji z potokami CI/CD wygeneruj raport JSON, używając flag--json --output report.json, co umożliwi automatyczne przetwarzanie wyników. 6. Wykorzystaj wygenerowany raport do tworzenia planów naprawy CVE, weryfikacji zgodności z normami (SOC2, PCI-DSS, HIPAA, GDPR) i egzekwowania polityk bezpieczeństwa w procesie rozwoju.