prototype
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidance for building logic and UI prototypes within a development environment, including instructions for creating terminal-based interactive apps (TUI) and React/Next.js UI variants.
- [SAFE]: Security best practices are explicitly encouraged, such as ensuring prototypes are separated from production code, avoiding persistence by default, and gating UI development tools (like the variant switcher) to non-production environments using environment variable checks.
- [SAFE]: The terminal manipulation techniques suggested, such as ANSI escape codes for clearing the screen or styling text (e.g.,
\033[2J\033[H,\x1b[1m), are standard for command-line interfaces and do not represent malicious obfuscation. - [SAFE]: The skill advises against adding new package managers or runtimes, instructing the agent to match the project's existing conventions, which minimizes the risk of introducing unverifiable dependencies.
Audit Metadata