Segurança RankShield
AI-powered behavioral threat defense for EmDash — bot detection, CTR attack defense, hardware fingerprinting.
Extensão
Segurança RankShield
AI-powered behavioral threat defense for EmDash — bot detection, CTR attack defense, hardware fingerprinting.
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
| Option | Description |
|---|---|
apiKey | Required API key |
mode | "monitor", "protect", or "paranoid" |
blockThreshold | 0–100, lower = more aggressive |
showBadge | Show security badge on site |
alertWebhook | Optional Slack webhook URL |
Also supports sandboxed deployment via sandboxed: [].