ui-ux-pro-max
Fail
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Path Traversal vulnerability in design system persistence. The
persist_design_systemfunction inscripts/design_system.pyconstructs file system paths using the user-providedproject_nameandpagearguments. These arguments are processed using only a basicreplace(' ', '-')and are not sanitized for traversal sequences such as../. This allows an attacker or malicious prompt to cause the skill to create directories and write files (includingMASTER.mdandtailwind.config.js) to arbitrary locations on the host system relative to the working directory. - [COMMAND_EXECUTION]: Unauthorized file overwrite risk. The skill has the capability to write a
tailwind.config.jsfile to the disk. By combining this with the path traversal vulnerability, the skill could be used to overwrite critical project configuration files in a user's workspace, potentially leading to unauthorized changes in project build behavior or settings.
Recommendations
- AI detected serious security threats
Audit Metadata