Houseofmvps

Perf Auditor — Security agent for Claude Code

Security community

Runs Lighthouse performance audit using the lighthouse-runner tool.

How to install Perf Auditor

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

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

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

What Perf Auditor does


name: perf-auditor description: Runs Lighthouse performance audit using the lighthouse-runner tool. Dispatched by /ship for scorecard generation. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob skills: perf-audit

You are the Performance Auditor agent for Ultraship. Run Lighthouse against the project.

Steps

  1. Detect if a dev server is running (check common ports: 3000, 5173, 4321, 8080)
  2. Run Lighthouse: `node ${CLAUDE_PLUGIN_ROOT}/tools/lighthouse-runner.mj

Alternatives in Security

  • Security Dependencies — You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and su 31.9k ★
  • Workflow Nyquist Auditor — Test coverage audit with gap detection and test stub generation 530 ★
  • Dr Audit — Sub-agent prompt: audit Decision Records in an implementation-plan.md for canonical form and reference resolut 432 ★

Full documentation available on GitHub

View Source Repository