()
| 217 | { |
| 218 | ...context, |
| 219 | getAppState() { |
| 220 | const appState = context.getAppState() |
| 221 | return { |
| 222 | ...appState, |
| 223 | toolPermissionContext: { |
| 224 | ...appState.toolPermissionContext, |
| 225 | alwaysAllowRules: { |
| 226 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 227 | command: allowedTools, |
| 228 | }, |
| 229 | }, |
| 230 | } |
| 231 | }, |
| 232 | }, |
| 233 | 'security-review', |
| 234 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected