From 71a2cb4e1bb85707dc2d24dd118bf5f5425d7972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 16 Oct 2025 14:34:51 +0800 Subject: [PATCH] Doc: adds security warning for Command module in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 42132af4e..8f9ab82c5 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ Fastfetch uses JSONC (JSON with comments) for configuration. [See the Wiki for d Logos can also be heavily customized; see the [logo documentation](https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options) for more information. +### WARNING + +Fastfetch supports a `Command` module that can run arbitrary shell commands. If you copy-paste a config file from an untrusted source, it may contain malicious commands that can harm your system or compromise your privacy. Please always review the config file before using it. + ## FAQ ### Q: Neofetch is good enough. Why do I need fastfetch?