llm-checker: inspect model files before loading to prevent crashes from malicious GGUF

tetsuoai · x · 2026-08-05

signerless releases llm-checker, a CLI tool that scans hardware and recommends runnable LLM models with Ollama integration. It uses the modelvet library to check GGUF or safetensors files for structural safety before loading, preventing crashes. For example, a 65-byte malicious GGUF can crash llama.cpp (SIGFPE), but modelvet rejects it early.

Original post →

More from coding & agent

coding & agent channel →