MinimalistVisualDesign
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (HIGH): The skill has a significant attack surface for indirect injection as it is designed to process arbitrary user-provided content into executable HTML files.
- Ingestion points: User-provided text is ingested in
phases/01_content_analysis.mdand passed through the entire workflow tophases/04_page_implementation.mdandphases/05_consolidation.md. - Boundary markers: Absent. There are no instructions or delimiters provided to help the agent distinguish between user data and its own design instructions.
- Capability inventory: The skill executes file-write operations to create multiple
.htmlfiles in theoutput/directory, including a consolidated file with active JavaScript navigation logic. - Sanitization: Absent. The agent is not instructed to sanitize or escape user-provided content. Malicious scripts embedded in the 'content' could be verbatim included in the
final_presentation.html, leading to XSS vulnerabilities when the resulting file is opened by a user. - [External Downloads] (LOW): The skill references external assets from
cdn.tailwindcss.comandcdn.jsdelivr.net(RemixIcon). These are standard frontend dependencies but represent a reliance on external third-party infrastructure. The installation instructions inREADME.mdalso point to an untrusted GitHub repository (Cedaric/minimalist-visual-design-skill) which should be verified before use.
Recommendations
- AI detected serious security threats
Audit Metadata