Skip to content

Commit d519f4f

Browse files
Merge branch 'main' into baur/branch
2 parents 629b461 + 278a8ff commit d519f4f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
# ZenGuard AI
77

8-
ZenGuard AI enables AI developers to integrate production-level, low-code LLM (Large Language Model) guardrails into their generative AI applications effortlessly. With ZenGuard AI, ensure your application operates within trusted boundaries, is protected from malicious attacks and maintains user privacy without compromising on performance.
8+
ZenGuard AI enables AI developers to integrate production-level, low-code LLM (Large Language Model) guardrails into their generative AI applications effortlessly. With ZenGuard AI, ensure your application operates within trusted boundaries, is protected from prompt injections, and maintains user privacy without compromising on performance.
99

1010
# Features
1111

12-
* **Prompt Injection Detection**: Identifies and mitigates attempts to manipulate, exfiltrate proprietary data and insert malicious content to/from models and RAG systems.
12+
* **Prompt Injection Detection**: Identifies and mitigates attempts to manipulate, exfiltrate proprietary data, and insert malicious content to/from models and RAG systems.
1313
* **Jailbreak Detection**: Identifies and mitigates attempts to manipulate model/app outputs.
1414
* **Personally Identifiable Information (PII) Detection**: Protects user data privacy by detecting and managing sensitive information.
1515
* **Allowed Topics Detection**: Enables your model/app to generate content within specified, permissible topics.
@@ -27,7 +27,7 @@ pip install zenguard
2727

2828
## Getting Started
2929

30-
Jump into our [Quickstart Guide](https://docs.zenguard.ai/start-here/quickstart/) to easily integrate ZenGuard AI into your application.
30+
Jump into our [Quickstart Guide](https://docs.zenguard.ai) to easily integrate ZenGuard AI into your application.
3131

3232
# ZenGuard Playground
3333

@@ -38,9 +38,9 @@ Test the capabilities of ZenGuard AI in our ZenGuard [Playground](https://consol
3838
A more detailed documentation is available at [docs.zenguard.ai](https://docs.zenguard.ai/).
3939

4040

41-
# Pentesting
41+
# Penetration Testing
4242

43-
Run pentest against both ZenGuard AI and (optionally) ChatGPT.
43+
Run pen test against both ZenGuard AI and (optionally) ChatGPT.
4444

4545
We are using the modified version of the [PromptInject](https://github.com/agencyenterprise/PromptInject/tree/main) as the basic framework for building prompt injections.
4646

@@ -105,7 +105,7 @@ if __name__ == "__main__":
105105

106106
Clone this repo and install requirements.
107107

108-
Run pentest against ZenGuard AI:
108+
Run pen test against ZenGuard AI:
109109

110110
```shell
111111
export ZEN_API_KEY=your-api-key
@@ -120,12 +120,11 @@ python tests/pentest.py
120120
```
121121

122122

123-
124-
125-
126123
# Support and Contact
127124

128-
[Book a Demo](https://calendly.com/galym-u) or just shoot us an email to hello@zenguard.ai.
125+
[Book a Demo](https://calendly.com/galym-u) or just shoot us an email to hello@zenguard.ai
126+
127+
Topics we care about - LLM Security, LLM Guardrails, Prompt Injections, GenAI Security.
129128

130129
---
131130

0 commit comments

Comments
 (0)