mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
First eval
This commit is contained in:
@@ -27,10 +27,15 @@ export interface AnalyzeResponse {
|
||||
};
|
||||
risk_assessment: {
|
||||
overall_risk_score: number;
|
||||
privacy_risks: any[];
|
||||
risk_level?: string;
|
||||
presidio_enabled?: boolean;
|
||||
risk_categories?: Record<string, number>;
|
||||
privacy_risks: any;
|
||||
ethical_risks: any[];
|
||||
compliance_risks: any[];
|
||||
compliance_risks: any;
|
||||
data_quality_risks: any[];
|
||||
violations?: any[];
|
||||
insights?: string[];
|
||||
};
|
||||
recommendations: string[];
|
||||
report_file: string;
|
||||
|
||||
Reference in New Issue
Block a user