Demo Dashboard

GuardIT AI – Signals & Proof Overview

Static sample values for demonstration purposes. In production, these tiles update from live identity, evidence, and configuration streams flowing through ProofOps.

Evidence
Signals Ingested (24h)
134,287
Read-only AWS and IdP events normalized into ProofOps.
Identity
Least-Privilege Coverage
92%
Users and roles passing current access-policy checks.
Config Drift
Open Drift Findings
7
Pending review – all changes captured in exportable evidence.
ProofOps
Bundles Generated
12
HIPAA, SOC 2, and internal policy packs ready for auditors.
JSON Export

Sample Evidence Bundle Payload

Static example of the JSON payload produced for an evidence bundle. This is the type of export a team can provide to auditors, feed into internal tools, or store in an evidence vault. All values are anonymized and shown for demonstration only.

{ "bundle_id": "hipaa-405d-prod-clinical-app-01", "environment": "prod/clinical-app-01", "framework": "HIPAA_405D", "generated_at": "2025-12-03T14:27:03Z", "controls": { "AC-01": { "status": "pass", "evidence_ref": "s3://guardit-proofvault/.../ac-01.json" }, "AU-04": { "status": "pass", "evidence_ref": "s3://guardit-proofvault/.../au-04.json" }, "SC-07": { "status": "pass", "evidence_ref": "s3://guardit-proofvault/.../sc-07.json" }, "SC-13": { "status": "pass", "evidence_ref": "s3://guardit-proofvault/.../sc-13.json" }, "CM-02": { "status": "fail", "evidence_ref": "s3://guardit-proofvault/.../cm-02.json" } }, "summary": { "total_controls": 30, "controls_pass": 27, "controls_fail": 3, "overall_status": "passing_with_exceptions" } }