docs: ml-based prompt injection detection (#6627)

This commit is contained in:
dianed-square
2026-01-22 14:34:33 -08:00
committed by GitHub
parent c57c2562a1
commit 4578c77576
5 changed files with 84 additions and 21 deletions
+6 -1
View File
@@ -17,9 +17,14 @@ import styles from '@site/src/components/Card/styles.module.css';
<div className={styles.cardGrid}>
<Card
title="Prompt Injection Detection"
description="Detect and prevent potentially harmful commands before they run with pattern-based security scanning."
description="Detect and prevent potentially harmful commands before they run."
link="/docs/guides/security/prompt-injection-detection"
/>
<Card
title="Classification API Specification"
description="API specification for self-hosting ML-based prompt injection detection endpoints."
link="/docs/guides/security/classification-api-spec"
/>
</div>
</div>