MatrixFounder

Critic Logic — Security agent for Claude Code

Security community

Review code for logic bugs, unhandled edge cases, happy-path assumptions, input-validation gaps, and error-handling holes.

How to install Critic Logic

Installs to ~/.claude/agents/matrixfounder-agentic-development-critic-logic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MatrixFounder/Agentic-development/HEAD/.claude/agents/critic-logic.md -o ~/.claude/agents/matrixfounder-agentic-development-critic-logic.md

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

What Critic Logic does


name: critic-logic description: Review code for logic bugs, unhandled edge cases, happy-path assumptions, input-validation gaps, and error-handling holes. Spawn in parallel with critic-security and critic-performance during /vdd-multi. tools: Read, Grep, Glob

model pin: opus = cost/latency choice for routine critic passes (fable exists above opus — see skill-parallel-orchestration/

references/claude-code.md §Model-pin hygiene); CLAUDE_CODE_SUBAGENT_MODEL env, if set, silently overrides t

Alternatives in Security

  • Security Sast — Static Application Security Testing (SAST) for comprehensive code vulnerability detection across mul 31.9k ★
  • 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 ★
  • Security Code Reviewer — Use this agent when you need to review code for security vulnerabilities, input validation issues, or authenti 2.8k ★

Full documentation available on GitHub

View Source Repository