ollama-optimizer
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system utilities to perform hardware detection and performance benchmarking.
- The
scripts/detect_system.pyfile uses thesubprocessmodule to run commands such assysctl,system_profiler,nvidia-smi,rocm-smi, andwmic. These are standard tools for gathering system metadata required for optimization. - The
scripts/benchmark_ollama.pyscript executes theollamaCLI to run models and measure metrics like tokens per second. SKILL.mdincludes git commands for branch synchronization before editing files, which is a standard repository maintenance practice.- [EXTERNAL_DOWNLOADS]: The documentation references external resources for driver installation and software setup.- The
references/platform_specific.mdfile provides instructions for downloading CUDA and ROCm components from official NVIDIA (developer.download.nvidia.com) and AMD (repo.radeon.com) domains. - These references are intended for user-guided system configuration and do not involve automated or untrusted runtime downloads by the agent.
Audit Metadata