Security Hardening
🤖 AI Summary
Validates all external inputs against a Zod schema at the API boundary, rejecting malformed data before any processing occurs. Enforces server-side validation exclusively, ignoring any client-side checks.
How to Install
Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/security-hardening ~/.claude/skills/SKILL.md -rValidate all input at the boundary. Never trust client-side validation alone. import { z } from 'zod'; const CreateUserSchema = z.object({ email: z.string().email().max(255),
Details
| Category | Security → vulnerability |
| Source | rohitg00/awesome-claude-code-toolkit |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 2.2K |
| Est. per Skill | 54 (shared across 40 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
skill-scanner
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injecti
programmatic-seo
Programmatic SEO You are an expert in programmatic SEO strategy—designing systems that generate usef
geo-report
GEO Client Report Generator Purpose This skill aggregates outputs from all GEO audit skills into a s
seo
SEO: Universal SEO Analysis Skill Comprehensive SEO analysis across all industries (SaaS, local serv
Works Well With
Skills from the same repository — often designed to work together