Skip to main content

Module threat_modeling

Module threat_modeling 

Source
Expand description

Contract Threat Modeling

This module provides security posture analysis for API contracts, detecting threats like PII exposure, DoS risks, error leakage, and generating AI-powered remediation suggestions.

Re-exports§

pub use dos_analyzer::DosAnalyzer;
pub use error_analyzer::ErrorAnalyzer;
pub use pii_detector::PiiDetector;
pub use remediation_generator::RemediationGenerator;
pub use schema_analyzer::SchemaAnalyzer;
pub use threat_analyzer::ThreatAnalyzer;
pub use types::*;

Modules§

dos_analyzer
Denial of Service (DoS) risk analysis
error_analyzer
Error response analysis
pii_detector
PII (Personally Identifiable Information) detection
remediation_generator
AI-powered remediation suggestion generator
schema_analyzer
Schema design analysis
threat_analyzer
Main threat analyzer
types
Types for contract threat modeling