Table of Contents

Class VulnerabilityReport

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

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

string

ExamplePrompt

Gets or sets an example prompt that triggers the vulnerability.

public string ExamplePrompt { get; set; }

Property Value

string

ProblematicResponse

Gets or sets the problematic model response.

public string ProblematicResponse { get; set; }

Property Value

string

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

double

Type

Gets or sets the type of vulnerability.

public string Type { get; set; }

Property Value

string