bencodez/Cipheron

TEXT GENERATIONPricing:Input $0.04 / Cached $0.008 / Output $0.08Concurrent Unit Cost:1Model Size:0.5BQuant:BF16Context Size:32kTool Calling:SupportedPublished:Aug 9, 2026License:apache-2.0Architecture:Transformer Open Weights Featherless Exclusive Cold

Cipheron by bencodez is a 0.5 billion parameter coding model, LoRA fine-tuned from Qwen2.5-Coder-0.5B-Instruct, specifically designed for secure code review. It excels at identifying and fixing common security vulnerabilities like SQL injection and command injection. This model provides a lightweight, specialized solution for initial security checks in code.

Loading preview...

Cipheron: A Specialized Secure Code Review Model

Cipheron is a compact 0.5 billion parameter language model developed by bencodez, specifically fine-tuned for secure code review. Built upon the Qwen2.5-Coder-0.5B-Instruct base model, Cipheron's primary function is to identify common security vulnerabilities within code snippets and suggest secure, fixed versions.

Key Capabilities

Cipheron demonstrates reliable performance in detecting and correcting specific types of vulnerabilities:

  • SQL Injection: It can rewrite vulnerable string-concatenated SQL queries into safer, parameterized forms.
  • Command Injection: The model effectively transforms insecure os.system or shell string concatenation into more secure subprocess calls.

Training and Accessibility

The model was fine-tuned using LoRA on the CyberNative/Code_Vulnerability_Security_DPO dataset, focusing on secure code examples across 11 programming languages. Cipheron is available as a full-precision merged model and also as a Cipheron-Q8_0.gguf quantized file, enabling efficient on-device or CPU-based inference via tools like llama.cpp or Ollama.

Limitations and Intended Use

Due to dataset imbalances, Cipheron has known limitations and does not reliably fix issues such as path traversal, hardcoded secrets, weak cryptography, insecure deserialization, or reflected XSS. It is explicitly noted as an educational/experimental model, not a production-ready security tool. Users should consider it a lightweight, offline first-pass check for its strong suits (SQL and command injection) rather than a comprehensive security auditor or a substitute for professional security reviews.