triage_security_insight
Triage security insights: update status, bulk triage by priority, or get comment history.
Instructions
Triage security insights: update status, bulk triage by priority, or get comment history. USE THIS for incident response actions. For investigation use investigate_threat(). For posture review use assess_security_posture().
Args: action: Triage operation to perform insight_id: Single insight ID (for update_status, get_history) insight_ids: List of insight IDs (for bulk_triage; auto-populated from priority_filter if not set) status: New status for the insight(s) comment: Triage comment priority_filter: For bulk_triage — fetches matching open insights by priority dry_run: If True (default), bulk_triage shows what would be updated. Set False to execute.
Returns: Triage operation result
Examples: - triage_security_insight(action="get_history", insight_id="abc123") - triage_security_insight(action="update_status", insight_id="abc123", status="IN_PROGRESS", comment="Investigating") - triage_security_insight(action="bulk_triage", priority_filter="low", status="CLOSED", comment="Low priority batch close") - triage_security_insight(action="bulk_triage", insight_ids=["id1", "id2"], status="FALSE_POSITIVE", dry_run=False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| status | No | ||
| comment | No | ||
| dry_run | No | ||
| insight_id | No | ||
| insight_ids | No | ||
| priority_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||