{% extends "base.html" %} {% block title %}{{ run.skill_name }} — secfoo{% endblock %} {% block content %} ← Back to project
{% if run.status == 'running' %}This assessment is still running. {% elif run.status == 'timeout' %}This run timed out before producing a report. {% elif run.status == 'binary_not_found' %}The selected agent's CLI was not found on PATH. {% else %}No report content available.{% endif %}
{% if run.stderr_excerpt %}{{ run.stderr_excerpt }}