From fec75610a7b9e6d0d6725e7c776b081f3e12507a Mon Sep 17 00:00:00 2001 From: Bernhard Merkle Date: Sun, 11 Jan 2026 19:11:10 +0100 Subject: [PATCH] fixed warning Updated warning section. It was not displayed correctly --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e1fd9..7e045bf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ A sample family of reusable [GitHub Agentic Workflows](https://githubnext.github - [🧪 Daily Test Coverage Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas - [⚡ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization -> [!WARNING] The workflows that help with coding tasks should be installed with caution and used only experimentally, then disabled. While the tasks are executed within GitHub Actions and have no access to secrets, they still operate in an environment where outward network requests are allowed. This means untrusted inputs such as issue descriptions, comments, and code could potentially be exploited to direct the models to access external content that in turn could be malicious. Pull requests and other outputs must be reviewed very carefully before merging. +> [!WARNING] +> The workflows that help with coding tasks should be installed with caution and used only experimentally, then disabled. While the tasks are executed within GitHub Actions and have no access to secrets, they still operate in an environment where outward network requests are allowed. This means untrusted inputs such as issue descriptions, comments, and code could potentially be exploited to direct the models to access external content that in turn could be malicious. Pull requests and other outputs must be reviewed very carefully before merging. ## 💬 Share Feedback