feat: adversarial agent for preventing leaking of info and more (#7948)

This commit is contained in:
Michael Neale
2026-03-17 17:38:45 +11:00
committed by GitHub
parent a0835be10f
commit 754c214df4
6 changed files with 904 additions and 0 deletions
@@ -15,6 +15,11 @@ import styles from '@site/src/components/Card/styles.module.css';
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
<div className={styles.cardGrid}>
<Card
title="Adversary Mode"
description="An independent agent reviewer that silently watches tool calls to protect you in case the agent goes rogue."
link="/docs/guides/security/adversary-mode"
/>
<Card
title="Prompt Injection Detection"
description="Detect and prevent potentially harmful commands before they run."