PYHARDIN

AI-Powered Linux Security Configuration Auditor

{% if not has_api_key %} {% endif %}

Configuration Settings

System Dashboard

{% if scan_in_progress %}
Loading status...
{% endif %}
{% if states %} {% for state in states|reverse %} {% set has_errors = state.results | selectattr("status", "equalto", "failed") | list | length > 0 %}
Scan {{ state.scan_id }}
{% if has_errors %} Error {% elif state.is_complete %} Complete {% else %} Running {% endif %} {% if state.scan_date %}{{ state.scan_date }}{% else %}Legacy Scan{% endif %}
{% include "partials/results.html" %}
{% endfor %} {% elif not scan_in_progress %}

No active scan results.

Click the button above to start auditing your system.

{% endif %}