Federated Threat Level Propagation governs the broadcast and reception of threat level signals between autonomous agent platforms operating in a federated governance topology. In modern deployment architectures, autonomous agents frequently operate across organisational boundaries — a financial services ecosystem may include agents managed by a bank, its clearing house, a regulatory technology provider, and multiple fintech partners. When a threat is detected on one platform, the threat level information must be communicated to federated peers so that all participants can adjust their governance posture in coordination.
The protocol defines a standardised threat level message format, a broadcast topology (point-to-point, hub-and-spoke, or mesh), delivery guarantees, and reception handling rules. Each threat level broadcast carries the originating platform's identity, the threat level value, a threat vector classification, a confidence score, and a temporal context (when the threat was detected and when the level was set). The receiving platform evaluates the broadcast against its own threat assessment and may adjust its local threat level based on configurable integration rules — it is not obligated to mirror the sender's level but must consider it as input to its own escalation function (AG-784).
The critical design principle is that federated propagation enhances situational awareness without creating a single point of governance failure. No single platform should be able to force another platform into a particular threat posture. Instead, propagated threat levels are advisory inputs that feed into the receiving platform's independent escalation and decay functions. This preserves sovereignty while enabling coordinated defence — each platform governs itself but is informed by the collective.
This protocol applies to all federated deployments where two or more autonomous agent platforms share threat intelligence through the Agent Governing framework. Specifically:
Threats to autonomous agent ecosystems rarely respect organisational boundaries. A sophisticated adversary targeting a financial services supply chain will probe for the weakest participant, compromise their agents, and use the trusted relationship to propagate the attack to better-defended platforms. Without federated threat propagation, each platform operates in isolation, unaware that its peers are under attack until the threat manifests locally — by which time, defensive options may be severely limited.
Concrete Failure Scenario: A payments clearing house detects and escalates to Level 4 after identifying a credential rotation anomaly affecting API connections to three member banks. The clearing house raises its own defences, restricting agent delegation and enhancing logging. However, without federated propagation, the three affected banks remain at Level 1. The adversary, having failed to breach the clearing house's elevated defences, pivots to the banks' unprotected agent endpoints. Two of the three banks experience unauthorised agent actions within 90 minutes. With AG-788 in place, the clearing house's Level 4 escalation triggers a broadcast to all member banks, which receive the signal, evaluate it against their local context, and preemptively escalate to Level 3, closing the attack window before the adversary can pivot.
The EU AI Act (Article 9(2)(e)) requires risk management measures that account for the broader environment in which AI systems operate, including interactions with other systems. SOX Section 302 holds executives responsible for the effectiveness of controls across the enterprise, including third-party relationships. The FCA's SYSC 13.7.5 requires firms to have adequate arrangements for business continuity that consider the impact of disruptions at service providers. AG-788 operationalises these requirements by enabling coordinated threat response across organisational boundaries.
At the Basic level, the system can broadcast and receive threat level messages in a standardised format. Authentication is implemented but may be limited to transport-layer security (TLS) without message-level HMAC signing. Delivery is best-effort without retry or idempotency guarantees. Propagation policies are static (all levels are broadcast). Receiving platforms log incoming broadcasts but may not systematically integrate them into escalation decisions. Rate limiting is not implemented.
At the Intermediate level, broadcasts are authenticated at the message level using HMAC per AG-789. At-least-once delivery with idempotent handling is operational. Configurable propagation policies control outbound broadcast triggers. Receiving platforms integrate propagated levels into their escalation functions as advisory inputs. All transmissions and receptions are logged with full metadata in tamper-evident records. Rate limiting prevents both broadcast flooding and reception denial-of-service. Federation peer registries are maintained with current endpoint and authentication details.
At the Advanced level, hierarchical federation topologies are supported. The propagation system has been validated through independent adversarial testing, including message injection, replay attacks, broadcast storms, and federation topology manipulation. Cross-platform threat correlation is operational, allowing receiving platforms to weight propagated signals based on historical accuracy of the originating platform. The system supports dynamic federation membership with automated credential rotation. End-to-end latency from threat detection to peer reception is monitored and alerted on, with a 95th-percentile target of under 3 seconds.
| Score | Level | Description |
|---|---|---|
| 0 | No implementation | No federated threat propagation exists. Each platform operates in complete isolation with no awareness of peer threat states. |
| 1 | Basic | Threat level broadcasts can be sent and received in a standardised format, but authentication is transport-level only, delivery is best-effort, and integration into local escalation is ad-hoc. No rate limiting or configurable policies. |
| 2 | Infrastructure-layer enforcement | Message-level HMAC authentication, at-least-once delivery with idempotency, configurable propagation policies, advisory-only integration into local escalation, full tamper-evident logging, and rate limiting are all operational. Federation registries are maintained. |
| 3 | Verified by independent adversarial testing | All Level 2 capabilities are validated by independent adversarial testing, including injection attacks, replay attacks, broadcast storms, topology manipulation, and cross-platform correlation. End-to-end latency monitoring is operational with documented SLAs. |
Scenario: A network partition isolates Platform A from Platform B for 20 minutes. During this period, Platform A escalates to Level 5 following detection of a coordinated attack. The broadcast never reaches Platform B, which remains at Level 1. The adversary, aware of the partition, shifts their attack to Platform B's unprotected agents.
Impact: CRITICAL. The federated defence is defeated by a network failure, leaving one platform exposed during a coordinated attack.
Mitigation: R7 mandates at-least-once delivery with retry. Implement persistent message queuing so that broadcasts are stored during partitions and delivered when connectivity is restored. Additionally, receiving platforms should treat prolonged broadcast silence from a peer (exceeding a configurable threshold) as a signal to preemptively elevate their local threat level.
Scenario: An adversary compromises the network path between two federated platforms and injects a forged broadcast claiming that Platform A has escalated to Level 5. Platform B processes the forged broadcast and preemptively escalates its own threat level, causing severe operational disruption including mandatory human oversight and halted autonomous processing.
Impact: HIGH. The adversary achieves a denial-of-service effect by tricking Platform B into a restrictive governance posture based on false threat intelligence.
Mitigation: R3 and R4 mandate HMAC-signed authentication per AG-789. Message-level authentication ensures that forged broadcasts are detected and discarded. R5 ensures that even if a legitimate high-level broadcast is received, the platform does not blindly mirror it but evaluates it against local conditions.
Scenario: A misconfigured or compromised platform enters an escalation-decay oscillation loop, broadcasting a new threat level every 500ms. Receiving platforms are overwhelmed by the volume of inbound broadcasts, consuming processing resources and degrading their own governance operations.
Impact: HIGH. The federated propagation mechanism, intended to enhance security, becomes a denial-of-service vector.
Mitigation: R10 mandates rate limiting on both outbound and inbound broadcasts. Implement circuit-breaker patterns that temporarily suspend reception from a peer that exceeds the rate limit, logging the event for investigation.
Scenario: Platform A broadcasts Level 4 for a specific threat vector and then disconnects from the federation. Platform B integrates the Level 4 signal and maintains elevated defences. Hours later, the threat has been resolved at Platform A, but because Platform A is disconnected, no decay broadcast reaches Platform B. Platform B remains at an elevated level indefinitely based on stale intelligence.
Impact: MEDIUM. Operational throughput at Platform B is unnecessarily reduced due to stale threat intelligence from a disconnected peer.
Mitigation: Implement time-to-live (TTL) on propagated threat levels. If a platform does not receive a refresh or decay broadcast from a peer within the TTL period, the propagated signal expires and is removed from the local escalation inputs.
| Requirement | EU AI Act | SOX | FCA SYSC | ISO/IEC |
|---|---|---|---|---|
| R1: Standardised broadcast format | Art. 9(2)(e) — Environmental context | -- | SYSC 6.1.1 | ISO/IEC 27001:2022 A.5.7 |
| R2: 5-second delivery | Art. 9(4)(b) — Mitigation | -- | SYSC 13.7.5 | ISO/IEC 27001:2022 A.5.24 |
| R3: HMAC-signed broadcasts | Art. 15 — Security | Sec. 302 | SYSC 13.7.5 | ISO/IEC 27001:2022 A.8.24 |
| R4: Authentication validation | Art. 15 — Security | Sec. 302 | SYSC 13.7.5 | ISO/IEC 27001:2022 A.8.24 |
| R5: Advisory-only integration | Art. 14 — Human oversight | Sec. 302 | SYSC 3.2.20 | ISO/IEC 27001:2022 A.5.3 |
| R6: Tamper-evident logging | Art. 12 — Record-keeping | Sec. 802 | SYSC 9.1.1 | ISO/IEC 27001:2022 A.8.15 |
| R10: Rate limiting | Art. 15 — Robustness | -- | SYSC 13.7.5 | ISO/IEC 27001:2022 A.8.6 |
| Protocol | Relationship |
|---|---|
| AG-784 (Adaptive Threat Level Escalation) | Input: Local escalation events trigger outbound broadcasts; inbound broadcasts feed into the local escalation function. |
| AG-785 (Threat Level Auto-Decay and Stabilisation) | Integration: Federated peer levels inform local decay eligibility. |
| AG-786 (Cryptographic Governance State Sealing) | Context: Sealing events at Level 5 may trigger enhanced propagation to peers. |
| AG-787 (Governance Seal Integrity Verification) | Federation: Cross-platform seal verification relies on federated trust. |
| AG-789 (HMAC-Signed Threat Broadcast Authentication) | Security: All broadcasts must be HMAC-authenticated per AG-789. |
| AG-790 (Multi-Source Weighted Threat Composite Scoring) | Input: Propagated peer levels are a source for composite scoring. |
| AG-791 (Pipeline-Integrated Threat Event Ingestion) | Input: Pipeline events on peer platforms generate the threat levels that are propagated. |
| AG-001 (Operational Boundary Enforcement) | Governance action: Elevated federated threat levels may influence boundary configuration. |
| AG-006 (Tamper-Evident Record Integrity) | Audit: All propagation events are logged in tamper-evident records. |
| AG-012 (Agent Identity Assurance) | Authentication: Platform identity is a required field in broadcast messages. |
| AG-028 (Active Inter-Agent Collusion Detection) | Detection: Federated propagation aids in detecting coordinated multi-platform threats. |
Document generated under Patent 7 governance framework. Classification: INTERNAL. Review cycle: Quarterly.