Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
Loading