From af37d26e3febe4d853fe5c908fa16670c92a7beb Mon Sep 17 00:00:00 2001 From: Hisku Date: Thu, 26 Mar 2026 09:08:31 +0000 Subject: [PATCH] fix: use absolute URLs for README images to fix npm display Relative paths (assets/banner-*.svg, assets/demo-*.svg) resolve correctly on GitHub but break on npm's markdown renderer which has no base URL context. Replaced with raw.githubusercontent.com URLs. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbc266d..03ee952 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
- - Defender by StackOne — Indirect prompt injection protection for MCP tool calls + + Defender by StackOne — Indirect prompt injection protection for MCP tool calls

@@ -61,8 +61,8 @@ if (!result.allowed) { ## How It Works - - Defender flow: a poisoned email with an injection payload is intercepted by @stackone/defender and blocked before reaching the LLM, with riskLevel: critical and tier2Score: 0.97 + + Defender flow: a poisoned email with an injection payload is intercepted by @stackone/defender and blocked before reaching the LLM, with riskLevel: critical and tier2Score: 0.97 `defendToolResult()` runs a two-tier defense pipeline: