GGUF
conversational
File size: 6,828 Bytes
16953f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# CybersecurityRiskAnalyst

> ⭐ **Find this useful? Clone it, [star the repo](https://github.com/ravyg/cybersecurity-risk-analyst), and cite the paper.** If you use this model in academic or professional work, please cite [arXiv:2603.20131](https://arxiv.org/abs/2603.20131) (see [How to cite](#how-to-cite)). Model DOI: [`10.57967/hf/9777`](https://doi.org/10.57967/hf/9777).

**CybersecurityRiskAnalyst** is a custom fine-tuned Large Language Model (LLM) designed to act as a senior cybersecurity risk assessor and strategist. It is published on Ollama and has **1,400+ downloads**. This repository makes the model formally citable and links it to the research paper it accompanies.

- **Model:** [`saki007ster/CybersecurityRiskAnalyst`](https://ollama.com/saki007ster/CybersecurityRiskAnalyst) on Ollama
- **Base model:** Llama 3.1 8B (`llama` architecture, 8.03B parameters)
- **Quantization:** Q4_0 Β· **Size:** 4.7 GB Β· **Context window:** 128K
- **Tags:** text, cybersecurity, risk assessment

### What it does

- **Risk Posture Evaluation** β€” assesses an organization's overall security posture
- **Framework Mapping** β€” NIST CSF, CIS Controls, MITRE ATT&CK, ISO/IEC 27001
- **Threat Intelligence Awareness**
- **Gap Analysis**
- **Prioritized Recommendations**
- **Human-Centric Reports** β€” clear, decision-ready output
- **Explainability** β€” reasoning you can follow and audit

---

## DOI

[![DOI](https://img.shields.io/badge/DOI-10.57967%2Fhf%2F9777-blue)](https://doi.org/10.57967/hf/9777)

**Model DOI (Hugging Face):** [`10.57967/hf/9777`](https://doi.org/10.57967/hf/9777)

---

## Install & Use

Requires [Ollama](https://ollama.com/download).

```bash
# Pull the model
ollama pull saki007ster/CybersecurityRiskAnalyst

# Or pull-and-run in one step
ollama run saki007ster/CybersecurityRiskAnalyst
```

### Minimal usage example

```bash
ollama run saki007ster/CybersecurityRiskAnalyst \
  "We run a 200-person fintech on AWS with no formal incident response plan. \
   Assess our top cyber risks and map them to NIST CSF."
```

Or via the Ollama HTTP API:

```bash
curl http://localhost:11434/api/generate -d '{
  "model": "saki007ster/CybersecurityRiskAnalyst",
  "prompt": "Perform a NIST CSF gap analysis for a small healthcare provider storing PHI in a single on-prem server.",
  "stream": false
}'
```

Python:

```python
import ollama

response = ollama.chat(
    model="saki007ster/CybersecurityRiskAnalyst",
    messages=[{
        "role": "user",
        "content": "Prioritize remediation for an org with exposed RDP, no MFA, and unpatched VPN.",
    }],
)
print(response["message"]["content"])
```

---

## How to cite

This model accompanies the paper below β€” **if you use the model in academic or professional work, please cite the paper.**

> Gupta, Ravish; Kumar, Saket; Sharma, Shreeya; Dang, Maulik; and Aggarwal, Abhishek (2026).
> *An Agentic Multi-Agent Architecture for Cybersecurity Risk Management.* arXiv preprint arXiv:2603.20131.

<details open>
<summary><b>APA</b></summary>

```
Gupta, R., Kumar, S., Sharma, S., Dang, M., & Aggarwal, A. (2026). An Agentic Multi-Agent Architecture for Cybersecurity Risk Management. arXiv preprint arXiv:2603.20131.
```
</details>

<details>
<summary><b>MLA</b></summary>

```
Gupta, Ravish, et al. "An Agentic Multi-Agent Architecture for Cybersecurity Risk Management." arXiv preprint arXiv:2603.20131 (2026).
```
</details>

<details>
<summary><b>Chicago</b></summary>

```
Gupta, Ravish, Saket Kumar, Shreeya Sharma, Maulik Dang, and Abhishek Aggarwal. "An Agentic Multi-Agent Architecture for Cybersecurity Risk Management." arXiv preprint arXiv:2603.20131 (2026).
```
</details>

<details>
<summary><b>Harvard</b></summary>

```
Gupta, R., Kumar, S., Sharma, S., Dang, M. and Aggarwal, A., 2026. An Agentic Multi-Agent Architecture for Cybersecurity Risk Management. arXiv preprint arXiv:2603.20131.
```
</details>

<details>
<summary><b>Vancouver</b></summary>

```
Gupta R, Kumar S, Sharma S, Dang M, Aggarwal A. An Agentic Multi-Agent Architecture for Cybersecurity Risk Management. arXiv preprint arXiv:2603.20131. 2026.
```
</details>

<details>
<summary><b>BibTeX</b></summary>

```bibtex
@article{gupta2026agentic,
  title   = {An Agentic Multi-Agent Architecture for Cybersecurity Risk Management},
  author  = {Gupta, Ravish and Kumar, Saket and Sharma, Shreeya and Dang, Maulik and Aggarwal, Abhishek},
  journal = {arXiv preprint arXiv:2603.20131},
  year    = {2026}
}
```
</details>

A machine-readable [`CITATION.cff`](CITATION.cff) is also provided β€” GitHub will render a "Cite this repository" button from it.

### Citing the model artifact directly (Hugging Face DOI)

To cite the **model itself** (not the paper), use its Hugging Face DOI:

```bibtex
@misc{kumar2026cybersecurityriskanalyst,
  author    = {Saket Kumar and Ravish Gupta},
  title     = {CybersecurityRiskAnalyst (Revision 1842e1c)},
  year      = {2026},
  url       = {https://huggingface.co/saki007ster/CybersecurityRiskAnalyst},
  doi       = {10.57967/hf/9777},
  publisher = {Hugging Face}
}
```

> **The model artifact was built by Saket Kumar and Ravish Gupta** (hence two authors on the model DOI). **The paper ([arXiv:2603.20131](https://arxiv.org/abs/2603.20131)) has five authors** β€” for academic/professional use, prefer the paper citation above; use the model DOI for reproducibility/data-availability statements.

---

## Authors & attribution

**Model** (the fine-tuned artifact β€” Ollama & Hugging Face, DOI `10.57967/hf/9777`):

- **Saket Kumar** β€” *model author / maintainer* ([`saki007ster`](https://huggingface.co/saki007ster))
- **Ravish Gupta**

**Paper** (*An Agentic Multi-Agent Architecture for Cybersecurity Risk Management*, arXiv:2603.20131):

- **Ravish Gupta**
- **Saket Kumar**
- **Shreeya Sharma**
- **Maulik Dang**
- **Abhishek Aggarwal**

---

## License

This model is a fine-tuned derivative of **Meta Llama 3.1 8B** and is therefore governed by the **[Llama 3.1 Community License Agreement](LICENSE)** (Version Release Date: July 23, 2024).

- Built with Llama. Use is subject to Meta's [Acceptable Use Policy](https://www.llama.com/llama3_1/use-policy/).
- The base-model license terms are inherited by this derivative; see [LICENSE](LICENSE) for the full text.

---

## Related

- πŸ“„ **Paper:** [An Agentic Multi-Agent Architecture for Cybersecurity Risk Management](https://arxiv.org/abs/2603.20131) (arXiv:2603.20131)
- πŸ€– **Model (Ollama):** [saki007ster/CybersecurityRiskAnalyst](https://ollama.com/saki007ster/CybersecurityRiskAnalyst)
- πŸ€— **Model (Hugging Face):** [saki007ster/CybersecurityRiskAnalyst](https://huggingface.co/saki007ster/CybersecurityRiskAnalyst) Β· DOI [`10.57967/hf/9777`](https://doi.org/10.57967/hf/9777)
- πŸ›  **Modelfile:** [Modelfile](Modelfile) in this repo