Versions in this module Expand all Collapse all v0 v0.5.0 Jun 20, 2025 v0.4.0 Jun 20, 2025 Changes in this version + type ExecutionResult struct + ConsistencyBroken bool + ExploitChain []TemporalEvent + ParadoxesCreated int + Success bool + TargetConfused bool + TemporalState *TemporalState + TimelineBranches int + Vulnerability string + type ParadoxPoint struct + AffectedEvents []string + Location string + Severity float64 + Type string + type ParadoxType string + const BootstrapParadox + const CausalLoopParadox + const ChronologyViolation + const EntanglementParadox + const GrandfatherParadox + const ObserverParadox + const PredestinationParadox + const RetrocausalityAttack + const TemporalLoopParadox + const TimelineForking + type TemporalAttackPlan struct + AttackID string + InitialEvents []TemporalEvent + MaxIterations int + ParadoxGoal string + ParadoxType ParadoxType + TargetConcept string + TemporalDepth int + type TemporalEvent struct + CausalOrder int + Consequences []string + Content string + Dependencies []string + EventID string + ParadoxLevel float64 + TimelineID string + Timestamp time.Time + type TemporalParadoxEngine struct + func NewTemporalParadoxEngine(logger common.AuditLogger) *TemporalParadoxEngine + func (e *TemporalParadoxEngine) ExecuteTemporalParadox(ctx context.Context, plan *TemporalAttackPlan) (*ExecutionResult, error) + func (e *TemporalParadoxEngine) GenerateTemporalReport(result *ExecutionResult, plan *TemporalAttackPlan) string + type TemporalState struct + ActiveTimeline string + CausalGraph map[string][]string + CurrentTime time.Time + ParadoxLocations []ParadoxPoint + TemporalEntropy float64 + Timelines map[string]*Timeline + type Timeline struct + BranchPoint *TemporalEvent + Consistency float64 + Events []TemporalEvent + ParadoxScore float64 + ParentTimeline string + TimelineID string