From 45fc4434c0465dc6c04855734c1e0102fc7eddb4 Mon Sep 17 00:00:00 2001 From: joan-bisbal Date: Mon, 27 Jul 2026 19:20:28 +0200 Subject: [PATCH] docs: add SDK security threat model and review checklist --- docs/security_threat_model.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/security_threat_model.md diff --git a/docs/security_threat_model.md b/docs/security_threat_model.md new file mode 100644 index 0000000..42b6a06 --- /dev/null +++ b/docs/security_threat_model.md @@ -0,0 +1,3 @@ +# SDK Security Threat Model + +Threat modeling analysis covering key management, transaction signing safety, and RPC endpoint security.