Skip to content

Commit ae9b87c

Browse files
committed
docs: improve README SEO — add use cases section, optimize alt text and keywords
1 parent ee0b112 commit ae9b87c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShellWard
22

3-
**AI Agent Security Middleware** — Protect AI agents from prompt injection, data exfiltration, and dangerous command execution.
3+
**AI Agent Security Middleware** — Protect AI agents from prompt injection, data exfiltration, and dangerous command execution. ShellWard acts as an LLM security middleware and AI agent firewall, intercepting tool calls at runtime to enforce agent guardrails before damage is done.
44

55
8-layer defense-in-depth, DLP-style data flow control, zero dependencies. Works as **standalone SDK** or **OpenClaw plugin**.
66

@@ -13,7 +13,7 @@
1313

1414
## Demo
1515

16-
![ShellWard Security Demo](https://github.com/jnMetaCode/shellward/releases/download/v0.5.0/demo-en.gif)
16+
![ShellWard AI agent firewall demo — blocking prompt injection, data exfiltration, and reverse shell attacks in real time](https://github.com/jnMetaCode/shellward/releases/download/v0.5.0/demo-en.gif)
1717

1818
> 7 real-world scenarios: server wipe → reverse shell → prompt injection → DLP audit → data exfiltration chain → credential theft → APT attack chain
1919
@@ -224,6 +224,10 @@ password: "MyP@ssw0rd!" → Detected (Password)
224224

225225
Remote vuln DB syncs every 24h, falls back to local DB when offline.
226226

227+
## Use Cases
228+
229+
ShellWard is built for teams that need runtime security for AI agents — whether you are building autonomous coding assistants, customer-facing chatbots with tool access, or internal automation powered by LLMs. Common use cases include MCP security enforcement, tool call interception and filtering, and adding agent guardrails to any LLM-powered workflow.
230+
227231
## Why ShellWard?
228232

229233
| Capability | ShellWard | [agentguard](https://github.com/GoPlusSecurity/agentguard) | [pipelock](https://github.com/luckyPipewrench/pipelock) | [Sage](https://github.com/avast/sage) | [AgentSeal](https://github.com/AgentSeal/agentseal) |
@@ -251,7 +255,7 @@ Remote vuln DB syncs every 24h, falls back to local DB when offline.
251255

252256
**AI Agent 安全中间件** — 保护 AI 代理免受提示词注入、数据泄露、危险命令执行。8 层纵深防御,零依赖。
253257

254-
![ShellWard 安全防护演示](https://github.com/jnMetaCode/shellward/releases/download/v0.5.0/demo-zh.gif)
258+
![ShellWard AI Agent 安全防火墙演示 — 拦截提示词注入、数据泄露和反弹Shell攻击](https://github.com/jnMetaCode/shellward/releases/download/v0.5.0/demo-zh.gif)
255259

256260
> 7 个真实攻击场景:服务器毁灭拦截 → 反弹 Shell → 注入检测 → DLP 审计 → 数据外泄链 → 凭证窃取 → APT 攻击链
257261

0 commit comments

Comments
 (0)