mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 11:33:45 +00:00
Motivation: To prevent path traversal via server/workflow identifiers and ensure relative path consistency for output directories across different server environments. Implementation: - Added is_valid_identifier validation to comfyui_client and server_manager. - Standardized default output_dir to relative './outputs' in config and settings.