{% set risk_colors = {"low": "var(--ok)", "moderate": "var(--warn)", "high": "var(--err)"} %} {% set rc = risk_colors.get(report.risk, "var(--text-dim)") %}
opsec exposure report
{{ report.risk | upper }}{{ "{:,}".format(report.total) }} password candidates from {{ report.shared_fields }} shared detail(s).
{% if report.breach_checked %} {% if report.breach_pwned %}{{ report.breach_pwned }}/{{ report.breach_checked }} candidates are ALREADY in public breaches.
0/{{ report.breach_checked }} candidates found in breaches.
{% endif %} {% endif %} {% if report.email_breaches %}Email found in {{ report.email_breaches | length }} known breach(es):
public footprint · {{ footprint | length }} platforms
biggest liabilities
| {{ label }} | {{ "{:,}".format(count) }} |
an attacker would try first
what to do
{{ notes | join(" · ") }}
{% endif %}