html-prototype-generator
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/batch_generate.pyusessubprocess.runto execute an internal script,scripts/generate_page.py. This is a functional requirement for the skill to handle multi-page generation by orchestrating its own components with specific configurations. - [EXTERNAL_DOWNLOADS]: The generated HTML templates and design guides reference assets from well-known and trusted services, including Cloudflare's CDN (cdnjs), Tailwind CSS's official CDN, and Alibaba's Iconfont service (at.alicdn.com). These references are used solely for UI styling and standard component functionality.
- [DATA_EXPOSURE]: The skill instructions specify reading project source code from local directories (e.g.,
src/pages/) to extract UI metadata. This data access is aligned with the skill's primary purpose of 'cloning' or 'refactoring' existing application pages into standalone prototypes.
Audit Metadata