orcahand
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/orcahand_init.pyscript automates the setup of the robotics environment by cloning several repositories from the project's official GitHub organization. - Evidence: Clones
orcahand_description,orca_sim,orca_core,orca_retargeter, andrwr_systemfromhttps://github.com/orcahand/. - [COMMAND_EXECUTION]: The workspace initialization script uses standard shell commands to clone source code and install necessary Python packages in the user's environment.
- Evidence: Uses
subprocess.runto executegit cloneandpip install(oruv pip install) for the downloaded repositories. - [COMMAND_EXECUTION]: The
scripts/orcahand_check.pyscript performs health checks by attempting to import required dependencies and verifying the MuJoCo installation. - Evidence: Uses
__import__to check for modules likemujoco,gymnasium, andnumpyto ensure the environment is ready for use.
Audit Metadata