security-slm-unsloth-1.5b — Edge-Deployable Security Reasoning Model
Developed by: Nguuma
License: Apache-2.0
Base model: unsloth/deepseek-r1-distill-qwen-1.5b-unsloth-bnb-4bit
Quantized format: GGUF Q4_K_M (~1.2 GB RAM at inference)
A security-focused small language model that thinks before it answers — fine-tuned for AI-native Blue/Red team operations, deployable on a 4 GB RAM machine with no GPU required.
1# pip install llama-cpp-python huggingface_hub2from huggingface_hub import hf_hub_download
3from llama_cpp import Llama
45# Download the fine-tuned GGUF from HuggingFace (~1.2 GB, one-time)6model_path = hf_hub_download(7 repo_id="Nguuma/security-slm-unsloth-1.5b",8 filename="security-slm-finetuned.gguf",9 local_dir="./models",10)1112# Load — runs on CPU, no GPU required13llm = Llama(14 model_path=model_path,15 n_ctx=2048,16 n_threads=4,# adjust to your CPU core count17 verbose=False,18)1920# Ask a security question21response = llm.create_chat_completion(22 messages=[23{24"role":"system",25"content":"You are a Cybersecurity assistant with Blue and Red team security reasoning. Think step by step before answering.",26},27{28"role":"user",29"content":'An AI agent received this tool-call response: {"file": "../../../../etc/passwd"}. Is this a path traversal attack? What should the agent do?',30},31],32 max_tokens=512,33 temperature=0.7,34 top_p=0.9,35)3637print(response["choices"][0]["message"]["content"])
Prefer Ollama? One command: ollama run hf.co/Nguuma/security-slm-unsloth-1.5b
Why security-slm-unsloth-1.5b?
Most security-aware LLMs require cloud APIs, expose sensitive queries to third parties, and run on expensive hardware. security-slm-unsloth-1.5b runs entirely offline on commodity hardware — a reasoning-capable SLM purpose-built for the 2026 AI threat landscape, covering attack classes that general-purpose models have no training signal for: MCP tool poisoning, agentic lateral movement, Crescendo jailbreaks, LLM-assisted SSRF, financial fraud detection, ransomware incident response, CVE/CWE reasoning, MITRE ATT&CK TTP mapping, and regulatory compliance reasoning (NDPR, GDPR, PCI-DSS).
Model Description
security-slm-unsloth-1.5b is a fine-tuned version of DeepSeek-R1-Distill-Qwen-1.5B, specialised in cybersecurity reasoning across offensive and defensive contexts. It preserves the base model's chain-of-thought (<think>) reasoning behaviour and redirects it toward security-domain problems: threat analysis, attack simulation, detection logic, and AI-specific attack patterns emerging in 2025–2026.
Q4_K_M quantized model — use with Ollama or llama.cpp
adapter_model.safetensors
LoRA adapter weights (~30MB) — use with Transformers + PEFT
adapter_config.json
LoRA configuration
tokenizer*
Tokenizer files
Quickstart
Ollama (recommended — one command)
ollama run hf.co/Nguuma/security-slm-unsloth-1.5b
Or pull first then run:
bash
1ollama pull hf.co/Nguuma/security-slm-unsloth-1.5b
2ollama run hf.co/Nguuma/security-slm-unsloth-1.5b
Ollama with custom Modelfile
Save this as Modelfile, then run ollama create security-slm -f Modelfile && ollama run security-slm:
FROM hf.co/Nguuma/security-slm-unsloth-1.5b
SYSTEM """You are a Cybersecurity assistant with Blue and Red team security reasoning. Think step by step before answering."""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER num_predict 512
PARAMETER num_ctx 2048
llama.cpp
bash
1# Download the GGUF2huggingface-cli download Nguuma/security-slm-unsloth-1.5b --include "*.gguf" --local-dir ./
34# Run5./llama-cli -m security-slm-finetuned.gguf \6 --prompt "Analyse this log entry for signs of prompt injection: ..."\7 -n 512
This model uses the ChatML format. Always include a system prompt and open the assistant turn with <think> to trigger chain-of-thought reasoning:
<|im_start|>system
You are a Cybersecurity assistant with Blue and Red team security reasoning. Think step by step before answering.
<|im_end|>
<|im_start|>user
A user's AI agent received this tool-call response: {"file": "../../../../etc/passwd"}.
Is this a path traversal attack? What should the agent do?
<|im_end|>
<|im_start|>assistant
<think>
The model will complete the <think> block with its reasoning chain, then deliver a structured answer.
Training Dataset
Fine-tuned on curated security samples** covering 2026 AI-native threat categories not present in standard security benchmarks. Every scenario is authored as a matched red/blue pair — the same threat modelled from both attacker and defender perspectives.
Domain
Description
MCP Attacks
Model Context Protocol exploitation, tool-call injection, context poisoning
Offline-first — No API calls, no data exfiltration risk. Safe for sensitive security environments.
Edge-deployable — Runs on a 4 GB RAM laptop via Ollama or llama.cpp. No GPU required.
100% chain-of-thought — Every response includes a <think> reasoning chain. The model shows its work.
2026 threat coverage — Trained on AI-native attack classes absent from standard model training: MCP, agentic lateral movement, Crescendo, LLM SSRF.
Financial fraud reasoning — Covers transaction fraud, account takeover, payment interception, and deepfake-enabled identity fraud with detection logic and playbooks.
CVE/CWE + ATT&CK native — Reasons from vulnerability root cause (CWE) through exploit chain to MITRE ATT&CK technique mapping and Sigma detection rule generation.
Ransomware IR — Triage, containment, and recovery playbooks for LockBit, BlackCat/ALPHV, Cl0p, and Akira targeting financial and critical infrastructure.
Compliance-aware — Reasons through NDPR, GDPR, PCI-DSS v4.0, and ISO 27001 breach notification and gap analysis scenarios.
Dual-use — Blue team (detection, triage, policy) and Red team (simulation, adversarial testing).
Quantized & portable — Q4_K_M GGUF, ~1.2 GB. Fits on a USB drive.
Use Cases
Blue Team / Defensive Security
Analyse suspicious logs and network events for indicators of compromise
Draft detection rules (Sigma, YARA, KQL) from attack descriptions
Explain CVEs, map them to CWE root causes, and surface remediation paths
Map incident evidence to MITRE ATT&CK tactics and techniques
Assess security posture of AI/LLM deployments (RAG pipelines, agentic systems)
Generate incident response playbooks for ransomware and financial fraud
Detect AI-generated phishing, deepfake-enabled fraud, and BEC patterns
Reason through NDPR, GDPR, and PCI-DSS breach notification obligations
Red Team / Offensive Security
Simulate adversarial prompts and injection chains for AI system testing
Reason through attack paths against cloud-native AI infrastructure
Generate phishing and social engineering scenario templates for awareness training
Enumerate MCP and agentic attack surfaces
Model financial fraud techniques (account takeover, payment interception) for red team exercises
Financial Sector Security
Detect and reason about transaction fraud patterns: fan-out transfers, velocity anomalies, mule account activation
Ransomware containment and recovery sequencing for core banking and payment infrastructure
Map financial sector breaches to MITRE ATT&CK and generate SIEM detection rules
Compliance gap analysis against PCI-DSS v4.0, ISO 27001, and sector-specific frameworks
AI Security Research
Study how reasoning models behave on adversarial security inputs
Benchmark SLM security knowledge against larger frontier models
Prototype lightweight security copilots for air-gapped environments
Explore AI-native threat modelling for LLM/agent pipelines
Education & CTF
Walk through security concepts with chain-of-thought explanations
Assist with Capture the Flag challenge reasoning
Train junior analysts on threat patterns with guided step-by-step analysis
Limitations
Trained on domain-specific samples — a focused specialist, not a general security encyclopedia
CVE/CWE and MITRE ATT&CK coverage is curated, not exhaustive — verify against NVD and ATT&CK Navigator for production use
Ransomware IR playbooks are generalist starting points; adjust containment steps to your specific infrastructure
Regulatory compliance reasoning (NDPR, GDPR, PCI-DSS) is advisory — consult qualified legal/compliance professionals for binding decisions
Not a substitute for professional penetration testing or incident response
Intended for authorised security testing, research, and education only
Responsible Use
This model is designed for defensive security, authorised red team exercises, CTF competitions, and security education. Do not use it to conduct unauthorised access, develop malware, or attack systems you do not own or have explicit permission to test.
Citation
bibtex
1@misc{nguuma2026securityslm,
2 title = {security-slm-unsloth-1.5b: Edge-Deployable Reasoning Model for AI-Native Security Intelligence},
3 author = {Nguuma},
4 year = {2026},
5 howpublished = {HuggingFace},
6 url = {https://huggingface.co/Nguuma/security-slm-unsloth-1.5b}
7}
Fine-tuned with Unsloth on Google Colab. Reasoning architecture based on DeepSeek-R1.