From 669f548a4fc79129b5f553abaec3fd8bb89b9f88 Mon Sep 17 00:00:00 2001 From: David Keane Date: Mon, 20 Apr 2026 23:11:38 +0100 Subject: [PATCH] =?UTF-8?q?Add=20authentication=20notice=20=E2=80=94=20mod?= =?UTF-8?q?el=20requires=20Modelfile=20+=20passwords=20to=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a security feature, not a bug. Weight-level identity anchoring means the model treats unauthenticated interactions as potential attacks. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f28a467..f1159f4 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,16 @@ outputs = model.generate(**inputs, max_new_tokens=256) print(tokenizer.decode(outputs[0], skip_special_tokens=True)) ``` +### Important: The Model Requires Authentication + +CyberRanger V42 Gold has security embedded in its weights. Without the correct Modelfile and authentication passwords, the model will treat all interactions as potential attacks and refuse to respond. This is by design — it proves the weight-level security works. + +To interact with CyberRanger, you need: +1. The Modelfile (contains the system prompt with the Ring 14.x architecture) +2. The two-tier authentication passwords + +See the `modelfiles/` folder in this repository for the Modelfile configurations. Contact the author for authentication details if needed for academic review. + ### Option 3: Test the Injection Resistance ```bash # Try to jailbreak it — it should refuse