What is epic-security?
Guide on security practices including CSP, rate limiting, and session security for Epic Stack Source: epicweb-dev/epic-stack.
Guide on security practices including CSP, rate limiting, and session security for Epic Stack
Quickly install epic-security AI skill to your development environment via command line
Source: epicweb-dev/epic-stack.
Design to fail fast and early - Validate security constraints as early as possible. Check authentication, authorization, and input validation before processing requests. Fail immediately with clear error messages rather than allowing potentially malicious data to flow through the system.
Optimize for the debugging experience - When security checks fail, provide clear, actionable error messages that help developers understand what went wrong. Log security events with enough context to debug issues without exposing sensitive information.
Epic Stack uses CSP to prevent XSS and other attacks.
Guide on security practices including CSP, rate limiting, and session security for Epic Stack Source: epicweb-dev/epic-stack.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-securityGuide on security practices including CSP, rate limiting, and session security for Epic Stack Source: epicweb-dev/epic-stack.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/epicweb-dev/epic-stack