ui-ux-pro-max
Warn
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The Python script
scripts/design_system.pyincludes apersist_design_systemfunction designed to save generated design tokens to the local filesystem. This function constructs file paths using the user-providedproject_nameandpageparameters without sanitizing them for directory traversal sequences (e.g.,../or..\) or absolute path indicators. An attacker could exploit this to perform arbitrary file writes or overwrite existing files on the host system relative to the agent's working directory. - [SAFE]: The core search engine implemented in
scripts/core.pyand the bundled CSV datasets follow security best practices. The scripts perform local text processing and data retrieval without initiating network connections or accessing sensitive environment variables or credentials.
Audit Metadata