You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use absolute URLs for README images to fix npm display (#28)
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 <noreply@anthropic.com>
<imgsrc="assets/demo-light.svg"alt="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"width="900" />
<imgsrc="https://raw.githubusercontent.com/StackOneHQ/defender/main/assets/demo-light.svg"alt="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"width="900" />
66
66
</picture>
67
67
68
68
`defendToolResult()` runs a two-tier defense pipeline:
0 commit comments