---
title: "Agent Tools"
description: "How Strix agents interact with targets"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
Strix agents use specialized tools to test your applications like a real penetration tester would.
## Core Tools
Playwright-powered Chrome for interacting with web UIs.
Caido-powered proxy for intercepting and replaying requests.
Bash shell for running commands and security tools.
Pre-installed security tools: Nuclei, ffuf, and more.
## Additional Tools
| Tool | Purpose |
| -------------- | ---------------------------------------- |
| Python Runtime | Write and execute custom exploit scripts |
| File Editor | Read and modify source code |
| Web Search | Real-time OSINT via Perplexity |
| Notes | Document findings during the scan |
| Reporting | Generate vulnerability reports with PoCs |