Harden Auth banner
jchigg2000-git jchigg2000-git

Harden Auth

Development community

Description

--- description: Deployment hardening step 2 — review auth/session/authz surfaces. Identifies insecure cookies, broad CORS, missing CSRF, unauthenticated state-changing routes, weak password storage, JWT secret handling. Read-only by default; --fix tightens cookie flags and obvious CORS misconfigs only with confirmation. Fire on `/harden-auth`. argument-hint: "[--fix] [scope path]" allowed-tools: Bash(rg:*), Bash(jq:*), Bash(git:*), Bash(date:*), Bash(mkdir:*), Read, Glob, Grep, Write --- # Har

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-auth/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-auth && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/harden-auth.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-harden-auth/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository