hf-cloud-python-env-setup
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/setup_env.pyscript usessubprocess.run()to execute standard environment setup commands such aspython -m venv,uv venv, andpip install. These operations are transparent, scoped to the local directory (defaulting to.venv), and use legitimate development tools. The use ofshell=False(default) and explicit argument lists follows security best practices to prevent command injection. - [EXTERNAL_DOWNLOADS]: The skill downloads official packages (
boto3,awscli) from the Python Package Index (PyPI). This is a standard and expected operation for setting up a development environment. Therequirements.txtfile is clean and contains only well-known, high-reputation libraries from trusted vendors. - [REMOTE_CODE_EXECUTION]: While the skill installs dependencies, it does not download or execute arbitrary scripts from untrusted remote servers. All logic is contained within the local bundled Python scripts.
- [DATA_EXFILTRATION]: There are no network operations outside of standard package management via
piporuv. The skill does not access sensitive local files or credentials.
Audit Metadata