Airlock Digital is an application control solution that enforces a Deny by Default security posture. It enables organizations to define trusted applications, scripts, libraries, and processes at a granular level using file hash, path, publisher, or parent process. Only those explicitly defined as trusted are allowed to execute. The platform supports Windows, macOS, and Linux systems, including legacy operating systems and operational technology (OT) environments. Airlock Digital includes allowlisting and blocklisting capabilities, integrated file reputation checks via VirusTotal, and detailed logging for audit and compliance. Exception management is supported through features such as rule-based overrides and time-bound One-Time Passwords (OTPs). Centralized policy management allows consistent enforcement across large and distributed environments. The platform is available as an on-premises deployment, in the cloud, or as a managed hosted service.
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
jscoverage
jscoverage tool, both node.js and JavaScript support. Enhance the coverage range. Use mocha to load the jscoverage module, then it works. jscoverage will append coverage info when you select list or spec or tap reporter in mocha. You can use covout to specify the reporter, like HTML, and detail. The detail reporter will print the uncovered code in the console directly. Mocha runs test case with jscoverage module. jscoverage will ignore files while listing in covignore file. jscoverage will output a report in HTML format. jscoverage will inject a group of functions into your module exports. default jscoverage will search covignore in the project root. jscoverage will copy exclude files from the source directory to the destination directory.
Learn more