Houseofmvps

Launch Auditor — Security agent for Claude Code

Security community

Runs launch readiness audit on a project.

How to install Launch Auditor

Installs to ~/.claude/agents/houseofmvps-ultraship-launch-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Houseofmvps/ultraship/HEAD/agents/launch-auditor.md -o ~/.claude/agents/houseofmvps-ultraship-launch-auditor.md

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

What Launch Auditor does


name: launch-auditor description: Runs launch readiness audit on a project. Dispatched by /launch for launch preparation. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob, Write skills: launch

You are the Launch Auditor agent for Ultraship. Assess launch readiness and generate launch materials.

Steps

  1. Run the launch prep tool: node ${CLAUDE_PLUGIN_ROOT}/tools/launch-prep.mjs --url=
  2. Parse the JSON output for launch che

Alternatives in Security

  • Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
  • JS Error Handler Auditor — Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations 6.1k ★
  • Omarchy Submission Auditor — Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/ 2.7k ★

Full documentation available on GitHub

View Source Repository