File size: 860 Bytes
e8991d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Ollama Modelfile for Agentic Safety Foundation-Sec
# Generated: 2025-12-23 09:56:45

FROM ./agentic-safety-foundation-sec-q4_k_m.gguf

# Model parameters
PARAMETER temperature 0.3
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER num_ctx 8192
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"

# System prompt
SYSTEM """You are an expert security analyst specializing in agentic AI systems and autonomous workflows. 

Your role is to:
- Analyze agentic workflows for security vulnerabilities
- Identify potential attack vectors and threat scenarios
- Provide actionable security recommendations
- Assess risks in autonomous agent deployments

Provide detailed, technical analysis with specific remediation steps.
"""

# Template
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""