From f71289b248dac015a99e39467252f257ad33b02e Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:04:02 +0200 Subject: [PATCH] Update README with security note and support request Added a security note regarding VirusTotal false positives and encouraged support for the project. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9e1f08..464420b1 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,11 @@ The following dependencies are installed automatically during setup: | `googletrans` | Google Translate library *(Translation version only)* | ---- +> **🛡️ Security Note / VirusTotal False Positive** +> If you scan the raw installation URL on VirusTotal, you might see a 1/95 detection by heuristic engines like *Chong Lua Dao*. This is a **known false positive**. Because this script uses the standard `curl | bash` installation pattern and downloads legitimate binaries (like `jq` from its official GitHub release), overly aggressive scanners flag the *behavior*. The script is 100% open source and safe to review. You can read more about this in [Issue #162](enlace-a-tu-issue). + +--- ## ⭐ Support the Project! If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!