From 71d5e4b678c832651c79234fee1f3849eb05fc86 Mon Sep 17 00:00:00 2001 From: "Milan M. Williams" Date: Mon, 1 Jun 2026 17:26:38 -0700 Subject: [PATCH 1/4] docs: add hosted remote server steps to Claude Code tab (internal demo) Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/guardian.mdx | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/docs/guardian.mdx b/docs/guardian.mdx index 8702b8b40..c747e18ec 100644 --- a/docs/guardian.mdx +++ b/docs/guardian.mdx @@ -83,6 +83,52 @@ semgrep login && semgrep install-semgrep-pro The plugin registers a post-tool hook so Claude Code scans every file it writes. Learn more about [Claude Code plugins](https://code.claude.com/docs/en/plugins) and [hooks](https://code.claude.com/docs/en/hooks). + + + Early access beta. Internal demo only. + + If you can't install the Semgrep CLI locally, you can use Semgrep's hosted remote server instead. + + + + Start a Claude Code instance: + + ```bash + claude + ``` + + + Add the Semgrep marketplace: + + ```bash + /plugin marketplace add semgrep/guardian-claude + ``` + + + Install the plugin from the marketplace: + + ```bash + /plugin install semgrep-plugin@semgrep-guardian-claude + ``` + + + Tell Claude to load the plugin: + + ```bash + /reload-plugins + ``` + + + Start a new session in Claude to begin the Semgrep login flow: + + ```bash + /clear + ``` + + Alternatively, exit and relaunch Claude Code. + + + From bfe776e2645a71d198caa9bbbe345179167d421c Mon Sep 17 00:00:00 2001 From: "Milan M. Williams" Date: Mon, 1 Jun 2026 17:30:46 -0700 Subject: [PATCH 2/4] docs: drop internal demo only language from hosted remote server section Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/guardian.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guardian.mdx b/docs/guardian.mdx index c747e18ec..8377340a7 100644 --- a/docs/guardian.mdx +++ b/docs/guardian.mdx @@ -84,8 +84,8 @@ semgrep login && semgrep install-semgrep-pro The plugin registers a post-tool hook so Claude Code scans every file it writes. Learn more about [Claude Code plugins](https://code.claude.com/docs/en/plugins) and [hooks](https://code.claude.com/docs/en/hooks). - - Early access beta. Internal demo only. + + Early access beta. If you can't install the Semgrep CLI locally, you can use Semgrep's hosted remote server instead. From 10e67ea69ace9fc68f0f2366a1e53c23d9a65ad8 Mon Sep 17 00:00:00 2001 From: Milan Williams Date: Wed, 3 Jun 2026 05:59:15 -0700 Subject: [PATCH 3/4] Update docs/guardian.mdx Co-authored-by: Abhijna Parigi --- docs/guardian.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guardian.mdx b/docs/guardian.mdx index 8377340a7..1d5e4c612 100644 --- a/docs/guardian.mdx +++ b/docs/guardian.mdx @@ -84,7 +84,7 @@ semgrep login && semgrep install-semgrep-pro The plugin registers a post-tool hook so Claude Code scans every file it writes. Learn more about [Claude Code plugins](https://code.claude.com/docs/en/plugins) and [hooks](https://code.claude.com/docs/en/hooks). - + Early access beta. If you can't install the Semgrep CLI locally, you can use Semgrep's hosted remote server instead. From 0cd4b5f5ecd39b28ec88cd5bbd5a85985304f754 Mon Sep 17 00:00:00 2001 From: "Milan M. Williams" Date: Wed, 3 Jun 2026 12:57:12 -0400 Subject: [PATCH 4/4] docs: drop early access qualifier from hosted remote server section Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/guardian.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guardian.mdx b/docs/guardian.mdx index 1d5e4c612..55d43742a 100644 --- a/docs/guardian.mdx +++ b/docs/guardian.mdx @@ -85,7 +85,7 @@ semgrep login && semgrep install-semgrep-pro The plugin registers a post-tool hook so Claude Code scans every file it writes. Learn more about [Claude Code plugins](https://code.claude.com/docs/en/plugins) and [hooks](https://code.claude.com/docs/en/hooks). - Early access beta. + Beta. If you can't install the Semgrep CLI locally, you can use Semgrep's hosted remote server instead.