ui-ux-pro-max
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface detected. The skill uses user-provided search terms to generate design guidelines that are then persisted to markdown files like
MASTER.md. The skill instructions tell the agent to follow these files as a source of truth for subsequent design work, which could allow a malicious user to influence agent behavior if the generated content includes instructions designed to bypass agent constraints. * Ingestion points: User query arguments inscripts/search.pyused for database lookups. * Boundary markers: Absent in the generated markdown files, meaning retrieved instructions are presented as direct directives. * Capability inventory: The skill has file system write capabilities inscripts/design_system.pyto persist these generated instructions. * Sanitization: Basic punctuation removal is performed inscripts/core.pyduring tokenization, but this does not prevent semantic injection.
Audit Metadata