docs: add threat model, crypto boundaries, and audit scope documents

Security audit preparation:
- Threat model with STRIDE analysis and 5 threat actors
- Crypto boundaries documenting all 11 primitives and key lifecycle
- Audit scope document for external security firms
This commit is contained in:
2026-03-09 20:48:15 +01:00
parent c256c38ffb
commit 266bcfed59
4 changed files with 621 additions and 0 deletions

View File

@@ -124,6 +124,14 @@
---
# Security
- [Threat Model](security/threat-model.md)
- [Cryptographic Boundaries](security/crypto-boundaries.md)
- [Audit Scope](security/audit-scope.md)
---
# Contributing
- [Coding Standards](contributing/coding-standards.md)