feat(security): harden gateway boundaries and usage policies

Consolidate subscription usage policy enforcement, privacy-safe persistence, and gateway security hardening into one reviewable change.

Includes bounded HTTP and execution envelopes, header and protocol guards, DNS and relay validation, authentication and secret projection hardening, secure backup/install paths, and regression coverage.
This commit is contained in:
elky
2026-09-04 03:45:52 +08:00
parent ddcbeb3ae9
commit 579f2c7cc1
1019 changed files with 190437 additions and 26080 deletions
+6
View File
@@ -7,14 +7,20 @@ repository.workspace = true
description = "Shared data contracts and repository traits for Aether Rust services"
[dependencies]
aether-contracts.workspace = true
aether-ai-formats.workspace = true
aether-routing-core.workspace = true
async-trait.workspace = true
base64.workspace = true
bcrypt.workspace = true
chrono.workspace = true
chrono-tz.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
url.workspace = true
uuid.workspace = true
[dev-dependencies]
tokio.workspace = true