prototype
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a methodology guide for AI agents to build prototypes. It instructs the agent to create either standalone HTML files for logic demos or switchable UI components for design explorations.
- [SAFE]: Instructions explicitly warn against production use, recommending that prototypes be clearly marked as throwaway and gated by environment checks (e.g.,
process.env.NODE_ENV !== 'production') to prevent accidental deployment. - [SAFE]: The persistence guidelines (Rules that apply to both) recommend using in-memory state or local scratch files rather than connecting to production databases, following the principle of least privilege.
- [SAFE]: No obfuscation, data exfiltration, or unauthorized command execution patterns were found in the instructions or the accompanying metadata.
Audit Metadata