From 07928d930c2b3cf2ab82ac595ca1e57c136983c5 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Mon, 23 Mar 2026 19:32:45 -0700 Subject: [PATCH] Clarify phrasing around bot system --- frontend/src/components/SecurityWarningModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/SecurityWarningModal.tsx b/frontend/src/components/SecurityWarningModal.tsx index 201eb97..27fa4a6 100644 --- a/frontend/src/components/SecurityWarningModal.tsx +++ b/frontend/src/components/SecurityWarningModal.tsx @@ -88,12 +88,12 @@ export function SecurityWarningModal({ health }: SecurityWarningModalProps) {
- Bots are enabled, and app-wide Basic Auth is not configured. + Bots are not disabled, and app-wide Basic Auth is not configured.

Without one of those protections, or another access-control layer in front of RemoteTerm, anyone on your local network who can reach this app can run Python code on - the computer hosting this instance. + the computer hosting this instance via the bot system.

This is only safe on protected or isolated networks with appropriate access control. If