Skip to content

Presets

Pre-configured guard combinations for common use cases.

Available Presets

PresetGuardsUse Case
defaultpromptInjection, keyword, wordCountBasic protection
strictpromptInjection, pii (mask), keyword, toxicity, wordCountFull blocking + masking
koreanpiiKr, profanityKr, residentId, creditInfo, ismsP, pipaKorean regulatory compliance
securitypromptInjection, pii, dataLeakage, regex, keywordSecurity-focused
contenttoxicity, bias, language, sentimentContent moderation
ai-basic-act-krbias, pii, piiKr, toxicity, profanityKr한국 AI 기본법
eu-ai-actbias, pii, toxicity, watermarkDetect, copyrightEU AI Act

Using Presets

YAML

yaml
version: "1"
preset: korean

Preset Files

Presets are defined in the presets/ directory:

presets/
├── default.yaml
├── strict.yaml
├── korean.yaml
├── security.yaml
├── content.yaml
├── ai-basic-act-kr.yaml
└── eu-ai-act.yaml

You can use these as starting points and customize them for your needs.

Released under the MIT License.