forked from sundial-org/awesome-openclaw-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "moltbot-security",
"version": "1.0.0",
"description": "Security hardening guide for Moltbot/Clawdbot. Lock down gateway, fix permissions, set up auth, configure firewalls. Based on real vulnerability research.",
"main": "SKILL.md",
"keywords": [
"moltbot",
"clawdbot",
"security",
"hardening",
"gateway",
"firewall",
"tailscale",
"ssh",
"authentication",
"ai-agent",
"devops",
"infosec"
],
"author": "tytaninc7",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NextFrontierBuilds/moltbot-security"
},
"homepage": "https://github.com/NextFrontierBuilds/moltbot-security#readme"
}