Hadeda

Hadeda

·7 min read

SOC2 Compliance for AI Development Tools: What You Need to Know

SOC2 auditors are asking about AI agent usage. Here's how to prepare your audit trail with structured, SIEM-compatible logs from every AI coding session.

SOC2complianceaudit logsAI tools

The Audit Question You're Not Ready For

Your SOC2 auditor is going to ask: "What systems do your AI coding agents have access to, and what controls are in place?"

If the answer is "Cursor is installed on a few engineers' laptops and we're not sure what it accesses" — that's a problem.

What SOC2 Expects

SOC2 Trust Services Criteria require:

  • Access controls — Who can access what, and how is it enforced?
  • Monitoring — Are you logging system activity and detecting anomalies?
  • Risk assessment — Have you identified and mitigated risks from new tools?

AI coding agents touch all three. They access production databases, call internal APIs, and execute commands with engineer-level permissions.

How Structured Audit Logs Help

When every AI agent action produces a structured JSON log with:

  • Timestamp
  • User identity
  • Tool used
  • Command or request sent
  • Policy decision (allowed/blocked)
  • Response summary

...you have a complete audit trail that auditors can review without disrupting engineering workflows.

Getting Audit-Ready

  • 1.Map your AI tool usage — Which agents connect to which systems?
  • 2.Implement logging — Capture every command, API call, and response.
  • 3.Set policies — Define what's allowed and what's blocked.
  • 4.Review regularly — Logs are useless if nobody reads them.
  • Hadeda emits SIEM-compatible structured JSON logs by default. Every action, every policy decision, every blocked command — logged and ready for audit.

    Your AI tools have unrestricted access. Now what?

    Hadeda is a free, open-source security gateway that sits between your AI coding tools and your internal systems. Filter commands, authorize actions, enforce policies, and audit everything — inside your network.