Problem
clipboard.read exposes current clipboard text to any connected client — which may contain passwords, API keys, or other credentials from paste workflows. No way to disable clipboard access while keeping other automation capabilities.
Proposed Solution
Add --no-clipboard flag that causes clipboard.read and clipboard.write to return E_ACCESS_DENIED.
References
Problem
clipboard.readexposes current clipboard text to any connected client — which may contain passwords, API keys, or other credentials from paste workflows. No way to disable clipboard access while keeping other automation capabilities.Proposed Solution
Add
--no-clipboardflag that causesclipboard.readandclipboard.writeto returnE_ACCESS_DENIED.References