#llmsmap.me

Unabhängiges technisches Audit

fault-project.com

fault-project.com

Gesamtwert der KI-Bereitschaft

Zusammengefasster Wert aus allen Auditsignalen.

68von 100Mittel
Audit der KI-Bereitschaft: 21.7.2026Öffentliche technische Daten

Gesamtbewertung der KI-Bereitschaft

Wie gut fault-project.com auf KI-Systeme vorbereitet ist

68/100

fault (fault-project.com) erreichte im automatisierten technischen Audit 68/100 Punkte bei der KI-Bereitschaft. llms.txt war erreichbar, llms-full.txt war nicht auffindbar und ai.txt war nicht auffindbar. Die robots.txt-Analyse ergab 0 ausdrücklich erlaubte und 0 blockierte KI-Crawler sowie 0 deklarierte Sitemaps. Die Vollständigkeit des Homepage-Markups lag bei 50%; es wurden keine Schema.org-Typen erkannt. Erkannte OpenGraph-Tags: 8. Die Ergebnisse entsprechen den öffentlich erreichbaren Antworten der Website zum Prüfzeitpunkt 2026-07-21T05:06:05.525Z.

Kontext der Bewertung

Die Prüfung kombiniert maschinenlesbare Dateien, Crawler-Regeln, Sitemaps und Homepage-Markup. llms.txt ist erreichbar und umfasst 4.009 Tokens.

robots.txt ist nicht verfügbar; blockierte KI-Bots: 0. Deklarierte Sitemaps: 0. Keine Schema.org-Typen erkannt.

Mobiles Lighthouse-Profil: Performance 56/100, Barrierefreiheit 88/100, SEO 92/100.

Bestätigte Stärken

  • llms.txt ist erreichbar
  • Öffentliche Website-Struktur wurde geprüft
  • robots.txt wurde analysiert
  • OpenGraph und Canonical-Signale wurden geprüft

Wichtige Verbesserungen

  1. 1llms-full.txt für ausführlicheren Kontext ergänzen.
  2. 2Die aktuelle sitemap.xml in robots.txt angeben.
  3. 3JSON-LD für Organisation, Website und Hauptentitäten ergänzen.
llms.txt-Tokens4.009
llms-full.txt-Tokens115.366
ai.txt
sitemap.xml

Technisches Profil von Google Lighthouse

Eine mobile Lighthouse-Messung. Die experimentelle Kategorie Agentic Browsing wird separat gezeigt und ersetzt nicht den LLMSMap-Gesamtwert.

Mobil · Lighthouse
56

Performance

88

Barrierefreiheit

96

Best Practices

92

Technisches SEO

100

Agentic Browsing

Bedeutung der Ergebnisse

Die mobile Performance liegt bei 56/100; der größte sichtbare Inhalt erschien nach 12.9 s und der Hauptthread war für 0 ms blockiert. Die Layout-Verschiebung betrug 0. Lange Aufgaben verzögern Eingaben von Nutzern und Browser-Agenten.

Barrierefreiheit: 88/100, Best Practices: 96/100, technisches SEO: 92/100. Die experimentelle Kategorie Agentic Browsing erreichte 100/100 und wird getrennt vom LLMSMap-Gesamtwert angezeigt.

1

Hauptthread entlasten und ersten Bildschirm beschleunigen

Lange JavaScript-Aufgaben aufteilen, nicht kritische Skripte und Stile verzögern und blockierende Anfrageketten verkürzen.

2

Unnötig geladenen Code reduzieren

Ungenutztes CSS und JavaScript entfernen, schwere Widgets bei Bedarf laden und Drittanbieter-Skripte begrenzen.

3

Bilder und Ladereihenfolge optimieren

Passende moderne Bildformate ausliefern, das Hauptmotiv priorisieren und Inhalte unterhalb des ersten Bildschirms verzögert laden.

4

Bedienelemente eindeutig beschriften

Schaltflächen, Links und Felder zugänglich benennen sowie Überschriften und semantische Bereiche konsistent strukturieren.

FCP8.8 s

Erster Inhalt

LCP12.9 s

Hauptinhalt

CLS0

Layout-Stabilität

TBT0 ms

Blockierzeit

SI8.8 s

Visuelle Geschwindigkeit

Metrik-Glossar
FCP · Erster Inhalt
Zeit bis zum ersten sichtbaren Text oder Bild.
LCP · Hauptinhalt
Zeit bis zum größten sichtbaren Element.
CLS · Layout-Stabilität
Unerwartete Verschiebungen beim Laden; niedriger ist besser.
TBT · Blockierzeit
Zeit, in der der Hauptthread nicht schnell reagieren konnte.
SI · Visuelle Geschwindigkeit
Wie schnell sich der sichtbare Bereich mit Inhalt füllte.
21.7.2026Lighthouse 13.4.0Mobiles Profil

Prüfungen der KI-Bereitschaft

Maschinenlesbare Dateien, Crawler-Regeln, Discovery und Homepage-Markup.

llms.txt

Datei gefunden und erreichbar

https://fault-project.com/llms.txt
llms-full.txt

Vollständige Version wurde nicht gefunden

ai.txt

ai.txt wurde nicht gefunden

robots.txt

robots.txt wurde nicht gefunden

Sitemap in robots.txt

In robots.txt ist keine Sitemap angegeben

Schema.org (JSON-LD)

Keine Schema.org-Auszeichnung auf der Startseite gefunden

OpenGraph50%

8 OpenGraph-Tags gefunden

Zugriff von KI-Bots

Basierend auf der robots.txt-Analyse

GPTBotNicht erwähnt
OAI-SearchBotNicht erwähnt
ChatGPT-UserNicht erwähnt
Google-ExtendedNicht erwähnt
ClaudeBotNicht erwähnt
Claude-SearchBotNicht erwähnt
Claude-UserNicht erwähnt
BytespiderNicht erwähnt
CCBotNicht erwähnt
PerplexityBotNicht erwähnt
Perplexity-UserNicht erwähnt

OpenGraph-Tags

Auf der Startseite gefundene Metadaten für Social-Media-Vorschauen.

Vollständigkeit des Markups: 50%
og:typewebsite
og:titlefault
og:descriptionHelping Engineers and AI-agents cooperate to build reliable applications
og:image:typeimage/png
og:image:width1200
og:image:height630
og:urlhttps://fault-project.com/
# fault

> Helping Engineers and AI-agents cooperate to build reliable applications

Build Like You Have a Full Team: Get AI-powered review hints on reliability, performance and best practices.
Ground Your Deliveries: Automate SLO-validated scenarios with zero config - preview your feature under fault in seconds.
Replay Incidents with Ease: Swiftly understand how your application reacts by exploring production flakiness locally.

**Examples**

Scramble a LLM prompt by injecting a system prompt:
```bash
fault run llm openai --case prompt-scramble --instruction "Respond as a pirate. Arr"
```

Introduce latency to all calls made through the fault proxy to any hosts:
```bash
fault run --with-latency --latency-mean 300 --upstream '*'
```

Generate a test scenario for a given, OpenAPI specification:
```bash
fault scenario generate --scenario scenario.yaml --spec-url http://example.com/openapi.json
```

Run a scenario:
```bash
fault scenario run --scenario scenario.yaml
```

Generate a deep analysis of scenario results with a SRE feel:
```bash
fault agent scenario-review --results results.json
```

Run fault as a MCP server:
```bash
fault agent tool
```

## Explanations

- [Understanding Fault Injection - Purpose and Use in Reliability Engineering - fault](https://fault-project.com/explanations/fault-injection-basics/): Understanding Fault Injection - Purpose and Use in Reliability Engineering
- [My Technical Journey Through fault - fault](https://fault-project.com/explanations/technical-journey/): My Technical Journey Through fault
- [Understanding eBPF and its Context In Reliability Engineering - fault](https://fault-project.com/explanations/understanding-ebpf/): Understanding eBPF and its Context In Reliability Engineering
- [Why fault? - fault](https://fault-project.com/explanations/why-fault/): Why fault?

## How-to

- [Install the fault CLI - fault](https://fault-project.com/how-to/install/): Install the fault CLI
- [Run with Chaos Toolkit - fault](https://fault-project.com/how-to/run-with-chaostoolkit/): Run with Chaos Toolkit
- [Run with the Reliably Platform - fault](https://fault-project.com/how-to/run-with-reliably/): Run with the Reliably Platform
- [Agent Code Review - fault](https://fault-project.com/how-to/agent/code-suggestions/): Agent Code Review
- [Configure the agent's LLM Provider - fault](https://fault-project.com/how-to/agent/llm-configuration/): Configure the agent's LLM Provider
- [Configure the agent's MCP Agent Server - fault](https://fault-project.com/how-to/agent/mcp-server-configuration/): Configure the agent's MCP Agent Server
- [Explore the agent's MCP Agent Tools - fault](https://fault-project.com/how-to/agent/mcp-tools/): Explore the agent's MCP Agent Tools
- [Platform Reliability & Performance Analysis - fault](https://fault-project.com/how-to/agent/platform-advices/): Analyze your platform resources from a reliability & performance posture
- [Scenario Reliability & Performance Analysis - fault](https://fault-project.com/how-to/agent/report-advices/): Analyze scenario results from a reliability & performance posture
- [Execute Scenarios From GitHub Action - fault](https://fault-project.com/how-to/ci/github/): Execute Scenarios From GitHub Action
- [Fault Injection Into AWS - fault](https://fault-project.com/how-to/inject/aws/): Fault Injection Into AWS ECS
- [Fault Injection Into Google Cloud Platform - fault](https://fault-project.com/how-to/inject/gcp/): Fault Injection Into Google Cloud Platform Cloud Run
- [Fault Injection Into Kubernetes - fault](https://fault-project.com/how-to/inject/kubernetes/): Fault Injection Into Kubernetes Service & Deployment
- [Platform Fault Injection - fault](https://fault-project.com/how-to/inject/overview/): Platform Fault Injection Overview
- [Enable Observability - fault](https://fault-project.com/how-to/observability/traces/): Enable Observability via Open Telemetry
- [Deploy Into an Application Running on Kubernetes - fault](https://fault-project.com/how-to/platform/run-on-kubernetes/): Deploy Into an Application Running on Kubernetes
- [Run on Microsoft Windows - fault](https://fault-project.com/how-to/platform/run-on-windows/): Run on Microsoft Windows
- [Run as a Docker Container - fault](https://fault-project.com/how-to/platform/run-with-docker/): Run as a Docker Container
- [Understand the Proxy Lifecycle - fault](https://fault-project.com/how-to/proxy/lifecycle/): Understand the Proxy Lifecycle
- [Configure the TUI - fault](https://fault-project.com/how-to/proxy/tui/): Configure the TUI
- [Inject Bandwidth Network Fault - fault](https://fault-project.com/how-to/proxy/faults/configure-bandwidth/): Inject Bandwidth Network Fault
- [Inject Blackhole Network Fault - fault](https://fault-project.com/how-to/proxy/faults/configure-blackhole/): Inject Blackhole Network Fault
- [Inject HTTP Errors - fault](https://fault-project.com/how-to/proxy/faults/configure-http-error/): Inject HTTP Errors
- [Inject Jitter Network Fault - fault](https://fault-project.com/how-to/proxy/faults/configure-jitter/): Inject Jitter Network Fault
- [Inject Latency Network Fault - fault](https://fault-project.com/how-to/proxy/faults/configure-latency/): Inject Latency Network Fault
- [Inject Faults Into LLM API Calls - fault](https://fault-project.com/how-to/proxy/faults/configure-llm/): Inject Faults Into LLM API Calls
- [Inject Packet Loss Network Fault - fault](https://fault-project.com/how-to/proxy/faults/configure-packet-loss/): Inject BaPacket Lossdwidth Network Fault
- [Extend with gRPC plugins - fault](https://fault-project.com/how-to/proxy/faults/extending/): Extend with gRPC plugins
- [Simulate Network Faults On Any TCP-based Traffic - fault](https://fault-project.com/how-to/proxy/protocols/tcp/): Simulate Network Faults On Any TCP-based Traffic
- [Intercept Network Traffic Transparently - fault](https://fault-project.com/how-to/proxy/stealth/configure-stealth-mode/): Intercept Network Traffic Transparently with eBPF
- [Generate Automated Reliability Testing Scenarios - fault](https://fault-project.com/how-to/scenarios/generate/): Generate Automated Reliability Testing Scenarios
- [Generate Automated Reliability & Performance Reports - fault](https://fault-project.com/how-to/scenarios/reporting/): Generate Automated Reliability & Performance Reports
- [Run Reliability Testing Scenarios - fault](https://fault-project.com/how-to/scenarios/run/): Run Reliability Testing Scenarios

## Reference

- [Builtin Faults - fault](https://fault-project.com/reference/builtin-faults/): Helping Engineers and AI-agents cooperate to build reliable applications
- [CLI Commands - fault](https://fault-project.com/reference/cli-commands/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Environment Variables - fault](https://fault-project.com/reference/environment-variables/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Platform Injection - fault](https://fault-project.com/reference/injection/): Helping Engineers and AI-agents cooperate to build reliable applications
- [TCP Proxy Mapping - fault](https://fault-project.com/reference/proxy-mapping-syntax/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Scenario File Format - fault](https://fault-project.com/reference/scenario-file-format/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Scheduling Intervals - fault](https://fault-project.com/reference/schedule-intervals-syntax/): Helping Engineers and AI-agents cooperate to build reliable applications

## Tutorials

- [Creating a Reliability Testing Scenario Tutorial - fault](https://fault-project.com/tutorials/create-scenario/): Creating a Reliability Testing Scenario Tutorial
- [Getting Started Tutorial - fault](https://fault-project.com/tutorials/getting-started/): Getting Started Tutorial
- [Basic Install Steps - fault](https://fault-project.com/tutorials/install/): Basic Install Steps
- [tldr of fault - fault](https://fault-project.com/tutorials/tldr/): tldr of fault


# fault

> fault is an Open-Source Rust-powered CLI and AI-MCP server that lets engineers and AI agents team up to ship production-ready code. 

- [Homepage](https://fault-project.com/)
- [Repository](https://github.com/fault-project/fault-cli)

- Build Like You Have a Full Team: Get AI-powered review hints on reliability, performance and best practices.
- Ground Your Deliveries: Automate SLO-validated scenarios with zero config - preview your feature under fault in seconds.
- Replay Incidents with Ease: Swiftly understand how your application reacts by exploring production flakiness locally.

## Explanations

- [Fault Injection Basics - fault](https://fault-project.com/explanations/fault-injection-basics/): Understanding Fault Injection: Purpose and Use in Reliability Engineering
- [Technical Journey - fault](https://fault-project.com/explanations/technical-journey/): My Technical Journey Through fault
- [Understanding eBPF - fault](https://fault-project.com/explanations/understanding-ebpf/): Understanding eBPF and its Context In Reliability Engineering
- [Why fault? - fault](https://fault-project.com/explanations/why-fault/): Why fault?

## How-to

- [Installing the fault cli - fault](https://fault-project.com/how-to/install/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Chaos Toolkit - fault](https://fault-project.com/how-to/run-with-chaostoolkit/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Reliably - fault](https://fault-project.com/how-to/run-with-reliably/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Code Review & Suggestions - fault](https://fault-project.com/how-to/agent/code-suggestions/): Helping Engineers and AI-agents cooperate to build reliable applications
- [LLM Configuration - fault](https://fault-project.com/how-to/agent/llm-configuration/): Helping Engineers and AI-agents cooperate to build reliable applications
- [MCP Server Configuration - fault](https://fault-project.com/how-to/agent/mcp-server-configuration/): Helping Engineers and AI-agents cooperate to build reliable applications
- [MCP Tools - fault](https://fault-project.com/how-to/agent/mcp-tools/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Platform Analysis - fault](https://fault-project.com/how-to/agent/platform-advices/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Scenario Analysis - fault](https://fault-project.com/how-to/agent/report-advices/): Helping Engineers and AI-agents cooperate to build reliable applications
- [GitHub Action - fault](https://fault-project.com/how-to/ci/github/): Helping Engineers and AI-agents cooperate to build reliable applications
- [AWS - fault](https://fault-project.com/how-to/inject/aws/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Google Cloud Platform - fault](https://fault-project.com/how-to/inject/gcp/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Kubernetes - fault](https://fault-project.com/how-to/inject/kubernetes/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Overview - fault](https://fault-project.com/how-to/inject/overview/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Open Telemetry - fault](https://fault-project.com/how-to/observability/traces/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Kubernetes - fault](https://fault-project.com/how-to/platform/run-on-kubernetes/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Windows - fault](https://fault-project.com/how-to/platform/run-on-windows/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Docker - fault](https://fault-project.com/how-to/platform/run-with-docker/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Lifecycle - fault](https://fault-project.com/how-to/proxy/lifecycle/): Helping Engineers and AI-agents cooperate to build reliable applications
- [TUI - fault](https://fault-project.com/how-to/proxy/tui/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Bandwidth - fault](https://fault-project.com/how-to/proxy/faults/configure-bandwidth/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Blackhole - fault](https://fault-project.com/how-to/proxy/faults/configure-blackhole/): Helping Engineers and AI-agents cooperate to build reliable applications
- [HTTP Error - fault](https://fault-project.com/how-to/proxy/faults/configure-http-error/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Jitter - fault](https://fault-project.com/how-to/proxy/faults/configure-jitter/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Latency - fault](https://fault-project.com/how-to/proxy/faults/configure-latency/): Helping Engineers and AI-agents cooperate to build reliable applications
- [LLM - fault](https://fault-project.com/how-to/proxy/faults/configure-llm/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Packet Loss - fault](https://fault-project.com/how-to/proxy/faults/configure-packet-loss/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Extend fault - fault](https://fault-project.com/how-to/proxy/faults/extending/): Helping Engineers and AI-agents cooperate to build reliable applications
- [TCP Proxies - fault](https://fault-project.com/how-to/proxy/protocols/tcp/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Stealth Mode (eBPF) - fault](https://fault-project.com/how-to/proxy/stealth/configure-stealth-mode/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Generate - fault](https://fault-project.com/how-to/scenarios/generate/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Report - fault](https://fault-project.com/how-to/scenarios/reporting/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Run - fault](https://fault-project.com/how-to/scenarios/run/): Helping Engineers and AI-agents cooperate to build reliable applications

## Reference

- [Builtin Faults - fault](https://fault-project.com/reference/builtin-faults/): Helping Engineers and AI-agents cooperate to build reliable applications
- [CLI Commands - fault](https://fault-project.com/reference/cli-commands/): CLI Reference
- [Environment Variables - fault](https://fault-project.com/reference/environment-variables/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Platform Injection - fault](https://fault-project.com/reference/injection/): Injecting fault Into Your Platform
- [TCP Proxy Mapping - fault](https://fault-project.com/reference/proxy-mapping-syntax/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Scenario File Format - fault](https://fault-project.com/reference/scenario-file-format/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Scheduling Intervals - fault](https://fault-project.com/reference/schedule-intervals-syntax/): Helping Engineers and AI-agents cooperate to build reliable applications

## Tutorials

- [Creating Scenario - fault](https://fault-project.com/tutorials/create-scenario/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Getting Started with the Proxy - fault](https://fault-project.com/tutorials/getting-started/): Helping Engineers and AI-agents cooperate to build reliable applications
- [Install - fault](https://fault-project.com/tutorials/install/): Helping Engineers and AI-agents cooperate to build reliable applications
- [tl;dr - fault](https://fault-project.com/tutorials/tldr/): Helping Engineers and AI-agents cooperate to build reliable applications

Audit teilen oder weiter analysieren
Audit teilen
Mit KI besprechen
Hinzugefügt 19.7.2026
fault-project.com – Audit der KI-Bereitschaft | llmsmap.me/de