Sécurité. Use when reviewing security, implementing auth, or hardening code.
Scanned 2/12/2026
Install via CLI
openskills install TheBeardedBearSAS/claude-craft---
name: security
description: Sécurité. Use when reviewing security, implementing auth, or hardening code.
triggers:
files: ["*Auth*.cs", "*Security*.cs", "*Identity*.cs", "**/auth/**", "**/identity/**"]
keywords: ["security", "auth", "authentication", "authorization", "OWASP", "injection", "XSS", "CSRF", "JWT", "password"]
auto_suggest: true
---
# Sécurité
This skill provides security guidelines and OWASP Top 10 best practices.
See @REFERENCE.md for detailed documentation.
## Quick Reference
- **Validation**: Always server-side, never trust client
- **Queries**: Parameterized only (no SQL concatenation)
- **Auth**: Policy-based `[Authorize(Policy = "...")]`
- **Secrets**: Key Vault in prod, user-secrets in dev
- **Headers**: CSP, X-Frame-Options, HSTS, nosniff
No comments yet. Be the first to comment!
Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in parallel, prove exploitability, classify root causes, and calibrate severity by actual exploitability. Use for security review, vulnerability research, exploitability audit, pre-release security check, threat model validation, and `/security-research`. Triggers: 'security-research', 'security research', 'security review', 'vulnerability audit', 'exploitability audit', '보안 리뷰', '취...