← Back to extensions

Horizon — Queue Dashboard

Laravel Horizon dashboard for monitoring your queue (jobs, throughput, failures, retries). For VPS deployments running Redis + a Horizon worker. Adds an admin-only /horizon dashboa...

Laravel Horizon dashboard for monitoring your queue (jobs, throughput, failures, retries). For VPS deployments running Redis + a Horizon worker. Adds an admin-only /horizon dashboard link.

AI security review

Reviewed safe · 97/100
A thin wrapper that authorizes the Laravel Horizon dashboard for admin users only. No dangerous operations, no external calls, and access is properly gated on the is_admin flag.
  • low · Gate allows null user fallback — In src/Extension.php the viewHorizon gate uses optional($user)->is_admin; a null user resolves to false, so this is safe, but reliance on framework Gate resolution is worth noting. No actual bypass present.

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