Skip to content

Commit e27ba7e

Browse files
Update list-of-guardrail-checks.mdx
1 parent b17531c commit e27ba7e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

product/guardrails/list-of-guardrail-checks.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,55 +7,57 @@ Each Guardrail Check has a specific purpose, it's own parameters, supported hook
77
## Partner Guardrails
88

99
<CardGroup cols={3}>
10-
<Card title="Acuvity" href="/integrations/guardrails/acuvity" img="/images/product/Guardrails/acuvity-logo.png">
10+
<Card title="Acuvity" href="/integrations/guardrails/acuvity" img="/images/product/Guardrails/Acuvity.png">
1111
* Scan Prompts
1212
* Scan Responses
1313
For PII, toxicity, prompt injection detection, and more.
1414
</Card>
15-
<Card title="Apora" href="/integrations/guardrails/list-of-guardrail-checks/aporia" img="/images/guardrails/logo-1.avif">
15+
<Card title="Aporia" href="/integrations/guardrails/list-of-guardrail-checks/aporia" img="/images/product/Guardrails/Aporia.png">
1616
* Validate Aporia policies
1717
* Define your Aporia policies on your Aporia dashboard and just pass the project ID in Portkey Guardrail check.
1818
</Card>
19-
<Card title="Azure" href="/integrations/guardrails/azure-guardrails" img="/images/supported-llm/microsoft-assure.avif" alt="Azure OpenAI">
19+
<Card title="Azure" href="/integrations/guardrails/azure-guardrails" img="/images/product/Guardrails/Azure.png" alt="Azure OpenAI">
2020
* Detect and Redact PII
2121
* Apply Azure's Content Safety checks
2222
</Card>
23-
<Card title="AWS Bedrock" href="/integrations/guardrails/bedrock-guardrials" img="/images/product/Guardrails/bedrock-logo.jpeg">
23+
<Card title="AWS Bedrock" href="/integrations/guardrails/bedrock-guardrials" img="/images/product/Guardrails/Bedrock.png">
2424
* Analyze and redact PII to avoid model manipulation
2525
* Bring your AWS Guardrails directly inside Portkey
2626
and more!
2727
</Card>
28-
<Card title="Lasso Security" href="/integrations/guardrails/lasso" img="/images/guardrails/lasso.png">
28+
<Card title="Lasso Security" href="/integrations/guardrails/lasso" img="/images/product/Guardrails/Lasso.png">
2929
* Scan Content
3030
Lasso Security's Deputies analyze content for various security risks including jailbreak attempts, custom policy violations, and more.
3131
</Card>
32-
<Card title="Mistral" href="/integrations/guardrails/mistral" img="/images/supported-llm/mistral.avif">
32+
<Card title="Mistral" href="/integrations/guardrails/mistral" img="/images/product/Guardrails/Mistral-AI.png">
3333
* Detect and filter harmful content across multiple dimensions
3434
</Card>
35-
<Card title="Pangea" href="/integrations/guardrails/pangea" img="/images/guardrails/logo-4.png">
35+
<Card title="Pangea" href="/integrations/guardrails/pangea" img="/images/product/Guardrails/Pangea.png">
3636
* Text Guard for scanning LLM inputs and outputs
3737
* Analyze and redact text to avoid model manipulation
3838
* Detect malicious content and undesirable data transfers
3939
</Card>
40-
<Card title="Patronus" href="/integrations/guardrails/patronus-ai" img="/images/guardrails/logo-3.avif">
40+
<Card title="Patronus" href="/integrations/guardrails/patronus-ai" img="/images/product/Guardrails/Patronus.png">
4141
* Hallucination detection
4242
* Check for conciseness, helpfulness, politeness
4343
* Check for gender, racial bias
4444
* and more!
4545
</Card>
46-
<Card title="Pillar" href="/integrations/guardrails/pillar" img="/images/guardrails/logo-2.avif">
46+
<Card title="Pillar" href="/integrations/guardrails/pillar" img="/images/product/Guardrails/Pillar.png">
4747
* Scan Prompts
4848
* Scan Responses
4949
For PII, toxicity, prompt injection detection, and more.
5050
</Card>
51-
<Card title="Prompt Security" href="/integrations/guardrails/prompt-security" img="/images/guardrails/prompt-secuirty.png">
51+
<Card title="Prompt Security" href="/integrations/guardrails/prompt-security" img="/images/product/Guardrails/Prompt-Security.png">
5252
* Scan Prompts
5353
* Scan Responses
5454
</Card>
5555
</CardGroup>
5656

5757

5858

59+
60+
5961
The logic for all of the Guardrail Checks (including Partner Guardrails) is open source.
6062

6163
<Info>

0 commit comments

Comments
 (0)