From a96d64aa35dd42fcc70d60958cdcf7b08b288079 Mon Sep 17 00:00:00 2001 From: Adam Wilson <42450907+lightbroker@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:27:24 -0700 Subject: [PATCH] Add disclaimer section to README Added a disclaimer section with a link to the disclaimer document. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18324a078..b4fc45c28 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Repository Contents - Example prompt payloads and test harnesses used to evaluate prompt injection mitigations. - GitHub Actions workflows that run automated tests during the build stage to detect policy violations. - Scripts and tooling that demonstrate how to integrate automated checks into an AI engineering pipeline. +- Generative AI guidelines testing results were originally generated with GitHub Actions in [this branch](https://github.com/lightbroker/llmsecops-research/tree/scheduled-test-runs). Usage Notes ----------- @@ -21,3 +22,7 @@ Refer to individual directories and workflow files for details on running tests License and Citation -------------------- If you use this repository for research or production, please cite the accompanying paper and follow any licensing terms included with the code. + +Disclaimer +-------------------- +Read the [disclaimer](https://github.com/lightbroker/llmsecops-research/blob/main/DISCLAIMER.md).