approve_sie_finding
Approve a SIE security finding by queue index: applies the associated fixer, seals a ProofLink receipt, and removes it from the queue. Requires the index from get_sie_queue.
Instructions
Approve a specific SIE (Self-Improving Engine) security finding by queue index. Applies the associated fixer (gitignore_add, chmod_tighten, or secrets_gitignore), seals a ProofLink receipt for the fix, and removes the item from the queue. Get the index from get_sie_queue first. EXECUTE CLASS: this modifies files on disk and seals an immutable receipt.
Requires scope: sie:queue:write. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Queue index of the finding to approve (use get_sie_queue to list available indices) |