What is security-hardening?
Application security covering input validation, auth, headers, secrets management, and dependency auditing Source: rohitg00/awesome-claude-code-toolkit.
Application security covering input validation, auth, headers, secrets management, and dependency auditing
Quickly install security-hardening AI skill to your development environment via command line
Source: rohitg00/awesome-claude-code-toolkit.
Validate all input at the boundary. Never trust client-side validation alone.
Never construct HTML strings with user input. Use templating engines with auto-escaping enabled.
Use an ORM or query builder. If writing raw SQL, always parameterize.
Application security covering input validation, auth, headers, secrets management, and dependency auditing Source: rohitg00/awesome-claude-code-toolkit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill security-hardeningBrowse more skills from rohitg00/awesome-claude-code-toolkit
Application security covering input validation, auth, headers, secrets management, and dependency auditing Source: rohitg00/awesome-claude-code-toolkit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill security-hardening Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/rohitg00/awesome-claude-code-toolkit