prototype
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, providing templates and methodologies for building temporary logic TUIs and UI variations.
- [SAFE]: It promotes strong security hygiene by instructing that state should live in memory and explicitly discouraging the use of production databases for prototypes.
- [SAFE]: Includes specific guidance on preventing prototype code from reaching production, such as gating UI switchers with environment variable checks (e.g.,
process.env.NODE_ENV !== 'production'). - [SAFE]: Encourages the use of existing project tooling and task runners rather than introducing external dependencies or remote scripts.
Audit Metadata