Seguridad RankShield

AI-powered behavioral threat defense for EmDash — bot detection, CTR attack defense, hardware fingerprinting.

Extensión

Seguridad RankShield

AI-powered behavioral threat defense for EmDash — bot detection, CTR attack defense, hardware fingerprinting.

  • Categoría: Security
  • Estado: Disponible
  • Versión: 1.1.0
  • Precio: Free

The first and only security plugin built for EmDash CMS. Protects your site from black-hat SEO attacks, bot traffic, NavBoost manipulation with behavioral fingerprinting and AI-powered threat detection.

Installation

npm install @rankshield/emdash-security
import { rankShield } from "@rankshield/emdash-security";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [
        rankShield({
          apiKey: import.meta.env.RANKSHIELD_API_KEY,
          mode: "protect",
          showBadge: true,
        }),
      ],
    }),
  ],
});

Configuration

OptionDescription
apiKeyRequired API key
mode"monitor", "protect", or "paranoid"
blockThreshold0–100, lower = more aggressive
showBadgeShow security badge on site
alertWebhookOptional Slack webhook URL

Also supports sandboxed deployment via sandboxed: [].