Area: mobieusAI (audit p11) · Surface: AI report explainer — POST /api/ai/explain-report/{id} (AiController@explainReport), wired in templates/admin/moderation/index.php · Dimension: documentation · Severity: minor
Moderators get an AI "explain this report" action in the moderation queue that summarizes/explains a flagged report. This feature is undocumented — the moderation wiki articles don't mention it and there is no dedicated AI article for it.
Evidence
FEATURE IS LIVE & MOD-FACING: platform/templates/admin/moderation/index.php:612 calls fetch('/api/ai/explain-report/' + rid, ...) from the moderation queue. Backend AiController::explainReport (AiController.php:116-130) requires role>=3 and returns an AI explanation of a moderation report.
NO WIKI ARTICLE: grep -ic on /tmp/know_index.html = 0 for "explain". The moderation-related articles in the index (/know/moderation, /know/content-moderation) do not mention an AI report explainer. Candidate slugs /know/ai-explain-report and /know/explain-report both return HTTP 404. /know/admin-config-ai-model returns 0 hits for "explain report".
Suggested fix. Add a short section to /know/moderation (or /know/content-moderation) documenting the AI report explainer: that mods can ask mobieusAI to explain a queued report, the role requirement (Moderator/role>=3), and that it requires mobieusAI to be enabled with an Anthropic key.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus