·epic-security
!

epic-security

Guide on security practices including CSP, rate limiting, and session security for Epic Stack

13Installs·0Trend·@epicweb-dev

Installation

$npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-security

How to Install epic-security

Quickly install epic-security AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-security
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: epicweb-dev/epic-stack.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-security
Category
!Security
Verified
First Seen
2026-03-05
Updated
2026-03-10

Browse more skills from epicweb-dev/epic-stack

Quick answers

What is epic-security?

Guide on security practices including CSP, rate limiting, and session security for Epic Stack Source: epicweb-dev/epic-stack.

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/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

Where is the source repository?

https://github.com/epicweb-dev/epic-stack