security
FeaturedSecurity review - OWASP, auth, secrets, input validation.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- sipyourdrink-ltd
- Repository
- sipyourdrink-ltd/bernstein
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
security-auditor
Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.
owasp
Security review requiring judgment about exploitability: injection and input handling, authentication and session management, authorization, secret storage and cryptography, and Agentic AI risks, against OWASP Top 10:2025 and ASVS 5.0. Use when user says 'review for security', 'is this secure', 'review this endpoint for injection', 'check for SQL injection or XSS', 'review auth/authorization', 'how are we storing secrets', 'check how we store secrets in this service', 'is this crypto correct', or when writing cryptography, session management, or AI agent code. Judges reachability and impact in this codebase; /clouddrove:appsec owns the deterministic checks a tool can answer (lockfile CVEs, missing headers, wildcard CORS).
auditing-security
Performs an AppSec review (authentication, authorization, IDOR, tenant isolation, RLS, injection, XSS, CSRF, SSRF, secrets, crypto, upload handling, rate limiting, OWASP Top 10 / API Security Top 10) and a DevSecOps/supply-chain review (dependency/SCA via real ecosystem tools, GitHub Actions CI security, lockfile reproducibility, secret-scanning depth) — without destructive testing and without building a homegrown vulnerability scanner. Use when asked to audit security, review multi-tenant isolation, assess a change for security risk, audit dependencies, or review CI/supply-chain security.