Skip to content

abokenan444/wab-express-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

WAB Express Middleware

Express.js middleware for WAB (Web Agent Bridge) — automatically scans all incoming URLs and outbound redirects for scams and phishing.

Install

npm install @wab/express

Usage

const 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 }));

Get Your Free API Key

👉 https://www.webagentbridge.com/workspace


Powered by WAB — Web Agent Bridge

About

Express.js middleware for WAB URL scanning and platform fairness checking — Powered by WAB (webagentbridge.com)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors