Figma puts AI agents on security alert triage
Two agents triage alerts and review code. Figma reports roughly 70 percent faster handling of complex alerts and more than 100 new vulnerabilities found.
Symbolic image: an on-call security desk with shifting status lights and abstract alert charts as a person, seen from behind, watches the monitors.
Figma has put two AI agents into its security workflow — one that triages incoming alerts, one that reviews code — and says complex alerts now resolve roughly 70 percent faster.
At a glance
- Two agents: first-pass triage of security alerts (model: Claude Opus) and an automated code reviewer that opens draft pull requests.
- Figma cites roughly 70 percent faster handling of complex alerts and 20 percent fewer on-call pages.
- The review agent hit 80 percent precision within a month and surfaced more than 100 previously unknown vulnerabilities.
- Data access spans more than 100 sources including AWS, Okta, GitHub, GCP and osquery; SIEM queries run through Panther.
- Control: agent-authored pull requests default to draft status, and sign-off stays with a human.
Figma's security team now runs two AI agents in production: one takes the first look at incoming alerts, the other reads code. The company reports roughly 70 percent faster resolution on complex alerts and 20 percent fewer on-call pages. InfoQ summarized the account on September 6, 2026.
What each agent does
The triage agent inherits the Slack thread behind an alert plus the tool access an on-call engineer would normally reach for: queries against the Panther SIEM, audit logs, and checks on internal systems. Figma names Claude Opus as the model behind it.
The second agent reviews code and can prepare fixes. Within a month it reached 80 percent precision and turned up more than 100 previously unknown vulnerabilities, including two critical flaws that conventional tooling had missed. A second review pass improved detection of already-known bug classes by about 30 percent, and automated guidance pushed into the developer workflow cut certain error types by about 50 percent.
Memory mattered more than the model
The team's own framing is that the biggest lever was not model choice but memory. The system retains three kinds of knowledge: past alerts with their investigation trail, behavioral guidance on how to run an investigation, and learned structures of the databases it queries. That accumulated context, the engineers say, is what made the system more useful over time.
Behind the agents sit more than 100 data sources, among them AWS, Okta, GitHub, GCP and osquery, wired together with components such as AWS Bedrock Knowledge Bases, Amazon Kendra, Tines and Snowflake-based tooling. The account draws on Matthew Sullivan, formerly a security engineer at Figma and now at Nition, and Brad Girardeau, a security engineering manager at Figma.
Where the human stays
Pull requests written by an agent open as drafts, not as finished proposals. Prompt-level rules are meant to keep sensitive data out of public Slack channels. Approval is explicitly a human step.
The stated design rule is to improve precision before recall: an eager agent that flags everything simply moves the workload rather than reducing it. The write-up also flags a risk beyond Figma — AI coding assistants can be led astray by deliberately malicious repositories.
What is not established
Every figure here comes from Figma's own account and has not been independently verified. Absolute alert volumes, the baseline period the improvements are measured against, and the running cost of the system are not disclosed.
Only one independent newsroom covered this for our purposes. How many false positives triage produces, and how often a human overrides the agent's read of an alert, is not stated in the source.
FAQ
What AI agents does Figma use for security?
Two: an alert triage agent running on Claude Opus that investigates incoming security alerts, and a code review agent that inspects code and can prepare fixes as draft pull requests.
How much faster does Figma resolve security alerts with AI agents?
Figma reports roughly 70 percent faster resolution on complex alerts and 20 percent fewer on-call pages. These are company figures and have not been independently verified.
Can Figma's security agents merge their own code fixes?
No. The agents open pull requests that default to draft status, and a human reviewer decides whether the change ships.