{% extends "base.html" %} {% block title %}Run Audit — AI Trace Auditor{% endblock %} {% block nav_audit %}active{% endblock %} {% block content %}
Compliance Audit

Run Compliance Audit

Upload a trace file or select a built-in sample to audit against regulatory requirements.

01 Trace Source

{% for sample in samples %} {% endfor %}

02 Regulation

{% for reg in regulations %} {% endfor %}

Audit a GitHub repository

Paste a public GitHub repo URL. We discover trace artifacts and governance documents inside the repo and produce a combined compliance report.

{% endblock %}