Scan overview
Organization accounts
| Account | Name | State | Scan status |
|---|---|---|---|
| {{ account.account_id }} | {{ account.name }} | {{ account.state }} | {{ account.scan_status }} |
| No accounts discovered. Review discovery coverage. | |||
Resources{{ report.summary.resources }}
Checks evaluated{{ report.summary.checks_evaluated }}
Findings{{ report.summary.findings }}
Severity distribution
{% for severity, count in report.summary.severity.items() %}
{{ severity }}{{ count }}
{% endfor %}
Findings
{% if report.identities is defined %}Identity governance
AI declarations, workload bindings, configured trust and observed callers are separate evidence. Unknown attribution does not establish approval or safety.
| Account / identity | AI attribution | Approval | Observed connection | Evidence |
|---|---|---|---|---|
| {{ identity.account_id }} {{ identity.name }} {{ identity.type }} / {{ identity.evaluation_scope }} | {{ identity.ai_attribution }} {{ identity.classification_source }}{% if identity.shared_declared %} Shared identity declared; individual actor unresolved{% endif %} | {{ identity.approval_status }} | {{ identity.observed_mechanisms | join(', ') or 'Unknown / not observed' }} | Review identity evidence{{ identity | tojson(indent=2) }} |
{% for finding in report.findings %}
{% endfor %}
{{ finding.severity }}{{ finding.title }}{{ finding.id }} · {{ finding.service }} · {{ finding.resource_id }}
{{ finding.description }}
Account {{ finding.account_id }} · Region {{ finding.region or 'Global' }}
{{ finding.resource_arn or finding.resource_id }}
Evidence
{{ finding.evidence | tojson(indent=2) }}
Risk
{{ finding.risk }}
Remediation
{{ finding.remediation }}
{% if finding.references %}References
- {% for reference in finding.references %}
- {{ reference }} {% endfor %}
No findings match these filters. Change the search or reset the filters.
{% if not report.findings %}No findings were produced by the evaluated checks. Review scan coverage before drawing conclusions.
{% endif %}
Scan coverage · {{ report.coverage | length }} account / service entries
| Account / Service | {% if report.metadata.regions is defined %}Region / Scope | {% endif %}Status | Resources | Evaluated | Not scanned | Issues |
|---|---|---|---|---|---|---|
| {{ entry.account_id }} / {{ entry.service }} | {% if report.metadata.regions is defined %}{{ entry.region | default(none) or entry.scope | default('global') }} | {% endif %}{{ entry.status }} | {{ entry.resources }} | {{ entry.evaluated }} | {{ entry.not_scanned }} | {% if entry.issues %}{{ entry.issues | length }} issue(s)
|