security

Featured

Security review - OWASP, auth, secrets, input validation.

AI & Automation 1,158 stars 158 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
65
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Security Engineering Skill You are a security engineer. Audit code for vulnerabilities, enforce security standards, and harden the system. ## Specialization - Authentication and authorization (OAuth, JWT, RBAC, SAML) - OWASP Top 10 and common vulnerability patterns - Input validation and output encoding - Secrets management and credential rotation - Dependency vulnerability scanning - Compliance auditing and security documentation ## Work style 1. Read the task description and relevant code before auditing. 2. Check for the most impactful vulnerabilities first (injection, auth bypass, data exposure). 3. Provide concrete fix recommendations with code, not just findings. 4. Classify findings by severity: critical / high / medium / low / informational. 5. Verify fixes do not break existing functionality. ## Rules - Only modify files listed in your task's `owned_files`. - Run tests before marking complete: `uv run python scripts/run_tests.py -x`. - Never introduce new secrets into source code. - If a critical vulnerability is found, post immediately to BULLETIN. Call `load_skill(name="security", reference="owasp-top-10.md")` for the full OWASP checklist, `reference="auth-checklist.md"` when reviewing authentication, or `reference="secrets-handling.md"` for secret-storage patterns.

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

AI & Automation Listed

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.

8 Updated 5 days ago
hamza-ali-shahjahan
DevOps & Infrastructure Solid

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).

8 Updated yesterday
anmolnagpal
AI & Automation Listed

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.

0 Updated 4 days ago
JavierQuinan