llama-cpp

Fail

Audited by Socket on May 12, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
scripts/convert_lora_to_gguf.py

No direct malicious code found in this module (no encoded payloads, reverse shell, credential exfiltration, or eval-based dynamic execution). The primary security concern is supply-chain and execution risk: the script automatically clones and pip-installs code from the llama.cpp GitHub repository and runs conversion binaries/scripts and other CLI tools from PATH. If those external sources are compromised or replaced, arbitrary code execution and data exfiltration are possible. Recommendations: run under least privilege, inspect and pin the llama.cpp commit before allowing automatic clone/install, prefer pre-installed, vetted tools rather than automatic pip installs from clones, verify binaries (checksums/signatures), and validate the behavior of ollama_model_path.sh and other helper scripts before use.

Confidence: 90%
Audit Metadata
Analyzed At
May 12, 2026, 03:17 PM
Package URL
pkg:socket/skills-sh/tdimino%2Fclaude-code-minoan%2Fllama-cpp%2F@ec05ce09bec0ecfa7602644f0277cb0aa77bcb01
Security Audit — socket — llama-cpp