hpc
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of technical documentation and code recipes for high-performance computing (HPC) across various platforms (C++, Python, GPU).
- [EXTERNAL_DOWNLOADS]: The skill references standard installation procedures for well-known development tools and libraries, such as 'pip install ray', 'apt install openmpi', and 'brew install libomp'. It also includes a CMake 'FetchContent' example for the Kokkos performance portability library from its official GitHub repository, which is a standard practice in the HPC community.
- [COMMAND_EXECUTION]: Documentation provides example shell commands for system profiling (e.g., 'perf stat', 'py-spy'), benchmarking, and cluster orchestration ('ray up'). These are provided as instructional snippets for the user to execute manually in a development environment and are not triggered automatically or maliciously by the skill itself.
- [DATA_EXPOSURE]: The skill documents standard practices for cluster setup, such as SSH key distribution for MPI nodes, which is a requirement for distributed computing environments and is handled through standard system utilities.
Audit Metadata