ui-ux-pro-max-skill

Pass

Audited by Gen Agent Trust Hub on Sep 12, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill recommends installing an external global Node.js package and cloning a GitHub repository from sources not associated with the stated author or trusted list.
  • Evidence: Instructions to run npm install -g uipro-cli and git clone https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git in SKILL.md.
  • [DYNAMIC_EXECUTION]: The skill generates design system tokens and configuration files, which are then written to the local filesystem.
  • Evidence: The StackExporter.write_all method writes tokens.css, tailwind.config.js, typography.ts, and colors.ts to the ./src/design-system/ directory.
  • [INDIRECT_PROMPT_INJECTION]: The skill ingests natural language descriptions from users to generate design system logic and code, creating a vulnerability surface.
  • Ingestion points: The description parameter in the DesignSystemGenerator.generate() and ReasoningEngine.search() methods in SKILL.md.
  • Boundary markers: No explicit delimiters or instructions to ignore embedded commands were identified in the usage examples.
  • Capability inventory: The skill possesses file-writing capabilities through the StackExporter class and generates executable configuration files like tailwind.config.js.
  • Sanitization: The provided documentation does not show evidence of input validation, filtering, or escaping for the description string before it is used to drive generation logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 12, 2026, 08:14 PM
Security Audit — agent-trust-hub — ui-ux-pro-max-skill