Store Warden

Documentation

Introduction to Store Warden

Store Warden is the most advanced security suite for modern e-commerce architectures. Whether you're running on Shopify, Medusa, or a custom headless setup, Store Warden provides real-time threat detection and fraud prevention.

Secure your store in minutes

Store Warden acts as a proactive guardian for your digital storefront, analyzing every request for malicious patterns before they reach your backend.

What is Store Warden?

At its core, Store Warden is a proxy-layer security platform. It sits between your users and your application, providing several layers of protection:

  • Fraud Detection: AI-powered analysis of transaction patterns.
  • DDoS Mitigation: Automated rate limiting and bot filtering.
  • API Shield: Token validation and payload inspection.
  • Privacy Compliance: Automatic PII masking and GDPR auditing.

Installation

To get started with the Store Warden CLI, run the following command in your terminal:

Terminal
npm install @store-warden/cli -g

Once installed, initialize your project using the init command. This will guide you through connecting your store and setting up your environment variables.

warden init --project-name my-secure-store