docs: add Scarf usage-analytics pixel to docs + README

Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
This commit is contained in:
Devin AI
2026-06-30 18:15:08 +00:00
parent f342808d2b
commit 1099eefedd
27 changed files with 112 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ title: "Browser"
description: "Playwright-powered Chrome for web application testing"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix uses a headless Chrome browser via Playwright to interact with web applications exactly like a real user would.
## How It Works
+4
View File
@@ -3,6 +3,10 @@ title: "Agent Tools"
description: "How Strix agents interact with targets"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix agents use specialized tools to test your applications like a real penetration tester would.
## Core Tools
+4
View File
@@ -3,6 +3,10 @@ title: "HTTP Proxy"
description: "Caido-powered proxy for request interception and replay"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix includes [Caido](https://caido.io), a modern HTTP proxy built for security testing. All browser traffic flows through Caido, giving the agent full control over requests and responses.
## Capabilities
+4
View File
@@ -3,6 +3,10 @@ title: "Sandbox Tools"
description: "Pre-installed security tools in the Strix container"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix runs inside a Kali Linux-based Docker container with a comprehensive set of security tools pre-installed. The agent can use any of these tools through the [terminal](/tools/terminal).
## Reconnaissance
+4
View File
@@ -3,6 +3,10 @@ title: "Terminal"
description: "Bash shell for running commands and security tools"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix has access to a persistent bash terminal running inside the Docker sandbox. This gives the agent access to all [pre-installed security tools](/tools/sandbox).
## Capabilities