prototype
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to create runnable scripts and modify project task runners (e.g.,
package.json,Makefile,justfile,pyproject.toml). This is standard behavior for a development-focused tool intended to make prototypes easily executable by the user. - [DATA_EXFILTRATION]: The instructions explicitly recommend avoiding persistence by default and keeping state in memory, which serves as a security safeguard against accidental data exposure or unauthorized file writes.
- [SAFE]: The use of ANSI escape codes (e.g.,
\033[2J\033[H) for terminal manipulation is standard for text-based user interfaces and does not constitute malicious obfuscation.
Audit Metadata