Metadata-Version: 2.1
Name: pixeloffice-firewall
Version: 1.0.0
Summary: Brand Hallucination Firewall & AI Citation Oracle SDK for Python, FastAPI, Flask, LangChain, and CrewAI.
Home-page: https://pixeloffice.eu/showcase/brand-hallucination-firewall.html
Author: Pixel Office & Pixel Ventures
Author-email: support@pixeloffice.eu
License: MIT
Description: # pixeloffice-firewall
        
        > **Brand Hallucination Firewall & AI Citation Oracle for Python** — Inspect LLM knowledge graphs (ChatGPT, Claude, Perplexity, Gemini, DeepSeek), eliminate stale pricing citations, and enforce 35ms First-1KB Fact Anchors for autonomous AI agents.
        
        [![PyPI version](https://img.shields.io/pypi/v/pixeloffice-firewall.svg)](https://pypi.org/project/pixeloffice-firewall/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
        
        ---
        
        ## ⚡ Instant CLI Usage
        
        ```bash
        pip install pixeloffice-firewall
        pixeloffice-firewall audit stripe.com
        ```
        
        ---
        
        ## 🐍 Python SDK Integration
        
        ```python
        from pixeloffice_firewall import audit_brand, get_fact_anchor_snippet
        
        # Run brand grounding audit
        report = audit_brand("mysaasplatform.com")
        print(f"Hallucination Risk: {report['hallucination_risk']}%")
        print(f"Citation Fidelity: {report['citation_fidelity']}%")
        
        # Generate 35ms Fact Anchor snippet
        html_snippet = get_fact_anchor_snippet("mysaasplatform.com")
        ```
        
        ---
        
        ## 🌐 Official Web Portal & 24/7 Radar
        
        For 24/7 continuous hallucination defense, automated bot inoculation, and EU AI Act Article 50 C2PA seals, visit:
        👉 **[https://pixeloffice.eu/showcase/brand-hallucination-firewall.html](https://pixeloffice.eu/showcase/brand-hallucination-firewall.html)**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
