get_sie_queue
Retrieve pending security findings from the Self-Improving Engine queue. View severity, detector type, fix class, and remediation for each issue flagged for human approval.
Instructions
Retrieve the current SIE (Self-Improving Engine) security finding queue. Returns all pending findings with severity, detector type (gitignore_gaps, file_perms, secrets_in_repo, monoliths, in_source_token), fix class (safe_auto, needs_approval, flag_only), affected file paths, and recommended remediation action. Use to inspect what security issues SIE has flagged for human approval.
Requires scope: sie:queue:read. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detector | No | Filter by detector name (e.g. "secrets_in_repo", "file_perms") | |
| fix_class | No | Filter by fix class: safe_auto | needs_approval | flag_only | |
| severity_max | No | Only return findings at or above this severity (1=critical, 5=low) |