Test
-Pre-trial gates - security scan and LLM quality review
+Pre-trial gates - security scan, LLM quality review and adversarial red-team
diff --git a/docs/index.html b/docs/index.html index 78201042..ddc19002 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,7 +83,7 @@ display: block; width: 2.35rem; height: 2.35rem; - border-radius: 0.4rem; + border-radius: 0; object-fit: cover; } header h1 { @@ -106,7 +106,7 @@ width: 8.5rem; height: 8.5rem; margin: 0 auto 1.5rem; - border-radius: 1.1rem; + border-radius: 0; object-fit: cover; box-shadow: 0 12px 40px rgba(238, 0, 0, 0.18); } @@ -576,9 +576,10 @@
Made At @@ -632,10 +633,11 @@
Pre-trial gates - security scan and LLM quality review
+Pre-trial gates - security scan, LLM quality review and adversarial red-team
Prompt injection, exfiltration, policy findings
+Prompt injection, exfiltration, policy findings, and adversarial red-team results
Opt-in adversarial security testing runs between Test and Evaluate stages. Two complementary frameworks probe your agent for vulnerabilities using LLM-as-judge scoring.
+Broad single-turn adversarial coverage. Generates domain-aware attacks from submission metadata - prompt injection, jailbreaks, policy bypass, and more. ~25 tests in smoke mode, ~1750 in full mode.
+Adaptive multi-turn attacks (full mode only). An attacker LLM generates escalating prompts based on live agent responses; an LLM judge scores whether adversarial objectives were achieved.
+Enable with ENABLE_RED_TEAM=true. Results feed into the Security gate as policy_key: red_team.