skills/pytorch/executorch/building/Gen Agent Trust Hub

building

Pass

Audited by Gen Agent Trust Hub on Jul 26, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [Command Execution]: The skill facilitates the execution of local build scripts (e.g., ./install_executorch.sh) and standard build tools like cmake and make. These actions are necessary and expected for the project's primary purpose of compiling software from source.
  • [Environment Management]: The instructions leverage well-known tools such as conda and python venv to create isolated environments. This is a security best practice to prevent dependency conflicts and ensure a clean workspace.
  • [Privilege Escalation]: The troubleshooting guide mentions using sudo apt install to obtain system-level development headers on Linux. While this involves elevated privileges, it is a standard procedure for configuring a C++ build environment and is used appropriately here.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 26, 2026, 06:41 PM
Security Audit — agent-trust-hub — building