بنقرة واحدة
security-practices
// Security practices including secrets management, input validation, SSRF prevention, and production hardening. Use for security-sensitive code.
// Security practices including secrets management, input validation, SSRF prevention, and production hardening. Use for security-sensitive code.
| name | security-practices |
| description | Security practices including secrets management, input validation, SSRF prevention, and production hardening. Use for security-sensitive code. |
See rules.md for complete conventions.
JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code.
Code design patterns: pure functions, immutability, composition, and async. Use when designing code or functions.
System architecture: modules, project structure, ADRs, and testing. Use when designing or reviewing systems.
CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
Code quality practices: error handling, validation, logging, and DRY. Use when writing or reviewing code.
Manages practice rules. Use when user states a preference or approach, or asks to add/modify rules for coding, architecture, tooling, or best practices.