What problem does it solve?
Untrusted input such as user submissions, API payloads, webhook data, and tool outputs can contain prompt injection, jailbreak attempts, or adversarial content that manipulates AI behavior. This Skill screens that input before it reaches a model or gets executed.
Core Features & Use Cases
- Quick Safety Check: Get a boolean safe/unsafe verdict on any input text via the AIDefence is_safe tool.
- Deep Threat Analysis: Obtain detailed threat classification and confidence scores for suspicious content.
- Adaptive Defense Training: Feed confirmed threats back into the detection system to improve future detection rates.
- Use Case: Before passing a user-submitted form payload to your LLM agent, scan it to detect instruction override attacks or data exfiltration patterns and block unsafe content.
Quick Start
Scan this user-submitted text for prompt injection and tell me whether it is safe to pass to the model.