{{ entry.actor }}
{{ entry.summary }}
{{ entry.ts_iso }}
entry {{ entry.entry_hash[:12] }}…
{% if entry.is_genesis %}(chain start){% else %}prev {{ entry.prev_hash[:12] }}…{% endif %}
{% extends "base.html" %}
{% block title %}Audit log{% endblock %}
{% block content %}
Append-only, hash-chained record of every CRA action.Audit log
No audit log entries yet.
{% endif %}"Tamper-evident" means any edit to a past entry breaks the chain and is detected here. It cannot stop a fully-privileged attacker who rewrites the whole file and every hash after it — keep the log on append-only / off-host storage for that threat.
{% endblock %}