From b6856e63c8b836ea5a935e8dbbb8f9e910522cd8 Mon Sep 17 00:00:00 2001 From: Max Robinson Date: Sat, 2 Nov 2024 17:37:17 -0500 Subject: [PATCH] reinforced coding warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b37d430..7e4c047 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Crafting minds for Minecraft with LLMs and Mineflayer! #### ‼️Warning‼️ -This project allows an LLM to write/execute code on your computer. While the code is sandboxed, it may still be insecure and vulnerable to injection attacks on public servers. Code writing is disabled by default, you can enable it by setting `allow_insecure_coding` to `true` in `settings.js`. If you connect to a public server with coding enabled, we strongly recommend running with additional layers of security such as docker containers. Ye be warned. +Do not connect this bot to public servers with coding enabled. This project allows an LLM to write/execute code on your computer. While the code is sandboxed, it is still vulnerable to injection attacks on public servers. Code writing is disabled by default, you can enable it by setting `allow_insecure_coding` to `true` in `settings.js`. We strongly recommend running with additional layers of security such as docker containers. Ye be warned. ## Requirements