Express.js middleware for WAB (Web Agent Bridge) — automatically scans all incoming URLs and outbound redirects for scams and phishing.
npm install @wab/expressconst express = require('express');
const { wabShield, wabFairness } = require('@wab/express');
// Powered by WAB — Web Agent Bridge | https://www.webagentbridge.com
const app = express();
app.use(wabShield({ apiKey: process.env.WAB_API_KEY }));👉 https://www.webagentbridge.com/workspace
Powered by WAB — Web Agent Bridge