Skip to content

Commit fdac706

Browse files
committed
stage index
1 parent 910383d commit fdac706

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

index.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"repository": "https://github.com/reglet-dev/reglet-plugins",
3+
"registry": "ghcr.io/reglet-dev/plugins",
4+
"updated": "2026-02-10T00:26:31Z",
5+
"plugins": [
6+
{
7+
"name": "aws",
8+
"description": "AWS infrastructure inspection and compliance",
9+
"capabilities": [
10+
"network"
11+
],
12+
"latest": "1.0.2"
13+
},
14+
{
15+
"name": "command",
16+
"description": "Execute commands and validate output",
17+
"capabilities": [
18+
"exec"
19+
],
20+
"latest": "1.0.1"
21+
},
22+
{
23+
"name": "dns",
24+
"description": "DNS resolution and record validation",
25+
"capabilities": [
26+
"network"
27+
],
28+
"latest": "1.0.1"
29+
},
30+
{
31+
"name": "file",
32+
"description": "File system checks and validation",
33+
"capabilities": [
34+
"fs"
35+
],
36+
"latest": "1.0.1"
37+
},
38+
{
39+
"name": "http",
40+
"description": "HTTP/HTTPS request checking and validation",
41+
"capabilities": [
42+
"network"
43+
],
44+
"latest": "1.0.1"
45+
},
46+
{
47+
"name": "smtp",
48+
"description": "SMTP connection testing and server validation",
49+
"capabilities": [
50+
"network"
51+
],
52+
"latest": "1.0.1"
53+
},
54+
{
55+
"name": "tcp",
56+
"description": "TCP connection testing and TLS validation",
57+
"capabilities": [
58+
"network"
59+
],
60+
"latest": "1.0.1"
61+
}
62+
]
63+
}

0 commit comments

Comments
 (0)