nemesis_protect_llm
Protect LLM features from prompt injection and OWASP LLM Top 10 threats by creating a Shield app that returns a token for wrapping model calls with a one-line guard.
Instructions
Protect an LLM feature against prompt injection and the OWASP LLM Top 10. Creates an llm-kind Shield app and returns its token; you then wrap model calls with the one-line LLM guard. Requires NEMESIS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for the LLM feature (e.g. 'support-chatbot') |