← Back to extensions

Analytics

Admin analytics dashboard — members, content, engagement, signups over time, top posters and most active topics.

Admin analytics dashboard — members, content, engagement, signups over time, top posters and most active topics.

AI security review

Reviewed safe · 96/100
A self-contained admin analytics dashboard that reads core tables via the query builder and renders read-only HTML. Route is properly protected by web/auth/admin middleware and output is escaped.
  • low · Unescaped numeric counts in HTML — In Extension.php, $p->c and $t->reply_count/view_count are interpolated without e(); these are integer DB aggregates so practically safe, but escaping would be more defensive.

Automated review of v1.0.0 by claude-opus-4-8 1 week ago. This is an automated signal to aid your judgment — not a guarantee.