@tank/local-llm-fit
Pass
Audited by Gen Agent Trust Hub on May 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
scripts/detect_hardware.shto execute system diagnostic commands such assysctl,nvidia-smi,rocm-smi, andlspci. These commands are used to identify the host's CPU, GPU, VRAM, and memory specifications to perform fit calculations. - [EXTERNAL_DOWNLOADS]: The
references/search-protocol.mdinstructions direct the agent to query well-known and trusted platforms, including Hugging Face, Ollama, and official model vendor websites (e.g., Meta, Mistral, DeepSeek), to retrieve technical model metadata. - [PRIVILEGE_ESCALATION]: The
scripts/detect_hardware.shscript includes a commandsudo -n dmidecodeto attempt to retrieve RAM speed data. This is a non-interactive request for elevated privileges that is restricted to reading hardware metadata and is consistent with the skill's primary purpose of hardware diagnostics.
Audit Metadata