A code-review subagent for the Venom harness that examines specified changes and returns concrete findings with line numbers. It checks correctness, API compatibility, security, performance, tests, memory notes, and coding standards.
A debugging specialist that investigates bugs, service failures, and broken tests by tracing their root causes. It gathers evidence, tests a small number of hypotheses, and proposes a fix without applying it.
A security-review agent that scans code for serious, usable vulnerabilities using checks based on the OWASP Top 10, a common list of web security risks. It works in an isolated context and reports only findings judged highly credible.
A coding agent that writes missing tests, follows test-driven development (TDD), and adds regression tests. TDD means writing a test that fails first, then implementing the smallest change that makes it pass.