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