From 73d1bfb6b803241fea1fb1c003b295fcf77f82bb Mon Sep 17 00:00:00 2001 From: SarthakDudhe Date: Thu, 7 May 2026 19:40:18 +0530 Subject: [PATCH] Add README production data disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f760c0a1..0159720b7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ `solid-server` lets you run a Solid server on top of the file-system. You can use it as a [command-line tool](https://github.com/solid/node-solid-server/blob/master/README.md#command-line-usage) (easy) or as a [library](https://github.com/solid/node-solid-server/blob/master/README.md#library-usage) (advanced). +> **Disclaimer**: This is a prototype implementation of a Solid server. It is a fully functional server, but there are no security or stability guarantees. Do not use it with production data. + The [solid test suite](https://github.com/nodeSolidServer/node-solid-server/blob/main/test/surface/run-solid-test-suite.sh) runs as part of GitHub Actions on this repository, ensuring that this server is always (to the best of our knowledge) fully spec compliant. ## Solid Features supported