Start remediation
When triage assigns a vulnerability to Antigen’sremediation-agent, an assignment-change hook starts remediation. The agent receives the live vulnerability, the triage investigation, and the logs and evidence from the offensive run that discovered it.
The agent produces a set of RemediationSteps for your review. Each step describes a concrete change needed to resolve the vulnerability.
Send work to the right place
remediation-agent writes RemediationSteps to the connected tools your team uses to manage work. Depending on the change, it can create:
- A GitHub pull request for a code change.
- A Linear or Jira ticket.
- A GitHub issue.
- A Slack notification for an infrastructure change, such as updating an S3 storage configuration.
Use infrastructure context
The Asset Map and connected integrations giveremediation-agent context about your infrastructure. It can use that context to understand the affected systems and map the changes required to resolve the vulnerability.
Confirm the fix
After a fix is deployed, the vulnerability moves toremediated. Antigen then uses an offensive agent to rerun the original exploit against the approved target.
If the exploit no longer succeeds, the vulnerability moves to verified. If it still succeeds, it returns to open with the new evidence from verification. This starts triage again.