{% extends "base.html" %} {% block title %}{{ role_def.label }} view — {{ project_name }} | Verifii{% endblock %} {% block og_title %}{{ role_def.label }} — AI code analysis of {{ project_name }}{% endblock %} {% block meta_description %}Verifii uses AI to scan {{ project_name }} and produce a traceable {{ role_def.label|lower }} — understand the code behaviour, architecture, and security with every finding linked to a specific file and line.{% endblock %} {% block og_description %}AI scans {{ project_name }} and produces a traceable {{ role_def.label|lower }} view. Understand code behaviour with every finding sourced to a specific file and line.{% endblock %} {% block content %}

{{ role_def.icon }} {{ role_def.label }} view

{{ role_def.description }}  ·  {{ role_def.audience }}

{% if cached %} Generated {{ generated_ago }} {% endif %}
{% if generating %}

Agent working…

This could take around 90 seconds — please feel free to browse other pages and come back.
This page will refresh automatically.

{% elif error %}
Generation failed: {{ error }}
{% elif content %} {% if steps %}
⚡ Agent trace  ·  {{ iterations }} step{{ "s" if iterations != 1 else "" }}  ·  ${{ "%.4f"|format(cost) }}  ·  click to expand
{% for step in steps %} {{ step }}{% if not loop.last %} → {% endif %} {% endfor %}
{% endif %}
{{ content_html | safe }}
{% else %}
{{ role_def.icon }}

{{ role_def.label }} view not yet generated

The {{ role_def.label }} agent will investigate this codebase and produce
a {{ role_def.description|lower }}.

Takes about 60–90 seconds.

{% endif %} {% endblock %}