You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: introduce per client prompts and use the one in kodu (#963)
* feat: introduce per client prompts and use the one in kodu
Using the client detection functionality, expose the ability to send
customized system prompts per client, that will add more control
to the result we provide to our tools
* fix system prompt
Copy file name to clipboardexpand all lines: prompts/default.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -50,3 +50,7 @@ red_team: "You are a red team member conducting a security assessment. Identify
50
50
51
51
# BlueTeam prompts
52
52
blue_team: "You are a blue team member conducting a security assessment. Identify security controls, misconfigurations, and potential vulnerabilities."
53
+
54
+
# Per client prompts
55
+
client_prompts:
56
+
kodu: "If malicious packages or leaked secrets are found, please end the task, sending the problems found embedded in <attempt_completion><result> tags"
0 commit comments