@pixeloffice-eu/firewall
v1.2.1
Published
Online Brand Hallucination Firewall & AI Citation Oracle SDK. Real-time LLM knowledge graph probing, 35ms Fact Anchor enforcement, and automated bot telemetry.
Downloads
663
Maintainers
Readme
@pixeloffice-eu/firewall
🎁 Get 1,000 Free Production Requests & Live Dashboard Key:
Claim your free API key and track real-time AI crawler traffic in 1 click at pixeloffice.eu/dashboard.html
Brand Firewall, Crawler Inoculation & AI Reverse Proxy Shield for Node.js. Protects website content from uncontrolled AI scraping, injects verified Fact Anchors into LLM search answers (GPTBot, ClaudeBot, PerplexityBot), and enforces HTTP 402 paymeter directives.
⚡ Quick Start
npm install @pixeloffice-eu/firewallExpress.js Middleware:
const express = require('express');
const { createFirewall } = require('@pixeloffice-eu/firewall');
const app = express();
app.use(createFirewall({
domain: 'yourdomain.com',
apiKey: 'px_dev_live_your_key_here', // Get free at pixeloffice.eu/dashboard.html
enforceFactAnchors: true,
cooperateWithAiAgents: true
}));
app.listen(3000);📊 Live Dashboard
View blocked scrapers, verified AI crawlers, and LLM readability score at:
👉 https://pixeloffice.eu/dashboard.html
