-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkimi.plugin.json
More file actions
26 lines (26 loc) · 864 Bytes
/
Copy pathkimi.plugin.json
File metadata and controls
26 lines (26 loc) · 864 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
{
"name": "hol-guard",
"version": "0.1.0",
"description": "Install and operate HOL Guard local security for AI coding agents, MCP, skills, plugins, and package actions.",
"keywords": [
"hol-guard",
"ai-security",
"agent-security",
"mcp",
"supply-chain-security"
],
"author": {
"name": "Hashgraph Online",
"url": "https://github.com/hashgraph-online"
},
"homepage": "https://hol.org/guard",
"license": "Apache-2.0",
"skills": "./skills/",
"interface": {
"displayName": "HOL Guard",
"shortDescription": "Local security for AI coding agents",
"longDescription": "Install, initialize, inspect, and operate HOL Guard local protection for Kimi Code and other supported AI coding agents without requiring Guard Cloud.",
"developerName": "Hashgraph Online",
"websiteURL": "https://hol.org/guard"
}
}