Filter prompts and model outputs for injection, secrets, toxicity, and policy risks with LLM Guard
Installation
SKILL.md
Filter prompts and model outputs for injection, secrets, toxicity, and policy risks with LLM Guard
Screen prompts and responses with input and output scanners before an LLM interaction reaches production users or downstream systems.
Prerequisites
Python 3.9+, application or agent code that can wrap LLM input and output handling
Installation
Use the upstream install or setup path that matches your environment:
- pip install llm-guard
Requirements and caveats from upstream: