|
3 | 3 | ApprovalInboxModel, |
4 | 4 | AgenticCapabilityGater, |
5 | 5 | AgentIdentityRegistry, |
| 6 | + AdaptiveThreatMesh, |
6 | 7 | AdversarialMutationEngine, |
| 8 | + AlignmentCreditLedger, |
| 9 | + AutonomousAdversarialAuditor, |
7 | 10 | BlackwallFastAPIMiddleware, |
8 | 11 | BlackwallShield, |
| 12 | + BehavioralChaosEngineer, |
9 | 13 | CoTScanner, |
10 | 14 | ConversationThreatTracker, |
| 15 | + CrossModalConsistencyGuard, |
11 | 16 | CrossModelConsensusWrapper, |
12 | 17 | DataClassificationGate, |
| 18 | + ByzantineSwarmConsensus, |
13 | 19 | DigitalTwinOrchestrator, |
| 20 | + HoneyContextDeceptionPack, |
14 | 21 | ImageMetadataScanner, |
15 | 22 | LightweightIntentScorer, |
16 | 23 | MCPSecurityProxy, |
|
29 | 36 | ToolPermissionFirewall, |
30 | 37 | ValueAtRiskCircuitBreaker, |
31 | 38 | VisualInstructionDetector, |
| 39 | + WorldviewPolicyRouter, |
32 | 40 | SHIELD_PRESETS, |
33 | 41 | CORE_INTERFACES, |
34 | 42 | POLICY_PACKS, |
|
46 | 54 | create_canary_token, |
47 | 55 | create_presidio_entity_detector, |
48 | 56 | create_spacy_entity_detector, |
| 57 | + calculate_shannon_entropy, |
49 | 58 | deobfuscate_text, |
50 | 59 | detect_canary_leakage, |
51 | 60 | detect_prompt_injection, |
| 61 | + detect_structural_anomaly, |
52 | 62 | export_local_rehydration_bundle, |
53 | 63 | generate_coverage_report, |
54 | 64 | get_red_team_prompt_library, |
55 | 65 | inject_canary_tokens, |
56 | 66 | inspect_tone, |
| 67 | + IntentSovereigntyEngine, |
57 | 68 | mask_messages, |
58 | 69 | mask_text, |
59 | 70 | mask_value, |
60 | 71 | normalize_messages, |
61 | 72 | normalize_identity_metadata, |
62 | 73 | parse_json_output, |
63 | 74 | PolicyLearningLoop, |
| 75 | + PolymorphicVault, |
64 | 76 | PowerBIExporter, |
65 | 77 | PromptProvenanceGraph, |
| 78 | + PromptFingerprintEngine, |
| 79 | + TemporalSandboxOrchestrator, |
| 80 | + TruthSovereignReflector, |
| 81 | + WorkflowStateGuard, |
| 82 | + generate_deception_payload, |
66 | 83 | sanitize_audit_event, |
67 | 84 | detect_operational_drift, |
68 | 85 | detect_enterprise_findings, |
|
99 | 116 | "ApprovalInboxModel", |
100 | 117 | "AgenticCapabilityGater", |
101 | 118 | "AgentIdentityRegistry", |
| 119 | + "AdaptiveThreatMesh", |
102 | 120 | "AdversarialMutationEngine", |
| 121 | + "AlignmentCreditLedger", |
| 122 | + "AutonomousAdversarialAuditor", |
| 123 | + "BehavioralChaosEngineer", |
103 | 124 | "BlackwallFastAPIMiddleware", |
104 | 125 | "BlackwallLangChainCallback", |
105 | 126 | "BlackwallLlamaIndexCallback", |
|
108 | 129 | "LiteBlackwallShield", |
109 | 130 | "CoTScanner", |
110 | 131 | "ConversationThreatTracker", |
| 132 | + "CrossModalConsistencyGuard", |
111 | 133 | "CORE_INTERFACES", |
112 | 134 | "CrossModelConsensusWrapper", |
113 | 135 | "DataClassificationGate", |
| 136 | + "ByzantineSwarmConsensus", |
114 | 137 | "DigitalTwinOrchestrator", |
| 138 | + "HoneyContextDeceptionPack", |
115 | 139 | "FastTextIntentScorer", |
116 | 140 | "ImageMetadataScanner", |
117 | 141 | "LightweightIntentScorer", |
|
131 | 155 | "ToolPermissionFirewall", |
132 | 156 | "ValueAtRiskCircuitBreaker", |
133 | 157 | "VisualInstructionDetector", |
| 158 | + "WorldviewPolicyRouter", |
134 | 159 | "POLICY_PACKS", |
135 | 160 | "ProviderAdapter", |
136 | 161 | "SHIELD_PRESETS", |
|
148 | 173 | "create_canary_token", |
149 | 174 | "create_presidio_entity_detector", |
150 | 175 | "create_spacy_entity_detector", |
| 176 | + "calculate_shannon_entropy", |
151 | 177 | "deobfuscate_text", |
152 | 178 | "detect_canary_leakage", |
153 | 179 | "detect_prompt_injection", |
| 180 | + "detect_structural_anomaly", |
154 | 181 | "export_local_rehydration_bundle", |
155 | 182 | "generate_coverage_report", |
156 | 183 | "get_red_team_prompt_library", |
157 | 184 | "inject_canary_tokens", |
158 | 185 | "inspect_tone", |
| 186 | + "IntentSovereigntyEngine", |
159 | 187 | "load_local_intent_scorer", |
160 | 188 | "mask_messages", |
161 | 189 | "mask_text", |
|
164 | 192 | "normalize_identity_metadata", |
165 | 193 | "parse_json_output", |
166 | 194 | "PolicyLearningLoop", |
| 195 | + "PolymorphicVault", |
167 | 196 | "PowerBIExporter", |
168 | 197 | "PromptProvenanceGraph", |
| 198 | + "PromptFingerprintEngine", |
| 199 | + "TemporalSandboxOrchestrator", |
| 200 | + "TruthSovereignReflector", |
| 201 | + "WorkflowStateGuard", |
| 202 | + "generate_deception_payload", |
169 | 203 | "sanitize_audit_event", |
170 | 204 | "detect_operational_drift", |
171 | 205 | "detect_enterprise_findings", |
|
0 commit comments