refactor: update risk levels in tool definitions and validation logic to remove sensitive level

This commit is contained in:
mlogclub
2026-07-26 22:32:16 +08:00
parent c021c5568c
commit 2de50a2f3a
5 changed files with 11 additions and 9 deletions
+2 -3
View File
@@ -11,9 +11,8 @@ import (
)
const (
RiskLevelRead = "read"
RiskLevelWrite = "write"
RiskLevelSensitive = "sensitive"
RiskLevelRead = "read"
RiskLevelWrite = "write"
)
// Definition is the normalized, engine-independent description of a tool.