Skip to content

Running Compliance Scans

A compliance scan automatically evaluates how well your AI systems match requirements from enabled frameworks. Scans assess documentation completeness, control implementation (via infrastructure connectors), and performance (accuracy, fairness, security). Results include compliance scores, gap lists, and auto-generated remediation tasks — all powered by AI-driven analysis.

Automated compliance scans dashboard

How to Run a Scan

Step 1: Select Scope

  1. Go to Compliance > Scans > New Scan
  2. Choose what to scan:
    • Frameworks: Which regulations to audit against (EU AI Act, GDPR, ISO 42001, etc.)
    • Systems: All systems or specific ones?
    • Date: Scan current state or historical?

Step 2: Enable Evidence Collection

Connect infrastructure to pull live control evidence:

ConnectorWhat It Audits
AWSCloudTrail logs, encryption, access controls, model endpoints
AzureAzure Monitor, access logs, encryption, Azure ML models
GitHubCode security, secret scanning, commit history
OktaAccess reviews, MFA enforcement, provisioning
DatadogMonitoring, performance baselines, alerts
SlackTraining/communication (evidence of awareness)
ServiceNowTickets, change management, incident response

Click checkboxes for connectors you’ve configured.

Step 3: Review & Launch

  1. Review scan configuration
  2. Estimate time: Scans typically take 5-15 minutes depending on:
    • Number of systems (3-5 min per system)
    • Data volume (log analysis, model inference testing)
    • Number of frameworks
  3. Click Start Scan

Scan runs in background; you’ll receive email when complete.

Scan Contents

For each system and each framework, Compliance AI:

  1. Assesses documentation — Is model card present? Is risk assessment documented?
  2. Evaluates controls — Are required safeguards implemented?
    • Uses infrastructure connectors to check: encryption, access logs, monitoring
    • Reviews policies and procedures
    • Checks training completion records
  3. Tests system — If available, runs fairness, robustness, and security tests
  4. Checks compliance history — Have previous gaps been fixed?

Understanding Scan Time

TaskDuration
Documentation Assessment1-2 min per system
Control Implementation Check2-5 min per system (depends on connector latency)
System Performance Testing3-10 min (if model accessible)
Fairness/Bias Testing5-15 min (if test data available)
Total per System~5-20 min

Tip: First scan takes longer (initialization); subsequent scans are faster (incremental).

Scheduled Scans

Run scans automatically on a schedule:

  1. Go to Scans > Scheduled Scans > New Schedule
  2. Configure:
    • Frequency: Daily, weekly, monthly
    • Time: When to run
    • Frameworks: Which to audit
    • Systems: All or specific
    • Connectors: Which to use
  3. Click Enable

Scheduled scans run automatically and alert if new gaps appear.

Recommendation: Monthly scans for most orgs; daily if high-risk systems.

Next Steps