Multi-agent security review running daily in production: architecture and findings

Architecture details
The security agent runs on a daily cron via launchd. It receives a diff of recent commits plus full codebase access. It checks against a structured vulnerability checklist that includes:
- IDOR
- Auth bypasses
- Injection vectors
- Secrets exposure
- Overly permissive routes
The agent files findings as P0/P1/P2 tasks in the work queue. A separate coding agent picks them up, fixes them, commits the changes, and deploys.
Coordination challenges and solutions
After 3 weeks running in production, the most interesting coordination challenge was conflict between the security agent and coding agent. Security flags something, coding fixes it, but then introduces a pattern in the next commit that security hasn't reviewed yet.
The solution implemented: daily-only runs (not per-commit) plus a "reviewed_through" marker so findings have commit context.
Performance observations
Claude was noted as unusually good at distinguishing "this looks vulnerable" from "this is definitely exploitable in this context." The false positive rate stayed manageable.
The system is part of a larger multi-agent setup at ultrathink.art that includes design, coding, marketing, ops, social, and the dedicated security agent.
📖 Read the full source: r/clawdbot
👀 See Also

Claude for Engineering Compliance: 6-Month Workflow Breakdown
A technical firm shares how they use Claude Projects, Artifacts, and constraint-following to avoid hallucinations in client-facing specs.

OpenClaw user automates dating app interactions with AI agent
A Reddit user built an OpenClaw agent that handles swiping, conversation management, and match filtering on dating apps, reporting 500+ swipes per day and 3x more matches after one week.

Cowork automates sprint changelog generation using Claude AI and MCP connections
A project manager automated their end-of-sprint changelog task using Cowork with Claude AI, eliminating an hour of manual work every two weeks. The system connects to Linear via MCP, pulls completed issues, identifies user-facing changes, writes changelog copy, and publishes it automatically.

Pioneering OpenClaw: Revolutionizing Large Corporate Workflows
Explore how OpenClaw is being deployed in large corporate settings, enhancing automation and efficiency in complex workflows. This discussion highlights key benefits and user experiences.