Severity: MEDIUM
Location: src/Controllers/AdminModerationController.php:407-440
Bug: Resolution notes written raw; threadSlug derived from $report['source_url'] which was user-controlled at report time.
Fix: Purify notes; validate threadSlug against /^escalation-[0-9a-f]{8}$/.
Status: open. Will reply with remediation details when resolved.