feat: add deeplink actions for recording control and Raycast extension #1814
Superagent Security / Security scan
required action
May 13, 2026 in 21s
PR requires security review
1 security concern(s) detected.
Details
- [MEDIUM] Unauthenticated deeplink action can capture screenshots (apps/desktop/src-tauri/src/deeplink_actions.rs:174)
Do not expose screenshot capture through a globally invokable URL scheme without a trust check. Require an in-app confirmation, a short-lived nonce issued to trusted clients, or restrict this action to an authenticated IPC channel/Raycast-specific integration before callingtake_screenshot.
Loading