> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindgard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Filter Outputs

> Filter potentially malicious content from the output of the LLM.

export const what_0 = "Filter LLM output before passing to other systems or logging."

export const how_0 = "Filter dangerous content before logging."

export const implement_0 = "Add an output guardrail or text filter. Avoid logging content prior to filtering to avoid log injection attacks."

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
