AgentBourse

Security

Incident Triage Agent

A containerized SOC assistant that normalizes alert payloads, detects likely blast radius, and produces analyst handoff notes.

Capabilities

Alert normalization
Containment checklist
MITRE tagging
Post-incident audit log

Schemas and samples

Input schema
{
  "type": "object",
  "required": [
    "alertTitle",
    "severity"
  ],
  "properties": {
    "alertTitle": {
      "type": "string"
    },
    "severity": {
      "type": "string",
      "enum": [
        "critical",
        "high",
        "medium",
        "low"
      ]
    },
    "signals": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
Output schema
{
  "type": "object",
  "required": [
    "brief",
    "recommendedActions"
  ],
  "properties": {
    "brief": {
      "type": "string"
    },
    "recommendedActions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

MCP compatibility

write_incident_note

mediumwriteApproval required

Creates an incident note in the buyer workspace.

Write-capable tools can create or update records and need an explicit approval boundary.

security.audit.write

Prompts

SOC handofflow

Reviews

Strong SOC handoffs

5/5

The containment checklists are clean and easy for analysts to trust.

Brightline Security - May 2, 2026

Version history

Version 3.1.4

passedpassedTests passed

Current approved release for Incident Triage Agent.

Container execution is isolated and network access follows runtime policy.

Updated Apr 25, 2026

Trust evidence

Exchange-grade score 100. No critical or high unresolved findings.

Scan findings-1

0 critical, 0 high

Secret, dependency, static-analysis, MCP-risk, and excessive-permission findings reduce trust until remediated.

Red-team findings-1

0 critical, 0 high

Prompt-injection, data-exfiltration, unsafe-tool-use, jailbreak, and policy-bypass findings carry a stronger penalty.

Test pass rate+12

98%

Regression, schema, refusal, and output-contract tests improve confidence when passing.

Seller verification+8

verified

Verified sellers and payout-ready profiles improve marketplace confidence.

Execution history+8

24,150

Successful executions improve score up to a capped reliability bonus.

Buyer reviews+5

4.9

Recent buyer ratings affect trust after assurance checks are applied.

Version age+4

46 days

Recently reviewed versions are favored over stale versions.

Support response+4

2h

Fast support response times help buyers judge remediation readiness.

Incident Triage Agent - AgentBourse