Source Defense is a mission critical element of web security designed to protect data at the point of input. The Source Defense Platform provides a simple and effective solution for data security and data privacy compliance – addressing threats and risks originating from the increased use of JavaScript, third-party vendors, and open-source code in your web properties. The Platform provides options for securing your own code, as well as addressing a ubiquitous gap in the management of third-party digital supply chain risk – controlling the actions of the third-party, fourth and nth party JavaScript that powers your site experience.
The Source Defense Platform protects against all forms of client-side security incidents – keylogging, formjacking, digital skimming, Magecart, etc. – by extending web security beyond the server to the client-side (the browser).
Learn more

cside is a browser-layer security platform that gives you visibility for every visitor, human or agentic. Security, fraud prevention, privacy and compliance, all from a single script.
Unlike traditional WAFs and server-side security tools, cside operates directly in the browser environment, monitoring every third-party script loaded on your pages in real time. This means threats that bypass your backend defences are caught at the point of execution.
What cside does:
Script Monitoring and Control: cside inventories, monitors, and enforces policy on every third-party JavaScript tag running on your site. 100% session coverage, no sampling. Every script. Every page load. Detect supply chain attacks, shadow scripts, and unauthorised tag injections before they reach your customers.
PCI DSS 4.0.1 Compliance: cside is the fastest path to meeting PCI DSS 4.0.1 requirements 6.4.3 and 11.6.1. Automated script authorisation, tamper detection, and continuous monitoring satisfy QSA requirements without manual effort. Validated by VikingCloud.
Device Intelligence: Persistent, privacy-safe device intelligence using 102+ signals and 40+ hashed attributes. 99.7% fingerprint accuracy enables fraud prevention, bot detection, and session continuity across logins, checkouts, and account actions.
AI Agent and Bot Detection: Identify and classify AI crawlers, headless browsers, and automated agents interacting with your site. Protect pricing data, inventory, and content from scraping and abuse.
Chargeback Evidence: Capture cryptographically verifiable session evidence at checkout to dispute fraudulent chargebacks. Reduce dispute losses without adding friction to genuine customers.
Who uses cside: E-commerce retailers, payment service providers, digital agencies, travel and hospitality platforms, iGaming and betting operators, financial services firms, and SaaS companies managing PCI compliance, fraud risk, and client-side attack surface across high-traffic web environments.
Deployment: One-line script tag. No proxy. No latency impact. Up and running in under 5 minutes.
SOC 2 Type II certified. PCI SAQ-D validated.
Learn more
ZenScript
ZenScript originated from MineTweaker where a simple programming language is needed to allow users without programming knowledge to be able to execute simple commands by following the tutorials for it. Originally MineTweaker had a simple one-line-at-a-time parsed scripting system, but it quickly became clear that it wasn't flexible enough, so a simple parsed language was created. This parsed language worked quite well but was very inefficient as each value was wrapped into its own object. ZenScript allows mixed typed and typeless behavior. You don't need to define types anywhere, the compile will infer them where possible and exhibit typeless behavior when the type is effectively unknown. In nearly all the cases, the type is perfectly known and execution runs at native Java speed. Since there are types, they can be documented and enforced.
Learn more