Skip to main content

Module path_validation

Module path_validation 

Source
Expand description

Path validation utilities.

Ensures paths stay within allowed root to prevent path traversal attacks.

Functionsยง

get_allowed_root
Get the allowed root directory for path validation.
validate_path_under_root
Validate path is within allowed root. Prevents path traversal.
validate_skill_path
Validate skill_dir is within allowed root. Prevents path traversal.