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 Laravel Horizon's dashboard only for admin users via a Gate definition. No dangerous operations, network calls, or unsanitized input observed.
- low · Permissive null-user fallback — In src/Extension.php the viewHorizon Gate uses optional($user)->is_admin, which evaluates to false when no user is present, so access is correctly denied; relies entirely on the is_admin flag and Horizon's own auth middleware, which is reasonable but worth confirming the dashboard route is gated by this ability in core.
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.