Expand description
Input validation and sanitization.
Defense-in-depth: validate all external inputs before processing.
Modules§
- limits
- Size limits per input type.
Enums§
- Validation
Error - Validation error types.
Functions§
- validate_
message_ content - Validate and sanitize message content from channels.
- validate_
path - Validate a file path to prevent path traversal attacks.
- validate_
tool_ params - Validate tool parameters against a JSON schema.