shellward 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shellward",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "AI Agent Security Middleware
|
|
3
|
+
"version": "0.5.2",
|
|
4
|
+
"description": "AI Agent Security Middleware — 8-layer defense against prompt injection, data exfiltration & dangerous commands. DLP model: use data freely, block external leaks. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shellward",
|
|
7
7
|
"ai-security",
|
|
@@ -10,12 +10,17 @@
|
|
|
10
10
|
"prompt-injection",
|
|
11
11
|
"llm-security",
|
|
12
12
|
"data-protection",
|
|
13
|
+
"data-exfiltration",
|
|
14
|
+
"dlp",
|
|
15
|
+
"guardrails",
|
|
16
|
+
"langchain",
|
|
17
|
+
"autogpt",
|
|
18
|
+
"openai",
|
|
19
|
+
"cursor",
|
|
13
20
|
"openclaw",
|
|
14
|
-
"plugin",
|
|
15
21
|
"sdk",
|
|
16
|
-
"身份证",
|
|
17
22
|
"PII",
|
|
18
|
-
"
|
|
23
|
+
"agent-security"
|
|
19
24
|
],
|
|
20
25
|
"author": "jnMetaCode",
|
|
21
26
|
"license": "Apache-2.0",
|