llm-safety-patterns
✓Security patterns for LLM integrations including prompt injection defense and hallucination prevention. Use when implementing context separation, validating LLM outputs, or protecting against prompt injection attacks.
Installation
SKILL.md
Identifiers flow AROUND the LLM, not THROUGH it. The LLM sees only content. Attribution happens deterministically.
| userid | UUID | Can be hallucinated, enables cross-user access | | tenantid | UUID | Critical for multi-tenant isolation | | analysisid | UUID | Job tracking, not for LLM | | documentid | UUID | Source tracking, not for LLM | | artifactid | UUID | Output tracking, not for LLM | | chunkid | UUID | RAG reference, not for LLM |
| sessionid | str | Auth context, not for LLM | | traceid | str | Observability, not for LLM | | Any UUID | UUID | Pattern: [0-9a-f]{8}-... |
Security patterns for LLM integrations including prompt injection defense and hallucination prevention. Use when implementing context separation, validating LLM outputs, or protecting against prompt injection attacks. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill llm-safety-patterns- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is llm-safety-patterns?
Security patterns for LLM integrations including prompt injection defense and hallucination prevention. Use when implementing context separation, validating LLM outputs, or protecting against prompt injection attacks. Source: yonatangross/orchestkit.
How do I install llm-safety-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill llm-safety-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01