Skip to main content
W

/warden-harden

WardenSecurity & Compliance

Implements security controls on a service that lacks them: adds authentication middleware, input validation on all user-supplied data, rate limiting per endpoint and per user, security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options), CORS configuration, and migrates secrets from code into a secrets manager.

Install

This skill

Install Warden Harden

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install warden-harden@tonone-ai

The agent

Install Warden

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Warden

$ claude plugin install warden@tonone-ai

Want all 31 agents across both teams?

Full installation guide

Invoke this skill

Command|$ /warden-harden

When to use

When a service is being exposed to the public internet for the first time. When a security audit has produced a list of missing controls that need to be implemented. When an existing service is handling sensitive data but was built without security as a first-class concern.

Deep dive

AI Application Hardening Spec

Most services that ship to production are missing basic security controls. /warden-harden adds auth middleware, validation, rate limits, security headers, CORS, and secrets manager wiring.

Read the article

More from Warden

All Warden skills

Ready to use Warden Harden?