record_missed_detection
Log undetected issues such as security flaws or performance bugs to improve future detection and prevent recurrence.
Instructions
Record something the system missed detecting — feeds the autonomous improvement loop.
Args: detection_type: Category of what was missed (e.g., 'security_flaw', 'performance_bug', 'anti_pattern') what_was_missed: Description of what should have been caught how_found: How it was eventually discovered suggested_rule: Optional suggestion for a prevention rule severity: Severity level (P0/P1/P2) or 'auto' to infer from signals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | auto | |
| how_found | No | ||
| detection_type | Yes | ||
| suggested_rule | No | ||
| what_was_missed | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |