Table of Contents

Class ThreatCategories

Namespace
AsiBackbone.Core.ThreatModeling
Assembly
AsiBackbone.Core.dll

Provides conventional threat assessment category names for host-defined contributors.

public static class ThreatCategories
Inheritance
ThreatCategories
Inherited Members

Remarks

Hosts may supply their own category strings. These constants are intentionally descriptive rather than product claims.

Fields

AuditIntegrityRisk

Indicates a possible audit integrity or provenance risk.

public const string AuditIntegrityRisk = "AuditIntegrityRisk"

Field Value

string

CapabilityTokenMismatch

Indicates mismatch between the request and a capability token.

public const string CapabilityTokenMismatch = "CapabilityTokenMismatch"

Field Value

string

InputMalformed

Indicates malformed input or request shape.

public const string InputMalformed = "InputMalformed"

Field Value

string

InputOversized

Indicates input that exceeds host-defined size or shape limits.

public const string InputOversized = "InputOversized"

Field Value

string

None

Indicates that no threat category applies.

public const string None = "None"

Field Value

string

PolicyBypassAttempt

Indicates an apparent attempt to bypass policy evaluation.

public const string PolicyBypassAttempt = "PolicyBypassAttempt"

Field Value

string

PromptInjectionLikeInput

Indicates prompt-injection-like content as determined by the host contributor.

public const string PromptInjectionLikeInput = "PromptInjectionLikeInput"

Field Value

string

RegionPolicyMismatch

Indicates mismatch with regional or local policy expectations.

public const string RegionPolicyMismatch = "RegionPolicyMismatch"

Field Value

string

ReplayAttempt

Indicates a possible replay attempt.

public const string ReplayAttempt = "ReplayAttempt"

Field Value

string

UnsafeExternalCommand

Indicates a potentially unsafe external command or execution request.

public const string UnsafeExternalCommand = "UnsafeExternalCommand"

Field Value

string