AI AGENT ADDONS

Security And Hardening

addyosmani/agent-skills
Security
6,073installs

Hardening your code means protecting it from hackers and bugs. This skill helps you keep user data safe. It covers passwords, input checks, and safe storage.

Think like an attacker before you write code. Map where bad data can enter. Then block every weak spot. Simple rules like using HTTPS and parameterized queries make a big difference.

Follow the three tiers: always do, ask first, and never do. Never commit secrets or trust client-side checks. Security is not extra work. It is part of building anything that handles real people's information.

Add Security And Hardening skill to your workflow

Global

mkdir -p ~/.claude/skills/security-and-hardening

Project

mkdir -p .claude/skills/security-and-hardening

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago