We built a self serve security report triage agent with Claude Code.

Reddit r/AI_Agents Tools

Summary

A demo of a self-serve security report triage agent built with Claude Code, which reads emails, accesses source code in a sandbox, and emails a suggested response to the user.

One of the customers using our product had an internal agent they wanted to set up, and the flow was as follows: They had created a bounty program, and they'd been flooded with security reports, most of them AI generated and bogus, although presented confidently. The wanted to build an email triage agent where: * the agent reads the email directly or anyone forwards it to it * claude code running in a sandbox does the triage. It has source code access (already cloned), and the users prompt. * the agent emails the user a suggested response. We built a demo on top of OpenComputer for this user. You connect your Gmail with one click; and anything you label "triage" gets reviewed against the source code by a Claude agent running inside an OpenComputer sandbox. A draft reply is then emailed back to you. Check the demo repo in the comments \[1\] (PS: to test live the link in the repo you'd need digger email but you can clone and set up your own copy trivially)
Original Article

Similar Articles

I built a little "police department" for my Claude Code subagents

Reddit r/AI_Agents

A logging hook and CLI tool that records all tool calls and permission events from Claude Code agents into a session log, then replays the log to audit for misbehavior like unauthorized file reads or permission escalation. It is a catch-and-report flight recorder, not a blocker.

What’s your agent up to?

Reddit r/AI_Agents

We built an open-source retrospective reader for Claude Code to analyze agent behavior, using real execution history to inform runtime governance.

AI Agent, Claude CLI and Linear, all working together.

Reddit r/ArtificialInteligence

The author describes setting up Claude CLI on a Google Cloud VM to automatically review code and provide technical breakdowns in Linear tickets when tagged, reducing ticket completion time. They are working towards having Claude create pull requests end-to-end.