Mostlylucid.BotDetection.OpenApi 8.12.1

dotnet add package Mostlylucid.BotDetection.OpenApi --version 8.12.1
                    
NuGet\Install-Package Mostlylucid.BotDetection.OpenApi -Version 8.12.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mostlylucid.BotDetection.OpenApi" Version="8.12.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mostlylucid.BotDetection.OpenApi" Version="8.12.1" />
                    
Directory.Packages.props
<PackageReference Include="Mostlylucid.BotDetection.OpenApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Mostlylucid.BotDetection.OpenApi --version 8.12.1
                    
#r "nuget: Mostlylucid.BotDetection.OpenApi, 8.12.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Mostlylucid.BotDetection.OpenApi@8.12.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mostlylucid.BotDetection.OpenApi&version=8.12.1
                    
Install as a Cake Addin
#tool nuget:?package=Mostlylucid.BotDetection.OpenApi&version=8.12.1
                    
Install as a Cake Tool

Mostlylucid.BotDetection.OpenApi

OpenAPI document loading for the StyloBot stack. Wraps Microsoft.OpenApi.Readers with caching and $ref resolution, exposing the loaded document through IOpenApiCatalog / IOpenApiDocumentLoader. It powers the dashboard's Routes tab (catalog cross-reference) and is reusable for API Holodeck auto-honeypot generation and spec-audit tooling.

NuGet GitHub


Install

dotnet add package Mostlylucid.BotDetection.OpenApi

This is a dependency of Mostlylucid.BotDetection.UI (the dashboard Routes tab) and is pulled in automatically when you install the dashboard. You can reference it directly for your own OpenAPI tooling.

What it provides

  • IOpenApiCatalog — a cached catalog of loaded OpenAPI documents
  • IOpenApiDocumentLoader — loads + caches a document from a URL/stream with $ref resolution
  • OpenApiSeedOptions / OpenApiStartupSeederService — seed documents at startup
  • LoadedOpenApiDocument — the loaded document model

Usage

builder.Services.AddSingleton<IOpenApiCatalog, OpenApiCatalog>();
builder.Services.AddSingleton<IOpenApiDocumentLoader, OpenApiDocumentLoader>();

Full documentation

License

AGPL-3.0-only. See LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Mostlylucid.BotDetection.OpenApi:

Package Downloads
Mostlylucid.BotDetection.UI

Real-time bot detection dashboard with SignalR and DaisyUI. Includes sb-badge, sb-confidence, sb-gate, sb-honeypot, sb-human, sb-risk, sb-signal, and sb-summary Tag Helpers plus View Components for embedding detection results in ASP.NET Core views.

Mostlylucid.BotDetection.Api

StyloBot Public REST API for bot detection and dashboard data.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.12.1 68 8/26/2026
8.12.0 60 8/26/2026
8.11.3 57 8/26/2026
8.11.2 60 8/26/2026
8.11.1 58 8/26/2026