install-isaaclab
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Miniconda installer from
repo.anaconda.com. This is the official and well-known source for the Conda environment manager. - [REMOTE_CODE_EXECUTION]: The skill executes the downloaded Miniconda script and the
./isaaclab.shscript within the cloned repository. These are standard procedures for the installation of the framework and its dependencies. - [COMMAND_EXECUTION]: The skill uses routine CLI tools including
git,bash, andln. It follows safe practices by explicitly instructing the agent to avoidconda init, which prevents unintended modifications to the user's shell startup files. - [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety filters were detected in the instructions.
Audit Metadata