EU Parliament Monitor — API Documentation - v0.8.6
    Preparing search index...

    Type Alias RiskAssessmentStep

    RiskAssessmentStep:
        | { type: "identify"; risks: readonly PoliticalRiskScore[] }
        | { type: "analyze"; drivers: readonly PoliticalRiskDriver[] }
        | { type: "evaluate"; matrix: readonly PoliticalRiskScore[] }
        | { type: "treat"; mitigations: readonly string[] }

    A single step in the structured agent risk assessment workflow. Inspired by the ISMS AI Agent-Driven Risk Assessment methodology.