From e2a8155b6b3acd4624b5902c2975fe31e9b1f8be Mon Sep 17 00:00:00 2001 From: Oscar V Date: Fri, 3 Apr 2026 12:06:29 -0700 Subject: [PATCH] docs: add Security Features section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e95f142..2ad85e4 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,13 @@ Extended result from cloud API. | `WARN` | Potential issue, proceed with caution | | `BLOCK` | Detected threat, do not proceed | +## Security Features + +- **HTTPS Enforcement** - API keys rejected over plain HTTP (except localhost) +- **Input Validation** - Request payloads validated before sending +- **Concurrency Control** - Configurable limits for batch operations +- **Automatic Retries** - Exponential backoff with jitter for transient failures + ## Requirements - Python 3.9+