We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc2a6f commit 5b4e4f3Copy full SHA for 5b4e4f3
1 file changed
README.md
@@ -19,6 +19,16 @@ def call_llm(user_input: str):
19
return client.messages.create(...) # blocked if injection detected
20
```
21
22
+Part of the **AI Agent Infrastructure Stack**:
23
+- [ai-cost-guard](https://github.com/manja316/ai-cost-guard) — budget enforcement
24
+- **ai-injection-guard** — prompt injection scanner ← you are here
25
+- [ai-decision-tracer](https://github.com/manja316/ai-trace) — local agent decision tracer
26
+
27
+**Claude Code users** — install the whole stack in one command:
28
+```
29
+/plugin marketplace add manja316/ai-agent-stack-skill
30
31
32
---
33
34
## Why this exists
0 commit comments