first-run
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [Environment Verification Practices]: The skill verifies the existence of required environment variables using standard shell commands. It specifically utilizes the
-qflag withgrepto check for the presence of theANTHROPIC_API_KEYwithout exposing its value in the console output or agent context. - [Security Guardrails for Sensitive Data]: There is an explicit instruction to avoid reading or printing the contents of the
.envfile. This follows the principle of least privilege by ensuring the agent only confirms the configuration's presence rather than accessing the sensitive data itself. - [Local Tooling and Visualization]: The skill guides the user to run local diagnostic and visualization tools, such as a trajectory viewer and a tool panel. These tools are executed as local Python modules and are intended for transparent monitoring of the agent's actions during development.
Audit Metadata