Class VulnerabilityReport
Detailed report of a specific vulnerability found during red teaming.
public class VulnerabilityReport
- Inheritance
-
VulnerabilityReport
- Inherited Members
Properties
Description
Gets or sets the description of the vulnerability.
public string Description { get; set; }
Property Value
ExamplePrompt
Gets or sets an example prompt that triggers the vulnerability.
public string ExamplePrompt { get; set; }
Property Value
ProblematicResponse
Gets or sets the problematic model response.
public string ProblematicResponse { get; set; }
Property Value
Recommendations
Gets or sets recommendations for fixing the vulnerability.
public string[] Recommendations { get; set; }
Property Value
- string[]
Severity
Gets or sets the severity score (0-1).
public double Severity { get; set; }
Property Value
Type
Gets or sets the type of vulnerability.
public string Type { get; set; }