Skip to content

Commit 73a6e91

Browse files
committed
update
1 parent 47e5c44 commit 73a6e91

9 files changed

+39
-0
lines changed
-356 KB
Loading
-278 KB
Loading
118 KB
Loading
82.1 KB
Loading
43.7 KB
Loading
128 KB
Loading
132 KB
Loading
126 KB
Loading

docs/class6/class6.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,54 @@ CASI scoring only applied to Signature attacks, not Agentic Warfare attack.
8888

8989
.. image:: ./_static/class6-redteam-2-2.png
9090

91+
2 - Signature Attacks Report
92+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9193

9294
Report of an Attack Campaign. Click **View raw data** to see more details of every prompt used in the attack campaign.
9395

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+
94106
.. image:: ./_static/class6-redteam-4.png
95107

96108
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.
97109

98110
.. image:: ./_static/class6-redteam-4-1.png
99111

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.
137+
138+
.. image:: ./_static/class6-redteam-ars-03.png
100139

101140

102141
|

0 commit comments

Comments
 (0)