Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Acknowledge Alert
security_reporter:acknowledge_alert
Acknowledge a security alert to indicate it has been reviewed.
Write
Low risk
Cancel Scan
security_reporter:cancel_scan
Cancel a running or queued security scan.
Write
High risk
Create Incident
security_reporter:create_incident
Create a new security incident report.
Write
Medium risk
Create Scan
security_reporter:create_scan
Create and start a new security scan.
Write
Medium risk
Delete Incident
security_reporter:delete_incident
Permanently delete a security incident. This action cannot be undone.
Write
High risk
Get Alert
security_reporter:get_alert
Fetch a single security alert by ID with full details and context.
Read
Low risk
Get Incident
security_reporter:get_incident
Fetch a single security incident by ID with full details including timeline and affected assets.
Read
Low risk
Get Scan
security_reporter:get_scan
Fetch a single scan by ID with status, progress, and results summary.
Read
Low risk
Get Vulnerability
security_reporter:get_vulnerability
Fetch a single vulnerability by ID with full details and remediation info.
Read
Low risk
List Alerts
security_reporter:list_alerts
List security alerts with optional filtering and pagination.
Read
Low risk
List Incidents
security_reporter:list_incidents
List security incidents with optional filtering and pagination.
Read
Low risk
List Scans
security_reporter:list_scans
List security scans with optional filtering and pagination.
Read
Low risk
List Vulnerabilities
security_reporter:list_vulnerabilities
List vulnerabilities with optional filtering and pagination.
Read
Low risk
Resolve Alert
security_reporter:resolve_alert
Resolve a security alert with resolution type and notes.
Write
Low risk
Update Incident
security_reporter:update_incident
Update an existing security incident.
Write
Medium risk
Update Vulnerability
security_reporter:update_vulnerability
Update vulnerability status, assignment, and remediation information.
Write
Medium risk