From b8d16c15b9d7756d7b38a36e13a4eb8f97e9c96a Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Tue, 21 Apr 2026 11:09:18 +0200 Subject: [PATCH 1/3] Add Aikido Endpoint paragraph to README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b74d797..c0915a7 100644 --- a/README.md +++ b/README.md @@ -535,3 +535,18 @@ npm-ci: # Troubleshooting Having issues? See the [Troubleshooting Guide](https://help.aikido.dev/code-scanning/aikido-malware-scanning/safe-chain-troubleshooting) for help with common problems. + +# Using Safe Chain across a team? + +[Aikido Endpoint](https://www.aikido.dev/protect/endpoint-protection) builds on Safe Chain, extending package and extension security across more ecosystems: + +- **npm** +- **PyPI** +- **Maven** +- **NuGet** +- **VS Code** +- **Open VSX** +- **Chrome extensions** +- **Skills.sh AI skills** + +Get centralized policy management, request-and-approval workflows, and visibility across every developer workstation in your org. Powered by the same Aikido Intel feed. Deploy it manually or manage it through your MDM tool (Jamf, Fleet, or Iru). From 21b44eb4a8dd376be69b8443a86ccb949daf39e6 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Tue, 21 Apr 2026 11:13:25 +0200 Subject: [PATCH 2/3] Mention cursor, windsurf, ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0915a7..1c43de2 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Having issues? See the [Troubleshooting Guide](https://help.aikido.dev/code-scan - **Maven** - **NuGet** - **VS Code** -- **Open VSX** +- **Open VSX** - (Cursor, Windsurf, Kiro, Vs Codium, ...) - **Chrome extensions** - **Skills.sh AI skills** From a840a99f1b4839ae86f18302641db175a31b6107 Mon Sep 17 00:00:00 2001 From: Samuel Vandamme Date: Tue, 21 Apr 2026 11:20:43 +0200 Subject: [PATCH 3/3] moved endpoint up --- README.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1c43de2..81dda88 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Aikido Safe Chain supports the following package managers: ![Aikido Safe Chain demo](https://raw.githubusercontent.com/AikidoSec/safe-chain/main/docs/safe-package-manager-demo.gif) +# Using Safe Chain across a team? + +[Aikido Endpoint](https://www.aikido.dev/protect/endpoint-protection) builds on Safe Chain, extending package and extension security across more ecosystems: **npm**, **PyPI**, **Maven**, **NuGet**, **VS Code**, **Open VSX** - (Cursor, Windsurf, Kiro, Vs Codium, ...), **Chrome extensions**, **Skills.sh AI skills** and more. + +Get centralized policy management, request-and-approval workflows, and visibility across every developer workstation in your org. Powered by the same Aikido Intel feed. Deploy it manually or manage it through your MDM tool (Jamf, Fleet, or Iru). + ## Installation Installing the Aikido Safe Chain is easy with our one-line installer. @@ -535,18 +541,3 @@ npm-ci: # Troubleshooting Having issues? See the [Troubleshooting Guide](https://help.aikido.dev/code-scanning/aikido-malware-scanning/safe-chain-troubleshooting) for help with common problems. - -# Using Safe Chain across a team? - -[Aikido Endpoint](https://www.aikido.dev/protect/endpoint-protection) builds on Safe Chain, extending package and extension security across more ecosystems: - -- **npm** -- **PyPI** -- **Maven** -- **NuGet** -- **VS Code** -- **Open VSX** - (Cursor, Windsurf, Kiro, Vs Codium, ...) -- **Chrome extensions** -- **Skills.sh AI skills** - -Get centralized policy management, request-and-approval workflows, and visibility across every developer workstation in your org. Powered by the same Aikido Intel feed. Deploy it manually or manage it through your MDM tool (Jamf, Fleet, or Iru).