generate-openenv-env
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The environment templates utilize official base images from the Meta PyTorch organization (ghcr.io/meta-pytorch/openenv-base). This is a common and secure practice for building on top of established, optimized runtimes.
- [EXTERNAL_DOWNLOADS]: The Dockerfile template includes a step to install the uv package manager from its official domain (astral.sh). This ensures that the generated environments use modern dependency management tools during the build process.
- [COMMAND_EXECUTION]: The skill's core functionality involves executing CLI commands such as 'openenv init', 'openenv build', and 'openenv validate'. These commands are necessary for the automated scaffolding, testing, and verification of the generated environment code.
- [DATA_EXFILTRATION]: The skill supports the deployment of environments to Hugging Face Spaces via the 'openenv push' command. This is a primary feature intended for sharing and hosting environments on the vendor's platform and follows documented procedures for space creation and management.
Audit Metadata