From 734f125ac5890e38c8b3b74f639794fab3cdce24 Mon Sep 17 00:00:00 2001 From: Neil Smithline <766467+Neil-Smithline@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:29:40 -0400 Subject: [PATCH 1/2] docs: add org security policy (demo-code disclaimer) Co-Authored-By: Claude Opus 4.8 (1M context) --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..ce03933 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +⚠️ **DISCLAIMER — DEMO CODE, NOT PRODUCTION-READY** + +The repositories in this organization contain workshop/demo code, provided +**as-is and without warranty of any kind**. This code has received only basic +security review and **may contain known, unpatched vulnerabilities**, including +in its third-party dependencies. **Do not deploy it to production.** If you copy +or adapt any of this code, run your own security testing first — including +dependency and **supply-chain** vulnerability scanning (e.g. Dependabot, +`npm audit`, `pip-audit`) — and patch before use. From e0f337031afbfaa25f6814061f44745b0f8a99da Mon Sep 17 00:00:00 2001 From: Neil Smithline <766467+Neil-Smithline@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:29:42 -0400 Subject: [PATCH 2/2] docs: add demo-code disclaimer to org profile README Co-Authored-By: Claude Opus 4.8 (1M context) --- profile/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/README.md b/profile/README.md index e9da617..dbba66d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,4 +2,8 @@ Radius Workshop is a public Github organization where the Radius Product team explores and experiments with new concepts, frameworks, and technologies. +--- + +> ⚠️ **Demo code — not production-ready.** Provided as-is, without warranty, and may contain known, unpatched vulnerabilities (including in dependencies). If you reuse it, run your own security and supply-chain scans and patch before deploying. + https://www.radiustech.xyz