docs: ml-based prompt injection detection (#6627)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user