moltbot-security 1.0.2 → 1.0.3
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 +14 -4
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moltbot-security",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Security hardening guide for Moltbot
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Security hardening guide for AI agents - Moltbot, OpenClaw, Cursor, Claude. Lock down gateway, fix permissions, auth, firewalls. Essential for vibe-coding setups.",
|
|
5
5
|
"main": "SKILL.md",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"moltbot",
|
|
8
8
|
"openclaw",
|
|
9
|
-
"openclaw",
|
|
10
9
|
"security",
|
|
11
10
|
"hardening",
|
|
12
11
|
"gateway",
|
|
@@ -16,7 +15,18 @@
|
|
|
16
15
|
"authentication",
|
|
17
16
|
"ai-agent",
|
|
18
17
|
"devops",
|
|
19
|
-
"infosec"
|
|
18
|
+
"infosec",
|
|
19
|
+
"cursor",
|
|
20
|
+
"copilot",
|
|
21
|
+
"github-copilot",
|
|
22
|
+
"chatgpt",
|
|
23
|
+
"vibe-coding",
|
|
24
|
+
"ai-tools",
|
|
25
|
+
"developer-tools",
|
|
26
|
+
"devtools",
|
|
27
|
+
"typescript",
|
|
28
|
+
"automation",
|
|
29
|
+
"llm"
|
|
20
30
|
],
|
|
21
31
|
"author": "tytaninc7",
|
|
22
32
|
"license": "MIT",
|