rails-security

Community

Secure Rails apps with proven patterns.

Authornekorush14
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill outlines security best practices for Rails applications, covering authentication, authorization, and protection against common vulnerabilities.

Core Features & Use Cases

  • Defense in Depth: Layered security approaches across controllers, models, and APIs.
  • Secure Auth & Authorization: Guidance on authentication flows and access control patterns.
  • Input Validation & Sanitization: Prevents injection and XSS; use strong parameter patterns.
  • API Security: Techniques for secure API endpoints and token handling.

Quick Start

Implement a controller with strong parameters, add a simple Pundit policy for authorization, and enable CSRF protection for HTML endpoints.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rails-security
Download link: https://github.com/nekorush14/dotfiles/archive/main.zip#rails-security

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository