{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
Security & anti-automation

NexusShield

Self-hosted risk scoring, form timing, honeypots, rate limits, and accessible one-time challenges.

Security settings
Assessed (24h){{ $stats['total'] ?: 0 }}Login and registration requests
Passed{{ $stats['passed'] ?: 0 }}Requests accepted
Blocked{{ $stats['blocked'] ?: 0 }}High-risk submissions
Credential failures{{ $stats['failed'] ?: 0 }}Failed sign-in attempts

Protection status

No external API, tracking cookie, or usage fee.

{{ $settings['nexus_shield_enabled']?'Enabled':'Disabled' }}
Invisible checksHoneypot fields, minimum completion time, replay protection, and request-rate analysis.
Step-up challengesShort-lived local math, logic, and copy challenges with accessible text prompts.
PrivacyChallenge verification remains on this NexusForum installation.
Current scopeRegistration and repeated-failure login protection. Plugin and posting hooks are next.

Recent assessments

Latest 100 NexusShield outcomes.

{% if $attempts %}{% foreach $attempts as $attempt %}{% endforeach %}{% else %}{% endif %}
TimeActionOutcomeRiskReasonIP
{{ $attempt['created_at'] }}{{ $attempt['action'] }}{{ $attempt['outcome'] }}{{ $attempt['risk_score'] }}{{ $attempt['reason'] }}{{ $attempt['ip_address'] }}
No assessments yetNexusShield activity will appear after protected forms are submitted.
{% include 'admin/partials/footer.html' %}