Expand description
Security utilities for path validation and access control
This module provides security functions to prevent unauthorized access to sensitive system directories and validate paths for safe operations.
Statics§
- BLACKLISTED_
PATHS - Security blacklist for local paths Prevents access to sensitive system directories while allowing normal development paths
Functions§
- is_
path_ blacklisted - Check if a path is blacklisted (points to sensitive system directories)
- validate_
path_ security - Validates a path for security constraints