{% extends "base.html" %} {% block title %}Audit report — ai-offboard{% endblock %} {% block content %}
Tenant {{ tenant_id }}
Scanned {{ scanned_at or "just now" }}
AI apps with assignments found in this tenant.
{% if apps %}No AI app assignments detected.
{% endif %}A green finding count is only as trustworthy as the telemetry behind it.
{% if coverage %}Coverage metadata was not recorded for this scan.
{% endif %}| Severity | Rule | Subject | Evidence | Remediation |
|---|---|---|---|---|
| {{ f.severity }} | {{ f.rule_id }} |
{{ f.subject }} | {{ f.evidence }} |
|
No findings. Clean scan.
{% endif %}Policies evaluated against this scan. See offboard policy check for the CLI view.
No policies evaluated. Run a scan first.
{% endif %}{{ report_md }}