UI/UX Intelligence Expert
Warn
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains instructions for the agent to execute a Python script using a hardcoded absolute path (/Volumes/MacOS/个人项目/skills/GitHub/TraeSkill/.trae/Skills/ui-ux-pro-max/scripts/search.py). This path points to a specific developer's environment and establishes an insecure pattern of executing scripts from unverified absolute paths. - [COMMAND_EXECUTION]: The
persist_design_systemfunction inscripts/design_system.pyis vulnerable to path traversal. It uses theproject_nameandpagearguments to construct file paths without sanitizing traversal sequences (e.g.,../), allowing the script to write or overwrite files outside of the intendeddesign-system/directory if a malicious input is provided. - [COMMAND_EXECUTION]: The skill implementation involves creating local directories and writing multiple Markdown files to the disk. These file-system modification capabilities are provided without sufficient input validation or path restricted boundaries, presenting a risk of unauthorized file modification or data corruption.
Audit Metadata