Install the Skills
Works with any agent that supports the open SKILL.md standard — Claude Code, Cursor, Codex, Gemini CLI, OpenCode, and dozens more:
Install a single skill with
npx skills add usestrix/strix --skill strix-pentest, or use one without installing:
Two ways to run — self-hosted or managed
Both use the same engine and produce the same validated findings and SARIF, so agents can pick per situation or combine them:- Open-source CLI (self-hosted) — runs locally in a Docker sandbox with your own LLM key. Free, fully local, air-gap capable. Best for local dev loops and full control.
- Managed cloud — runs on Strix’s infrastructure via the app.strix.ai REST API. No Docker, no LLM key, no local install; adds team dashboards, scheduling, PR reviews, and downloadable PDF/DOCX reports (Enterprise plan). Best in sandboxed/CI environments and for teams. Create an API token under Settings → API Access; the
strix-cloud-apiskill has the full flow.
Agent-Friendly Interfaces
Everything an agent needs is machine-readable:- Headless CLI —
strix -nruns without the TUI and exits with0(clean),1(error), or2(vulnerabilities found). - REST API — the managed platform exposes a documented OpenAPI at
https://app.strix.ai/api/v1(scans, vulnerabilities, assets, PR reviews, schedules, webhooks) with bearer tokens and scopes. - Structured results — every run writes
vulnerabilities.json,vulnerabilities.csv,findings.sarif(SARIF 2.1.0), and per-finding Markdown understrix_runs/<run-name>/; the cloud exposes the same as JSON plus SARIF export. - Budget controls —
--max-budgetand--max-turnsgive agents hard cost/time caps. AGENTS.md— the repository’s agent guide with a quick reference.llms.txt— this documentation is indexed at docs.strix.ai/llms.txt and fully exported at docs.strix.ai/llms-full.txt; every page is also available as Markdown by appending.mdto its URL.