dotfiles/dot_claude/skills/security-audit/SKILL.md
Reviews code for security issues including injection vulnerabilities, auth flaws, and secrets in code.
npx skillsauth add smithbr/dotfiles security-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review code for common security vulnerabilities and issues.
curl | bash and similar patterns — flag unless using well-known upstream URLs over HTTPS)Report findings with:
If no issues found, report "No security issues identified" with a brief summary of what was reviewed.
testing
Audit agent skills for compliance with the AgentSkills specification. Use when adding, modifying, or reviewing skills in the skills directory.
development
Audit and refactor shell scripts for consistency, safety, and modern best practices. Use when adding, modifying, or reviewing shell scripts.
testing
Stage and commit changes with a concise message. Use when the user asks to commit.
tools
--- name: charm-ux description: Redesign shell script UX using Charmbracelet tools (gum, glow, etc). Use when the user asks to improve, redesign, or add interactive UX to a shell script, or mentions Charmbracelet/gum/glow. allowed-tools: Read Grep Glob Bash Edit Write WebFetch compatibility: Requires gum (brew install gum). Optional: glow (brew install glow). --- # Charmbracelet UX Redesign for Shell Scripts ## When to Use - When the user asks to redesign or improve UX of a shell script - Whe