cupynumeric-install
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill includes mandatory rules that strictly prohibit the AI agent from automatically executing installation commands (such as
pip installorconda install) or running bootstrap scripts. It requires the agent to present these commands to the user for manual review and execution. - [SAFE]: The instructions enforce strict environment isolation by mandating the use of dedicated conda environments or Python virtual environments (venv), preventing modifications to the user's system-wide Python installation or base conda environment.
- [EXTERNAL_DOWNLOADS]: The skill provides commands to download the Miniforge installer from the official
conda-forgeGitHub repository.conda-forgeis a well-known community-led organization for conda packages, and the download targets established release artifacts. - [COMMAND_EXECUTION]: To verify the installation, the skill uses standard shell utilities like
mktempandcatto generate local, temporary Python scripts. These scripts perform basic mathematical operations (e.g., matrix multiplication) to confirm library functionality and GPU load without accessing sensitive user data.
Audit Metadata