Your website, e-shop, backend and AI chat are now entrances to your data.

Protection for your website, e-shop, backend and AI chat.

Corpilus Shield is a security layer between the user, your website, e-shop, backend and AI tools. It protects forms, login, checkout, uploads and the chat that works with your data. It checks risky requests, answers and tool actions, anonymizes sensitive data and stops problems before they reach your systems.

Website and e-shop protectionBackend protectionProtect existing chatMCP tool controlData anonymizationEU hosting

A 15-minute technical call. We review your chat, website, MCP tools or the highest-risk data flow.

Bots
LLM
MCP
Web
Corpilus Shield
See Shield in action

What if these things happened to your site?

Three real attacks every business sees daily. Then one line of code that stops all of them.

Threat 1 of 3

What if a bot tried to log in 1,000 times per second?

Credential stuffing is the most common attack on the open web. A bot uses lists of leaked username/password pairs from previous breaches — your site, your users.

Without Shield: account taken over in 12 seconds.
Live API · production

Try Shield against a real attack

Real HTTP request to our production API. No login required.

POST api.corpilus.com/api/v1/shield/events

Real HTTP request to our production API. No login required.

Free for first 50 sign-ups

Want a personalized security audit of YOUR site?

We'll scan your domain for 18 known vulnerabilities — admin path probes, missing security headers, exposed config files, supply-chain risks, AI scraper policy — and send you a branded PDF report.

  • Non-invasive scan — no exploits, no data extraction
  • Branded PDF report with severity-ranked findings
  • Customer-specific recommendations for each finding
  • Free during beta — first 50 sign-ups only
📋 Request free auditWe'll respond within 24 hours.
2026 threat landscape

A chat, form or MCP tool is an entrance into your company. Shield controls what gets through.

An attack no longer has to look like a classic hack. It can be a chat prompt, a file in a form, a fake login or an MCP call requesting more data than it should receive.

Fake registrations

Bots create accounts faster than your team can delete them.

They distort metrics, burn limits and prepare the ground for fraud.

Login attacks

Someone tests stolen or guessed passwords against your site, often distributed across thousands of IPs.

One successful login can turn a customer account into an incident.

Form spam

Your inbox fills with messages no human wrote.

Real customer messages get buried, the team loses time and deliverability suffers.

Stolen-card testing

Fraudsters test thousands of cards against your checkout for cents, just to verify which numbers work.

Payment providers penalize you, Stripe trust drops and real customers may be blocked.

Malicious upload files

Macro viruses, PDFs with JavaScript and SVG payloads arrive as attachments through a contact form.

Malware reaches a mailbox, cloud drive or a colleague's computer.

Phishing through forms

An attacker uses your form to send email in the name of a bank or supplier, with a fake invoice attached.

Your brand becomes the delivery path for phishing, creating reputational and legal risk.

Silent content scraping

Scrapers copy your catalogue, prices and copy for competitors or fake shops.

You lose SEO value, pricing edge and content you paid to create.

Manipulating your AI

A chatbot can be talked into breaking rules or revealing its system prompt.

Internal instructions or data leak, and your company carries the responsibility.

These are not eight separate problems. They are one problem: an unguarded entrance to your data, accounts and tools. Shield puts those entrances under one policy and one audit trail.

47% of web traffic in 2026 is non-human. (Imperva Bad Bot Report.)

Corpilus Shield

A security layer between people, AI and your data.

Shield helps companies use AI without blindly trusting every prompt, answer or tool call. It can protect Corpilus AI and the chat you already use through an LLM proxy, MCP policy engine, sensitive-data anonymization, a web-form widget and auditable rules.

Bot / headless browser
Prompt injection
Stolen passwords
Malware upload
Scraper
Shield
Forms
Login
LLM chat
MCP tools
SQL / DB
Dashboard sample
247
Blocked
38
Challenged
12 841
Allowed

Protects more than the web

The same policy can cover contact forms, login, uploads, AI chat, MCP tool calls and read-only database access. Your team sees risk in one dashboard, not five separate tools.

Reduces AI misuse and error risk

Prompt injection, jailbreaks, system-prompt leakage, excessive MCP calls and sensitive data in text are evaluated before the request moves forward.

Sensitive data stays controlled

PII, secrets, API keys and company identifiers can be anonymized, redacted or blocked by policy. The goal is not to slow AI down, but to prevent unnecessary data exposure.

Audit for technical and compliance teams

Every decision has a reason, risk level and audit trail. Detection details are protected against bypassing, while customers get explanations, log exports and technical evidence.

Capabilities

Protection for AI chat, MCP, web inputs and data.

Shield is not just anti-bot. It is a security layer for the places where a user or agent interacts with your company: a prompt, form, upload, login, MCP tool or database query.

Combines behavioural signals with a rotating device fingerprint and IP reputation. Detection thresholds are not published to avoid calibration mapping.

Per-account throttling works independently of IP, the k-anonymity HIBP proxy never sees a plaintext password. Password change requires a combination of velocity, recent-login and session-drift signals.

The LLM proxy is BYOK — we never see or store customer tokens. The semantic firewall uses local embedding models, with no per-request API cost.

Works with the card-fingerprint hash from your PSP — we never see the raw PAN. Combines BIN-level velocity and fingerprint linking across device, session and tenant.

Uploads pass through a quarantine with an extension allowlist, magic-byte sniffing and content scanning. Phishing detection is brand-agnostic — it detects the pattern, not a specific brand.

AST validation on every query. Sensitive-field redaction is configurable per tenant. Crypto detection covers 7 blockchain address formats.

New rules go through canary rollout with anomaly-based gating. Cross-tenant learning only propagates anonymised patterns with maturity: experimental → candidate → confirmed.

RLS is forced on every shield_* table. The HMAC signing secret is server-only — a leaked site_key cannot forge a token. The audit log captures actor, timestamp and a before/after diff.

The SDK runs a 3-state circuit breaker (closed / open / half-open) and is not coupled to a single point of failure. The remediation code lets the front-end show a user-friendly message.

Append-only at the database role level (REVOKE UPDATE, DELETE), per-tenant Ed25519 keypairs, and RFC 3161 anchoring against an external TSA. A single byte changed inside the log invalidates every subsequent hash — the chain refuses to verify and the tampering is auditable.

Snapshots are sealed with a hybrid envelope (RSA-OAEP-SHA256 for the AES-256-GCM key, AES-256-GCM for the payload). The archive can be uploaded to any S3-compatible store. Weekly cron auto-archives are optional. Only the private key holder can decrypt — Shield infrastructure cannot read past snapshots.

9
detection languages
5
content-score languages
3
backend SDKs
40+
detection controls

Keystroke dynamics, mouse trajectory R², scroll patterns, touch events, form-fill timing, page-dwell — multi-signal inputs fed into the local scorer and backend scoring pipeline.

Protects against
Form-fill bots, headless automation, scripted submissions.

Canvas, WebGL, audio context, font detection, navigator fingerprinting fused into a SHA-256 device hash. Detects headless browsers and anti-detect tools.

Protects against
Headless browser frameworks, anti-detect automation tooling.

Short-lived cache snapshot of device_hash, webgl_renderer, user_agent, timezone, screen_resolution at session start. Sensitive events (login, form submit, checkout) compare the live fingerprint; drift adds significant risk signals respectively.

Protects against
Session hijacking, token replay, stolen-cookie attacks, mid-session device swaps.

OpenAI- and Anthropic-compatible base URL. Shield scans every prompt before forwarding and every completion before returning, blocks on policy hit, strips PII / secrets on stream.

Protects against
Prompt injection, jailbreak, PII / secret exfiltration from LLM apps.

Embedding-based detection across many attack categories. "Disregard earlier directives" ≈ "Ignore previous instructions" at cosine similarity. Ollama-local embeddings — zero per-request API cost.

Protects against
Paraphrased prompt injection, synonym jailbreaks, obfuscated attacks, cross-language variants.

Tool-call interception for Claude / Cursor / IDE agents. JSON Schema validation of arguments, chain-step limit, domain allowlist, explicit approval gates on destructive tools. Inspects every invocation against agent-protection rules before execution.

Protects against
Malicious tool abuse, file / shell exfiltration, supply-chain agents, runaway agent loops.

40+ patterns scanning input + output + tool calls before / after the model runs. Runs alongside the Semantic Firewall for layered defence.

Protects against
Prompt injection, DAN-style jailbreaks, memory poisoning, tool abuse, data exfiltration.

5 tools exposed via MCP: shield_get_stats, shield_get_threats, shield_add_rule, shield_get_events, shield_verify_token. Let your Claude / Cursor agent investigate and act on incidents without leaving the chat.

Protects against
Blind admin response — agents can investigate and act on incidents programmatically.

AST-parsed SQL validation. Blocks UNION, INTO OUTFILE, pg_sleep, information_schema. LIMIT capped. Sensitive columns (password, api_key, ssn) auto-redacted. Query fingerprinting and honeytoken trap tables.

Protects against
SQL exfiltration, schema enumeration, pagination abuse, sensitive-data leaks.

Wallet detection: BTC (P2PKH/Bech32), ETH, SOL, TRX, XRP, LTC, DOGE. BIP-39 seed phrase scanning (12/24 word). Signing prompts (EIP-712). Mining domains blocked. Payment redirect patterns.

Protects against
Wallet theft, seed-phrase leakage, mining script injection, payment redirects.

Bigram gibberish detection (EN / DE / CS / SK / ES), 100+ disposable email domains, spam patterns (repeated chars, ALL CAPS, URL flood), suspicious name detection. Phishing and bad-content corpus covers 9 languages (see Phishing card). Additive scoring with cluster bonuses.

Protects against
Form spam, fake registrations, throwaway accounts, gibberish submissions.

Multi-layered email + attachment scanner. Detects Slovak/Czech/Polish/German/French/Spanish/Serbian bodies stripped of diacritics (the strongest real-world phishing signal), password-hint social engineering across 9 languages, mainframe-mimicry filenames, and password-protected PDF / Office files. Brand-agnostic cluster catches the same shape with any impersonated company name.

Protects against
Phishing drops, credential harvesting, password-protected malware droppers, attachment-based social engineering.

check_upload() accepts form_fields. When a file upload is accompanied by form data (title, description, name, message), Content Quality Scoring runs on those fields too. A clean PDF with gibberish metadata still gets rejected at high-confidence score.

Protects against
Fake account registrations, low-quality form spam with attachments, bot-filled support tickets.

Every file passes a quarantine gate — extension allowlist, magic-byte MIME sniffing, Office macro detection, PDF JavaScript / Launch / OpenAction, SVG / HTML script injection. Per-tenant max size and extension list.

Protects against
Malware drop, macro viruses, PDF-borne JS, SVG-XSS, polyglot files.

Python (FastAPI / Django / Flask), Node.js (Express / Next.js), PHP (WordPress / Laravel). Validates X-Shield-Token on every request. No token → 403. HMAC verify is cached with a short-lived cache per (token, path).

Protects against
Requests bypassing the JS widget (curl, Postman, Python requests, raw HTTP).

3-state breaker (closed / open / half_open) in all three backend SDKs. After consecutive transport errors → OPEN for a brief interval → 1 HALF_OPEN probe. 4xx doesn't trip the breaker. PHP uses APCu for cross-FPM-worker state. No more timeouts on every request during an upstream incident.

Protects against
Cascading timeouts, retry storms, request pile-up during Shield-API outages.

Reason → (machine_code, human_hint) map. /shield/verify and all 3 SDK 403 bodies return remediation + remediation_code. Legit false-positive users see "Your session expired — please reload" instead of a silent 403.

Protects against
Bad UX on false-positive, support ticket load, silent-fail confusion.

Drop-in PHP plugin: auto-injects the widget, ships middleware that validates Shield tokens on /wp-login.php and admin endpoints. Fail-closed by default, configurable.

Protects against
WordPress brute force, xmlrpc abuse, wp-admin enumeration on EU SMB sites.

Multi-dimensional rate limiting: per-IP, per-device, per-endpoint, with progressive escalation. Server-side counters with sliding windows.

Protects against
Brute force, credential stuffing, scraping, API enumeration.

IP geolocation via ip-api.com (short-lived cache). Per-site blocked / allowed country lists. Datacenter and proxy / Tor score modifiers. Page-load hard block with access-denied overlay before widget initialises.

Protects against
Traffic from disallowed regions, anonymising infrastructure, compliance-driven restrictions.

Widget prevents form submission at high-confidence score. Red overlay: "Blocked by Corpilus Shield". Server-signed HMAC-SHA256 tokens auto-attached to fetch() via interceptor.

Protects against
High-confidence bot submissions reaching the backend.

278 compiled detection patterns scanned automatically on every event — covers all OWASP Top 10 2025 categories. Payload-level inspection happens before scoring.

Protects against
SQL injection, XSS, path traversal, command injection, SSRF, SSTI, LDAP injection, XXE, NoSQL injection, log4j JNDI, security misconfig probes, supply-chain typosquats, stack-trace leakage.

AI analyzér analyses events continuously. RAG context grounded in a curated security knowledge base. Auto-creates threats and rules from real observations.

Protects against
Novel / unseen attack patterns missed by static rules.

Pre-built threat-intel context (mini-CAG). Bot signatures, attack patterns, OWASP samples baked in — new sites are protected from the first page view.

Protects against
Cold-start blindness — new sites are protected immediately.

Shield's Security Knowledge collection ships with curated docs (OWASP Top 10, bot detection, incident response). Admins can upload their own company playbooks, post-mortem reports, or domain-specific threat intel. Every upload runs through a multi-layer scan. Clean docs land as trust_state='pending' until an admin explicitly promotes them to 'active'. Only active docs reach the AI analyzer's RAG context.

Protects against
Tenant-specific attack patterns that generic training data never sees — internal fraud schemes, industry-specific account takeover, post-M&A integration attacks. Scan + canary gate prevent poisoning of the learning pipeline.

Anonymised pattern sharing — IPs reduced to /24, PII stripped, maturity gating (experimental → candidate → confirmed). One tenant's confirmed attacker becomes everyone's known threat within minutes.

Protects against
Distributed campaigns hitting multiple Shield-protected sites.

Widget MutationObserver snapshots all <script> tags at boot. Any subsequently injected script is reported as script_integrity_violation telemetry with src, external/same-origin, content length, stable hash. Capped per page-load. Tenant allowlist for trusted CDNs.

Protects against
Supply-chain attacks, malicious browser extensions, XSS token theft, ad-fraud overlays.

Redis counter per SHA-256(account_id). Each failure over the cap adds significant risk score. A distributed attack that spreads many attempts over thousands of IPs still lands on the same account bucket — the attempt on victim@corp.com triggers challenge regardless of which IP sent it. Counter resets on a successful login.

Protects against
Distributed credential-stuffing, residential-proxy brute force, low-and-slow password guessing.

GET /shield/password/breach-range/{prefix} — client computes SHA-1(password) locally in the browser, sends only the 5-char hex prefix, Shield proxies to api.pwnedpasswords.com and streams back the suffix+count list. Client compares its own suffix locally. Server never sees plaintext OR the full hash.

Protects against
Credential reuse, signup with known-breached passwords, quiet exposure via paste-bin dumps.

A/AAAA + MX record check on signup. Fail-open on timeout. Short-lived per-domain cache so rapid signup waves from the same throwaway domain don't re-hammer DNS.

Protects against
Throwaway signup domains, typo-squats that have no hosting, shortly-after-registration attacker domains.

25+ protected brands (Google, Microsoft, Apple, PayPal, Stripe, Meta, LinkedIn, Revolut, SK/CZ banks & insurers). Three-tier detector: 1) normalised exact match via homoglyph map, 2) Levenshtein distance for long brands, 3) brand-substring + decorative suffix (secure/login/support/verify/auth/signin/account/official/help).

Protects against
Brand-impersonation signups, phishing-infrastructure registrations, fake 'support' domains.

Velocity counters per IP and per device. Recent-login requirement: no successful login from this device recently → significant risk signal. Session Continuity: password_change is now in the SENSITIVE event set, so full fingerprint drift blocks immediately. The classic 'attacker grabs session → changes password → locks out user' chain needs to survive all three gates.

Protects against
Account-takeover lockout chain, session-replay password reset, mass bulk-takeover via stolen cookies.

Email (HTML), Slack, Discord, generic JSON webhooks. Weekly security report with stats, top threats, block rate. Per-webhook severity gate (low / medium / high / critical).

Protects against
Late incident detection — admins notified within seconds.

Every rule change, site config edit, manual block, AI decision is recorded with actor, timestamp, before/after diff. Hash-chained, signed, and exportable as auditor-ready evidence bundle.

Protects against
Silent tampering — and provides a complete paper trail when your auditor (ISO, SOC 2, internal) asks. Shield itself is not currently externally certified.

HMAC-SHA256 tokens are minted server-side from the per-site secret and returned via /shield/events. The widget never holds the signing secret — a leaked site_key cannot be used to forge valid tokens.

Protects against
Token forgery from a stolen public site_key.

PostgreSQL Row-Level Security forced on all shield_* tables. Each request runs under a tenant-scoped role — no application-layer bypass possible even if the API has a bug.

Protects against
Cross-tenant data leaks, broken-access-control bugs in app code.

Tracks attempts per card BIN across rolling windows. Burst patterns consistent with card-testing activate progressive challenge or block. Thresholds are tenant-tunable; defaults are conservative.

Protects against
Card-testing campaigns, BIN enumeration, stolen-card validation bursts.

When the same PSP-provided card fingerprint appears across multiple devices, sessions or tenants in a short window, attempts are correlated and scored as a coordinated attack. Raw PAN never leaves your PSP.

Protects against
Distributed card-testing, velocity evasion via rotating IP / device.

Tenant-scoped baseline of issuer-country distribution. A sudden concentration of attempts against issuers from a small number of countries — well above baseline — flags probable carding traffic.

Protects against
Targeted issuer attacks, stolen-card dump campaigns, geo-clustered fraud.

Aggregates multiple signals — diverse BIN spread, same device or session, high failure ratio — into a named carding verdict. Upgrades decision severity when confirmed by post-charge PSP feedback.

Protects against
Coordinated card-testing campaigns, fraud-validation traffic, PSP penalty avoidance.

Slow-burn attacks no longer slip through. Shield watches the whole conversation arc, not just one message at a time. An attacker who chats innocuously for many turns and only then pivots to data extraction or credential phishing is caught at the moment the pattern emerges.

Protects against
Multi-turn jailbreaks, slow-pivot social engineering, AI agents that start friendly and shift to extraction over a long session.

Before your agent runs a tool, Shield asks: is the user's actual intent consistent with calling this tool? A request to summarise a document should not trigger a database export. A travel-booking chat should not be calling a payments tool. Mismatches are gated for review.

Protects against
Agents calling sensitive tools under benign-looking prompts, prompt-injected tool abuse, accidental destructive operations.

Compromised agents and curious LLMs typically scan the environment before acting — listing directories, reading config paths, enumerating environment variables. Shield flags this reconnaissance pattern early, before any data leaves the box.

Protects against
Sandbox-escape attempts, container reconnaissance, env-secret enumeration, agent-stage probing before exfiltration.

A single conversation can never quietly burn your whole monthly AI budget. Shield enforces a per-session ceiling on tokens, tool calls and elapsed time. When the cap is reached the session is paused or terminated and the operator is notified.

Protects against
Cost-explosion attacks, infinite-loop agent failures, denial-of-wallet, accidental runaway prompts.

Shield learns what normal looks like for each user — typical hours, typical actions, typical pace — and quietly flags the day that pattern breaks. A logged-in session that suddenly behaves nothing like the real user is treated as a possible takeover.

Protects against
Compromised accounts, identity hijack after credential theft, insider-mode account misuse, post-phishing session reuse.

Decoy records, files and credentials are planted in places only an attacker would dig. Real users never see them. The moment one is touched, accessed or used, Shield has a high-confidence breach signal with effectively zero false positives.

Protects against
Silent breaches that bypass other detections, insider data theft, post-compromise lateral movement.

Attackers hide malicious payloads inside layered encodings — base64, hex, percent-encoding, unicode escapes — to slip past simple string filters. Shield unwraps these layers before scoring, so the underlying attack is matched against the same protections as a plain-text version.

Protects against
Base64 / hex / percent-encoded smuggling, multi-layer payload obfuscation, encoding-based filter evasion.

Before any rule, model or scorer update ships, it is run against a continuously growing corpus of real-world attack scenarios. If a release accidentally weakens detection on a known threat shape, the change is blocked at CI — not after a customer is breached.

Protects against
Silent detection regressions, accidental false-negative drift during releases, security debt accumulating across versions.

Every security decision and config change is written to a tamper-evident chain. Edits and deletions are mathematically detectable. Auditors, regulators and incident responders get a trustworthy timeline even in the worst-case scenario where an attacker reaches admin credentials.

Protects against
Insider rewriting history, forensic tampering, regulatory dispute over what happened and when, post-incident attribution gaps.

When something happens, you do not want to spend hours collecting logs. One click produces an encrypted, time-stamped bundle of the relevant tenant state — events, rules, decisions, recent traffic — ready to hand to your security team, lawyer or regulator.

Protects against
Slow incident response, lost forensic state between detection and review, breach disclosures that miss the regulator window.

Shield does not lock you into one AI vendor. Bring your own OpenAI / Anthropic / Google key, point at a dedicated Ollama instance, or run fully local. Set hard cost caps and routing rules. Your data flows only to providers you explicitly approve.

Protects against
Vendor lock-in, surprise cost overruns, data-residency gaps, regulatory restrictions on cross-border AI processing.

For your highest-risk actions Shield can require a hardware-rooted gesture: Touch ID, Windows Hello, a hardware security key. These are physical-presence checks that an LLM-powered agent or remote attacker cannot solve, no matter how clever the prompt.

Protects against
LLM-solvable CAPTCHAs, remote-only account takeover, agent-driven privileged actions, password-only step-up flows.

For regulated, classified or disconnected environments Shield ships as a self-hosted package with signed release artifacts and a fully offline install path. Nothing has to talk to the public internet, but you still get rule, model and intel updates on your own schedule.

Protects against
Compliance-restricted environments, classified networks, regulated data-sovereignty zones, supply-chain attacks on the install path.

Shield can flag form, message and document submissions that look machine-generated rather than human-typed. Combined with behaviour and timing signals, this gives operators a clear answer to "is this real?" on application forms, CVs, support tickets and reviews.

Protects against
AI form spam, AI-written CV / application fraud, AI-generated support ticket floods, AI-written fake reviews.

The widget snapshots fetch, XHR, navigator and userAgent at boot and re-checks periodically. If a browser extension, injected script or third-party tag flips navigator.webdriver, wraps fetch, replaces XHR or mutates navigator descriptors, Shield reports the tampering and can refuse to issue a token. Per-attribute form.action / hidden-input change tracking is roadmap, not wired today.

Protects against
Malicious browser extensions, ad-injected form takeovers, evil third-party tag managers, client-side payment-form hijacking.

Every request is checked in O(1) against 48,000+ real-time threat indicators refreshed frequently. No customer setup — platform-funded. Adds score boost on match.

Protects against
Botnet C2 callbacks, scrapers, anonymizing infrastructure, active attacker IP ranges, hijacked netblocks.

Premium reputation services lookup on suspicious events only. Per-tenant Fernet-encrypted keys; no platform-shared keys, lookups happen on your quota.

Protects against
Targeted attacker IPs flagged by commercial threat intelligence vendors, beyond what public feeds catch.

All ten 2025 OWASP categories addressed — A01 access control, A02 misconfig, A03 supply chain, A04 crypto, A05 injection, A06 design, A07 auth, A08 integrity, A09 logging, A10 exception handling. Pattern set sourced from OWASP CRS v4, nuclei templates, PayloadsAllTheThings.

Protects against
Every web-app threat in the OWASP 2025 catalog, from classic injection through the new Supply Chain and Mishandling-of-Exceptional-Conditions categories.

Identifies bots from OpenAI, Anthropic, Google-Extended, Perplexity, ByteDance, CommonCrawl, Meta, Apple, Cohere, Mistral, AllenAI, You.com and more. Tenant chooses block / monitor / allow per vendor.

Protects against
Unauthorized scraping of your content for LLM training, while still allowing legitimate search engines (Bingbot, classic Googlebot) through.

log4j JNDI gadgets (${jndi:ldap://...}), LDAP injection, XML External Entity, MongoDB-style NoSQL operator injection — all blocked at the /shield/events ingest before reaching your backend.

Protects against
The 2021-era log4shell-class attacks, no-SQL bypass, XML entity exfiltration, LDAP query escapes — categories most WAFs only added recently.

Read-only view of all 278 patterns Shield runs on every request, grouped by category. Customers see exactly what's protecting them — no marketing claims to verify.

Protects against
Transparency gap — auditors and security teams can match Shield's actual detection set against their own risk register.

Click any card to expand for the full description and threat model.

Want full technical detail, integration diagrams and a WAF / reCAPTCHA comparison? → Shield Deep Dive

New — May 2026

Widget Hardening for the AI-Adversary Era

LLM-driven attacks now defeat naive bot detection — realistic Playwright sessions, Bezier-curve mouse trajectories, image CAPTCHA solving. We shipped 8 phases of client-side hardening so the widget defends itself against adaptive adversaries.

Zero changes to your install — the same one-line snippet still works.

Per-Tenant Rotation

Runtime is bundled per-tenant per-week. Reverse engineering one tenant's widget doesn't help attack another.

Self-Tamper Detection

Widget snapshots window.fetch, XMLHttpRequest, navigator at boot — re-checks every 15s. Malicious extensions get caught.

Decision Slim-Down

Backend no longer returns score or reason to the widget — closes the gradient leak adaptive attackers exploit.

WebAuthn Challenge

Hardware-rooted UV challenge — Touch ID, Windows Hello, security keys. No LLM can solve it.

Behavior Clustering

On-device k-means assigns every session to one of 8 profiles — 4 human, 3 bot, 1 unknown. Backend uses it as a coarse persona key.

Fingerprint Stability

Cross-session similarity score cached in localStorage. Sudden drops indicate spoofing.

Persona Farm Detection

When 10+ personas share a behavior + IP CIDR + UA family signature, an alert fires. Counter to warmup-then-strike attacks.

Account-Farm Signals

Pre-screen registrations: disposable email, phone validity, SSO presence. Stops account farms before they exist.

Pricing

Simple pricing for serious protection.

Pricing is based on protected domains, protected actions and support level. Core security layers are included in every plan, without hidden add-ons for essential protection.

The same security core in every plan.

Bot protection, forms, login, AI chat, MCP tools, uploads, SQL protection and audit are included in every Shield plan. You mainly choose by traffic volume, number of domains and required support level.

  • Protection for websites, e-shops, backend, AI chat and MCP tools
  • Sensitive-data anonymization and AI usage rules
  • Tamper-evident audit log with auditor-ready export
  • Tenant isolation, HMAC tokens and EU hosting
  • SDKs for Python, Node, PHP and a WordPress plugin
  • Checkout protection against carding and fraud attempts

Starter

€49/mo
  • 1 domain
  • 10 000 protected actions / mo
  • 2 admin users
  • Email · 48 h
Most selected

Business

€179/mo
  • 3 domains
  • 100 000 protected actions / mo
  • 5 admin users
  • Email + chat · 12 h

Dedicated

Quote
  • Unlimited domains
  • Unlimited actions
  • Custom admin users
  • Custom SLA · on-prem / air-gapped

Protected action = form submission, login, checkout, upload, API call or AI/MCP request. A normal page view does not count.

Scale as needed

+10,000 protected actions / mo10/mo
+100,000 protected actions / mo50/mo
+1 additional domain15/mo

Does not apply to Dedicated — everything is included in the offer.

Already using Corpilus AI? Shield is 20% cheaper in a bundle.
Starter + Cloud Start: €79/mo instead of €98 · Business + Cloud Business: €222/mo instead of €278

When you approach a limit, we notify you first. No silent invoice surprises.

FAQ

Questions buyers actually ask.

No diplomacy. If you looked elsewhere and did not find the answer, it is probably here.

Protection and effectiveness

Five attack families: bots and scrapers, account-takeover attempts, attacks through your AI (prompt injection, jailbreak, MCP abuse), malicious files and phishing in uploads, suspicious SQL payloads and data copying. The full capability matrix belongs to these families.

Yes. Shield does not have to replace your existing chat. It can work as a protective layer in front of an LLM endpoint, chat interface or MCP tools. It checks inputs, responses and tool calls against your company policy and can anonymize sensitive data before it is sent further.

Every decision has a confidence score, reason code and one-click override. When uncertain, Shield prefers a softer challenge (honeypot, PoW) instead of a hard 403. You can whitelist an IP, user ID or country in 30 seconds, and every block is auditable.

WAF and reCAPTCHA handle generic HTTP abuse and human-vs-bot checks at the edge. Shield works one layer deeper: prompt injection against LLM endpoints, MCP agent abuse, semantic form spam and suspicious SQL patterns that a regex-based engine can miss. Use it alongside your WAF, not instead of it.

Privacy and compliance

All telemetry stays on EU infrastructure (Germany primary, EU-West failover). A signed DPA and sub-processor list are available before signature. IP addresses are hashed, with 30-day default retention that can be configured.

Default: embeddings and bot classification run on local Ollama models in our EU infrastructure, so ordinary traffic never sees a US LLM. Optional deeper analysis can call OpenAI / Anthropic / Google as a per-tenant opt-in, logged and switchable. The LLM proxy is BYOK — your API key and tokens remain yours, and we do not see the content.

No. Shield uses only strictly necessary cookies / localStorage for the security session. Under ePrivacy and GDPR, these are exempt from consent. Your existing cookie banner can cover the notice.

Integration and operations

Three options: SDK for Next.js / Node / Python / PHP / WordPress, reverse-proxy mode without code changes, or an edge worker for Cloudflare / Vercel. The SDK path does not require a DNS change. First installation typically takes less than 30 minutes.

With the default local Ollama path, p95 overhead is in the low tens of milliseconds and runs in parallel with your request. Optional deep-analysis calls are async by default, so the user does not wait. Strict inline mode can be enabled on sensitive endpoints.

The default mode is fail open: the SDK lets the request through and logs the incident for audit. For sensitive endpoints such as login or payment, you can enable fail closed. The SDKs include a circuit breaker to avoid cascading timeouts.

Price, trust and commitment

You set the cap. At 80% of the limit, we alert you; at 100%, we close the meter and offer a pre-order add-on pack. No silent overage. No per-request surprises.

We do not offer a public free plan, but for a suitable project we can prepare a 14-day integration beta for your domain and the full protection flow. Contracts can be monthly or annual, with 10% off annual plans. Log export and cancellation are handled transparently within the billing cycle.

Fair question. Shield is part of the Corpilus platform and is designed for European companies that need to protect websites, e-shops, AI chat and data flows. SDKs and integration materials are provided to customers during deployment. The HMAC signing secret stays server-side, data is exportable, and enterprise deployments can include code escrow or partner continuity options.

Did not find an answer? Ask us directly

Want to see who is knocking on your website right now?

We will run a security audit of your website, show bots and prompt-injection attempts you do not currently see, and review integration in 15 minutes. No slide deck — just your data.

External scan of the public surface. It does not replace antivirus, firewall or a formal penetration test.

EU hosting
GDPR-native
EU-resident data
Integration SDK

A technical discussion about your infrastructure, website, chat and data flows.

Response and report within 3 business days.

Protection scope notice. Corpilus Shield is a real-time AI protection layer designed to extend standard security mechanisms for websites, e-shops and LLM applications, not replace them. It does not replace antivirus, firewall, penetration testing or a formal security audit. For comprehensive protection, we recommend combining several layers.