Audit the agent harness itself — CLAUDE.md, hooks, MCP configs, agent definitions, and permissions — for misconfigurations, injection risks, and security gaps. Use when the user asks to "audit my setup", "check my harness config", "is my agent config secure", "review my hooks", "check my MCP setup", or before trusting a new project's harness with autonomous work. Worth using on first clone of an unfamiliar repo, after adding new hooks or MCP servers, or when onboarding a new team member. Do NOT use for auditing project source code (use audit or tri-security), debugging workflow failures (use tri-debug or bugfix), or reviewing code changes (use tri-review).
$npx -y skills add 5uck1ess/devkit --skill harness-auditInstalls into the current project.
Run `npx skills use "https://github.com/5uck1ess/devkit" --skill "5uck1ess/devkit/harness-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/5uck1ess/devkit" that are relevant to the current task. Run `npx skills add "https://github.com/5uck1ess/devkit"` and select the relevant skills, then follow their instructions.