epic-security
✓Guide on security practices including CSP, rate limiting, and session security for Epic Stack
Installation
SKILL.md
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: rubenpenap/epic-stack-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-security- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is epic-security?
Guide on security practices including CSP, rate limiting, and session security for Epic Stack Source: rubenpenap/epic-stack-agent-skills.
How do I install epic-security?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rubenpenap/epic-stack-agent-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01