prototype
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill instructions are purely functional and intended for rapid prototyping in a developer environment. It encourages best practices such as isolating prototype logic, avoiding persistence by default, and cleaning up code after decisions are made.
- [COMMAND_EXECUTION]: The skill instructs the agent to create and run commands using the project's existing task runners (e.g.,
pnpm,make,python). This behavior is consistent with its primary purpose as a development aid and does not involve downloading or executing untrusted remote scripts. - [DATA_EXPOSURE]: The skill guidelines explicitly warn against connecting to real databases or using sensitive persistence for prototypes, recommending in-memory state or temporary scratch files instead.
Audit Metadata