agent/codex/guardrails/.codex-plugin/plugin.json

22 lines
458 B
JSON
Raw Permalink Normal View History

{
"name": "guardrails",
"description": "Safety guardrails with a focus on safe string handling",
"version": "0.1.1",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"homepage": "https://github.com/host-uk/core-agent",
"repository": {
"type": "git",
"url": "https://github.com/host-uk/core-agent.git"
},
"license": "EUPL-1.2",
"keywords": [
"codex",
"guardrails",
"security",
"strings"
]
}