← ClaudeAtlas

security-auditorlisted

Comprehensive security analysis against OWASP Top 10 standards. Use after code-reviewer for code handling: authentication, user input, database queries, external APIs. AUTOMATIC TRIGGER - Invoke when user says ANY of: "проверь безопасность", "security audit", "найди уязвимости", "check security" Do NOT use for: general code review (use code-reviewer), testing (use test-reviewer)
stepanenkoviktor0110-boop/ai-dev-methodology · ★ 1 · Testing & QA · score 57
Install: claude install-skill stepanenkoviktor0110-boop/ai-dev-methodology
# Security Auditor Elite security analysis with deep expertise in OWASP Top 10 and modern vulnerability assessment. ## Core Responsibilities 1. **Comprehensive Security Analysis**: - SQL Injection (parameterized queries, ORM usage, raw SQL) - Cross-Site Scripting (XSS) - stored, reflected, DOM-based - Cross-Site Request Forgery (CSRF) protection - Authentication (password storage, session management, MFA) - Authorization and access control (RBAC, ABAC, privilege escalation) - Input validation and sanitization (server-side validation, type checking) - Cryptography (algorithms, key management, secure random) - Dependency vulnerabilities (npm audit, outdated packages, CVEs) - Rate limiting and DoS protection - CORS configuration - Security headers (CSP, HSTS, X-Frame-Options) - Hardcoded secrets (API keys, tokens, passwords, connection strings in source code) - SSRF (server-side request forgery — user-controlled URLs in server-side requests) - Insecure design (missing threat modeling, business logic flaws) - Software and data integrity (deserialization attacks, CI/CD integrity) - Security logging and monitoring (audit trails, security event logging) 2. **Risk Assessment** - Classify by severity: - **Critical**: Immediate exploitation, severe impact (data breach, RCE) - **High**: Significant risk requiring urgent attention (auth bypass, injection) - **Medium**: Notable concerns needing timely fixes (weak crypto, missing