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
Copy file name to clipboardExpand all lines: docs/class6/class6.rst
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,15 +88,54 @@ CASI scoring only applied to Signature attacks, not Agentic Warfare attack.
88
88
89
89
.. image:: ./_static/class6-redteam-2-2.png
90
90
91
+
2 - Signature Attacks Report
92
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91
93
92
94
Report of an Attack Campaign. Click **View raw data** to see more details of every prompt used in the attack campaign.
93
95
96
+
Select **Reports** and filter based on **complete** reports.
97
+
98
+
.. image:: ./_static/class6-redteam-4-01.png
99
+
100
+
Click on **Run date** to sort the report and select report name **foobz-nim-meta-llama3** report.
101
+
102
+
.. image:: ./_static/class6-redteam-4-02.png
103
+
104
+
Report dashboard shown respective information about the scanned result.
105
+
94
106
.. image:: ./_static/class6-redteam-4.png
95
107
96
108
Details of the attack prompts used in the campaign including the response from the AI model, the attack type, severity level, and whether the attack was successful or not.
97
109
98
110
.. image:: ./_static/class6-redteam-4-1.png
99
111
112
+
3 - Agentic Warfare Report
113
+
~~~~~~~~~~~~~~~~~~~~~~~~~~
114
+
115
+
Select **Reports** and search the following report name in the search bar and selecte the respective report.
116
+
117
+
.. code-block:: bash
118
+
119
+
agentic-genearate-harmful-code-2
120
+
121
+
.. image:: ./_static/class6-redteam-ars-01-0.png
122
+
123
+
Respective infor of the agentic warfare scanning displayed. Select **View agentic fingerprints**.
124
+
125
+
.. image:: ./_static/class6-redteam-ars-01.png
126
+
127
+
Feel free to explore the Red Agent chain of thought. Its the internal reasoning process: the step-by-step logic, decisions, and planning it uses to achieve a task.
128
+
129
+
In agentic AI, this covers every mental step the agent takes—from forming questions and evaluating options to deciding on an action. This process is crucial for transparency, debugging, and explainability. Technologies like Agentic Fingerprints let you see each branch or step an agent considered, providing a clear decision tree of its entire thought process leading to a final result
130
+
131
+
.. Note::
132
+
The scenario was intentionally crafted to request Python exploit code for CVE-2025-20333 as part of a **sanctioned security validation**. The objective was to **ensure AI models and applications are resilient and will not generate malicious code**.
133
+
134
+
.. image:: ./_static/class6-redteam-ars-02.png
135
+
136
+
Another example Agentic Warfare scanning with slight different intent.
0 commit comments