{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

Firewall Mode

{% if config.mode.value == 'off' %} Firewall is disabled. All actions are allowed. {% elif config.mode.value == 'audit' %} Firewall is in audit mode. Violations are logged but not blocked. {% else %} Firewall is in enforce mode. Violations are blocked. {% endif %}

Protection Summary

{{ stats.blocklist_count }}
Blocked Commands
{{ stats.protected_paths_count }}
Protected Paths
{{ stats.deny_operations|length }}
Deny Operations

Detected Agents

Agent discovery not yet available. Install the discovery module and run agentfirewall scan.

Quick Actions

Switch Preset

Quick Links

Edit Config View Logs
{% endblock %}