{% 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 %}| Severity | Rule | Subject | Evidence | Remediation |
|---|---|---|---|---|
| {{ f.severity }} | {{ f.rule_id }} |
{{ f.subject }} | {{ f.evidence }} |
|
No findings. Clean scan.
{% endif %}{{ report_md }}