()
| 347 | return `Running ${desc}`; |
| 348 | }, |
| 349 | isEnabled(): boolean { |
| 350 | return true; |
| 351 | }, |
| 352 | async validateInput(input: PowerShellToolInput): Promise<ValidationResult> { |
| 353 | // Defense-in-depth: also guarded in call() for direct callers. |
| 354 | if (isWindowsSandboxPolicyViolation()) { |
nothing calls this directly
no outgoing calls
no test coverage detected