Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install SnailSploit/Claude-Red. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

SnailSploit/Claude-Red Installation Guide

How to install SnailSploit/Claude-Red. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for SnailSploit/Claude-Red. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i SnailSploit/Claude-Red
or

Install via npx

npx @hexmos/ipm i SnailSploit/Claude-Red

Prerequisites

git

package_manager

Version: >=2.0

claude

cli

Version: >=1.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Claude Skills System (Recommended)

git clone https://github.com/SnailSploit/claude-red ~/.claude/skills/claude-red

Install Script

git clone https://github.com/SnailSploit/claude-red.git

cd claude-red

sudo ./install.sh

Install Script (Explicit Target)

git clone https://github.com/SnailSploit/claude-red.git

cd claude-red

sudo ./install.sh --target ~/.claude/skills

Install Script (Single Category)

git clone https://github.com/SnailSploit/claude-red.git

cd claude-red

sudo ./install.sh --category web

Claude Code (Single Skill)

cat Skills/web/offensive-sqli/SKILL.md | claude --system-file -

Claude Code (Multiple Skills)

cat Skills/active-directory/**/SKILL.md | claude --system-file -

Claude.ai (Manual)

Paste the contents of a SKILL.md into a Project's system prompt or prepend it to your conversation.

Install Single Category (Sparse Checkout)

git clone --filter=blob:none --sparse https://github.com/SnailSploit/claude-red

cd claude-red

git sparse-checkout set Skills/web Skills/active-directory