12 lines
361 B
JSON
12 lines
361 B
JSON
{
|
|
"id": "guardrails",
|
|
"name": "Guardrails",
|
|
"version": "1.0.0",
|
|
"description": "Redact sensitive outputs and block dangerous file or shell actions",
|
|
"tier": "bundled",
|
|
"requires": { "platform": ">=2.29.0" },
|
|
"provides": {
|
|
"commands": ["safegit", "safegit-level", "safegit-status", "yolo"],
|
|
"hooks": ["session_start", "tool_call", "tool_result"]
|
|
}
|
|
}
|