What problem does it solve?
This Skill helps protect LLM applications from prompt injection, jailbreak attempts, and poisoned third-party content that could override instructions or corrupt outputs.
Core Features & Use Cases
- User Prompt Filtering: Score incoming prompts before they reach the model and block suspicious jailbreak attempts.
- Third-Party Data Screening: Inspect API responses, scraped text, and RAG documents for embedded instructions or context poisoning.
- Batch Safety Checks: Process many documents efficiently when preparing retrieval corpora or other downstream LLM inputs.
- Use Case: A support chatbot can reject malicious user prompts while also screening retrieved knowledge base articles for hidden instructions.
Quick Start
Use the prompt-guard skill to evaluate a prompt for injection risk and block it when the score exceeds your chosen threshold.