-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhook-registry.json
More file actions
49 lines (49 loc) · 1.37 KB
/
Copy pathhook-registry.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"version": "v0.2.0",
"last_updated": "2026-07-22",
"hooks": [
{
"id": "tool-guardian",
"path": "hooks/tool-guardian/README.md",
"status": "active"
},
{
"id": "secrets-scanner",
"path": "hooks/secrets-scanner/README.md",
"status": "active"
},
{
"id": "session-logger",
"path": "hooks/session-logger/README.md",
"status": "active"
},
{
"id": "agent-spec-validator",
"path": "hooks/agent-spec-validator/README.md",
"entrypoint": "hooks/agent-spec-validator/index.js",
"status": "active",
"triggers": ["pre-commit", "pre-push"]
},
{
"id": "multi-provider-consistency-checker",
"path": "hooks/multi-provider-consistency-checker/README.md",
"entrypoint": "hooks/multi-provider-consistency-checker/index.js",
"status": "active",
"triggers": ["pre-commit", "pre-push"]
},
{
"id": "plugin-integrity-checker",
"path": "hooks/plugin-integrity-checker/README.md",
"entrypoint": "hooks/plugin-integrity-checker/index.js",
"status": "active",
"triggers": ["pre-commit", "pre-push"]
},
{
"id": "agent-security-auditor",
"path": "hooks/agent-security-auditor/README.md",
"entrypoint": "hooks/agent-security-auditor/index.js",
"status": "active",
"triggers": ["pre-push"]
}
]
}