prototype
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill establishes secure practices for prototyping by enforcing code isolation and minimal data persistence.
- Evidence: Rule 3 in
SKILL.mdstates that state should live in memory by default and scratch databases should be clearly marked as prototypes. - [SAFE]: Terminal interaction instructions are confined to standard ANSI escape sequences for formatting and display management.
- Evidence:
LOGIC.mdsuggests using standard codes like\x1b[1mfor bolding and\033[2Jfor clearing the screen. - [SAFE]: UI prototyping guidelines include environment-based security gates to prevent debug tools from reaching production.
- Evidence:
UI.mdinstructs the agent to gate the prototype switcher component onprocess.env.NODE_ENV !== 'production'. - [SAFE]: The skill focuses on project hygiene and temporary code lifecycle.
- Evidence: Rule 6 in
SKILL.mdand Step 6 inUI.mdexplicitly instruct the agent to delete or merge the prototype code once it has served its purpose.
Audit Metadata