|
1 | 1 | # ShellWard |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | 8-layer defense-in-depth, DLP-style data flow control, zero dependencies. Works as **standalone SDK** or **OpenClaw plugin**. |
6 | 6 |
|
|
13 | 13 |
|
14 | 14 | ## Demo |
15 | 15 |
|
16 | | - |
| 16 | + |
17 | 17 |
|
18 | 18 | > 7 real-world scenarios: server wipe → reverse shell → prompt injection → DLP audit → data exfiltration chain → credential theft → APT attack chain |
19 | 19 |
|
@@ -224,6 +224,10 @@ password: "MyP@ssw0rd!" → Detected (Password) |
224 | 224 |
|
225 | 225 | Remote vuln DB syncs every 24h, falls back to local DB when offline. |
226 | 226 |
|
| 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 | + |
227 | 231 | ## Why ShellWard? |
228 | 232 |
|
229 | 233 | | 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. |
251 | 255 |
|
252 | 256 | **AI Agent 安全中间件** — 保护 AI 代理免受提示词注入、数据泄露、危险命令执行。8 层纵深防御,零依赖。 |
253 | 257 |
|
254 | | - |
| 258 | + |
255 | 259 |
|
256 | 260 | > 7 个真实攻击场景:服务器毁灭拦截 → 反弹 Shell → 注入检测 → DLP 审计 → 数据外泄链 → 凭证窃取 → APT 攻击链 |
257 | 261 |
|
|
0 commit comments