sassy_audit_false_positives
Audit recent shell-interceptor pattern matches, showing blocks and bypasses to identify noisy patterns causing false positives.
Instructions
Show recent shell-interceptor pattern matches (blocks + bypasses).
Surfaces the noisy-pattern events you'd otherwise have to grep for. Each row: timestamp | event | pattern | command (truncated).
Args: count: max rows to return (newest last). include_bypasses: if False, show only blocks (commands that actually got refused). True also includes pattern_bypass entries — useful for auditing what the allow_pattern flag has been used to let through.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| include_bypasses | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |