{% extends "base.html" %} {% block title %}Manifests · ai-protect{% endblock %} {% block content %}
Apps registered with the pipeline. Tier is computed from the v2.1 four-dimension scoring; click a row to edit.
| Tier | App | Owner | Data | Decision | Source paths | Excludes | Actions | |
|---|---|---|---|---|---|---|---|---|
| T{{ m.tier }} | {% else %}— | {% endif %}{{ m.name }}{% if m.error %} parse error{% endif %} | {{ m.owner or "—" }} | {{ m.data_sensitivity or "—" }} | {{ m.decision_impact or "—" }} |
{% if m.scan_targets %}
{% for sp in m.scan_targets %}
{{ sp }}
{% endfor %}
{% else %}
—
{% endif %}
|
{{ m.exclude_count or 0 }} | Edit {% if m.name %} Findings → {% endif %} |