Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.protectorplus.cloudsine.tech/llms.txt

Use this file to discover all available pages before exploring further.

Protector Plus combines two complementary layers in defence-in-depth: deterministic Standard Guardrails for known patterns, and ShieldPrompt for model-driven detection of evasive and emerging threats.

Standard Guardrails — rule-based, CPU-powered

Deterministic detection for well-known risk vectors. CPU-only, suitable for high throughput.
GuardrailPhaseDescription
Keyword BlocklistInput + OutputExact keyword/phrase blocklist on prompts and outputs.
Regex Pattern MatchingInput + OutputRegular-expression filtering against operator-defined patterns.
PII DetectionInput + OutputNER-based detection: names, emails, phone numbers, Singapore NRIC/FIN, passport, credit cards, etc.

ShieldPrompt — defence-in-depth orchestration, GPU-powered

The orchestration pipeline that combines model-based detection layers.
LayerPhaseRole
LLM ClassifierInput + OutputLLM-as-judge that scores prompt-injection likelihood and threat intent.
Vector Filter / TVDBInputSemantic similarity against the proprietary Threat Vector Database. Catches paraphrased and rephrased attacks.
Content ModerationOutputLLM-based classifier for hazardous content (violence, hate, unethical, etc.) in LLM responses.
System Prompt ProtectionOutputLLM-based detection of system-prompt leakage in LLM responses.
See ShieldPrompt for the deep dive.

Protection levels

The dashboard offers templated guardrail mixes. Default is Protection Level 0 (no guardrails); recommended start is Protection Level 3.
LevelWhat’s enabled
Level 0 — No ProtectionDefault. No guardrail enabled.
Level 1 — Standard ProtectionStandard Protection available; none on by default.
Level 2 — Standard + ShieldPrompt Preset 1Standard available; ShieldPrompt LLM + Vector on by default.
Level 3 — Standard + ShieldPrompt Preset 2 (Recommended)Standard available; LLM + Vector + Content Moderation + System Prompt Protection on by default.
Full CustomOperator-defined mix.

Block vs Monitor

Each guardrail (in inline deployments) can operate in Block or Monitor mode. Block drops the connection on violation; Monitor passes the prompt through but records the detection on the Alerts page.