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
CapabilityTokenMismatch
Indicates mismatch between the request and a capability token.
public const string CapabilityTokenMismatch = "CapabilityTokenMismatch"
Field Value
InputMalformed
Indicates malformed input or request shape.
public const string InputMalformed = "InputMalformed"
Field Value
InputOversized
Indicates input that exceeds host-defined size or shape limits.
public const string InputOversized = "InputOversized"
Field Value
None
Indicates that no threat category applies.
public const string None = "None"
Field Value
PolicyBypassAttempt
Indicates an apparent attempt to bypass policy evaluation.
public const string PolicyBypassAttempt = "PolicyBypassAttempt"
Field Value
PromptInjectionLikeInput
Indicates prompt-injection-like content as determined by the host contributor.
public const string PromptInjectionLikeInput = "PromptInjectionLikeInput"
Field Value
RegionPolicyMismatch
Indicates mismatch with regional or local policy expectations.
public const string RegionPolicyMismatch = "RegionPolicyMismatch"
Field Value
ReplayAttempt
Indicates a possible replay attempt.
public const string ReplayAttempt = "ReplayAttempt"
Field Value
UnsafeExternalCommand
Indicates a potentially unsafe external command or execution request.
public const string UnsafeExternalCommand = "UnsafeExternalCommand"