url-to-code
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Resource Acquisition Pattern: The skill captures assets (images, fonts, SVGs) from a provided URL to recreate a frontend prototype. While this involves downloading external content, the skill includes a specific directive to warn users about following the target website's terms and emphasizes that this workflow is for owned or authorized content.
- Automated Interaction Sequence: The workflow utilizes browser tools and DOM inspection to analyze source pages. This is a standard design automation pattern used to gather CSS, layout, and asset information for local prototyping.
- Local Execution Environment: The skill references a 'preflight script' for local shell access. This is used to set up the development environment for the generated frontend code, which is a common practice in development-focused skills to ensure the local server or build tools are ready.
Audit Metadata