From 056ccd5fede29ecb1eacfa5d5167d71ea909cb17 Mon Sep 17 00:00:00 2001 From: Alex Schapiro Date: Fri, 14 Aug 2026 19:43:51 +0000 Subject: [PATCH] Normalize mechanical punctuation fixes --- docs/advanced/skills.mdx | 6 +++--- docs/cloud/overview.mdx | 8 ++++---- docs/index.mdx | 8 ++++---- docs/integrations/coding-agents.mdx | 18 +++++++++--------- docs/llm-providers/openrouter.mdx | 8 ++++---- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/advanced/skills.mdx b/docs/advanced/skills.mdx index 246c834c..c004dd9b 100644 --- a/docs/advanced/skills.mdx +++ b/docs/advanced/skills.mdx @@ -25,9 +25,9 @@ create_agent( The skills are injected into the agent's system prompt, giving it access to: -- **Advanced techniques:** Non-obvious methods beyond standard testing -- **Working payloads:** Practical examples with variations -- **Validation methods:** How to confirm findings and avoid false positives +- **Advanced techniques**: Non-obvious methods beyond standard testing +- **Working payloads**: Practical examples with variations +- **Validation methods**: How to confirm findings and avoid false positives ## Skill Categories diff --git a/docs/cloud/overview.mdx b/docs/cloud/overview.mdx index 84a818a3..2a5700e3 100644 --- a/docs/cloud/overview.mdx +++ b/docs/cloud/overview.mdx @@ -24,10 +24,10 @@ Skip the setup. Run Strix in the cloud at [app.strix.ai](https://app.strix.ai). ## What You Get -- **Penetration test reports:** Validated findings with PoCs -- **Shareable dashboards:** Collaborate with your team -- **CI/CD integration:** Block risky changes automatically -- **Continuous monitoring:** Catch new vulnerabilities quickly +- **Penetration test reports**: Validated findings with PoCs +- **Shareable dashboards**: Collaborate with your team +- **CI/CD integration**: Block risky changes automatically +- **Continuous monitoring**: Catch new vulnerabilities quickly ## Getting Started diff --git a/docs/index.mdx b/docs/index.mdx index 4c76e31b..47e2f9e4 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -26,10 +26,10 @@ Strix are autonomous AI agents that act like real hackers: they run your code dy ## Use Cases -- **Application Security Testing:** Detect and validate critical vulnerabilities in your applications -- **Rapid Penetration Testing:** Get penetration tests done in hours, not weeks -- **Bug Bounty Automation:** Automate research and generate PoCs for faster reporting -- **CI/CD Integration:** Block vulnerabilities before they reach production +- **Application Security Testing**: Detect and validate critical vulnerabilities in your applications +- **Rapid Penetration Testing**: Get penetration tests done in hours, not weeks +- **Bug Bounty Automation**: Automate research and generate PoCs for faster reporting +- **CI/CD Integration**: Block vulnerabilities before they reach production ## Key Capabilities diff --git a/docs/integrations/coding-agents.mdx b/docs/integrations/coding-agents.mdx index fff8d017..3b97e829 100644 --- a/docs/integrations/coding-agents.mdx +++ b/docs/integrations/coding-agents.mdx @@ -15,7 +15,7 @@ npx skills add usestrix/strix | Skill | What your agent learns | |-------|------------------------| -| `penetration-testing-with-strix` | Run headless scans against code, URLs, domains, or IPs: self-hosted CLI or managed cloud: with budget caps, and read the results | +| `penetration-testing-with-strix` | Run headless scans against code, URLs, domains, or IPs (self-hosted CLI or managed cloud) with budget caps, and read the results | | `managed-pentesting-with-strix` | Drive the managed [app.strix.ai](https://app.strix.ai) platform over REST: no local Docker or LLM key needed | | `fix-security-vulnerabilities-with-strix` | Triage findings, fix root causes, and re-run Strix to verify each fix | | `ci-security-scanning-with-strix` | Add PR security scanning to GitHub Actions or any CI (self-hosted CLI or managed app) | @@ -30,19 +30,19 @@ npx skills use usestrix/strix@penetration-testing-with-strix | claude 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 through the [app.strix.ai REST API](https://docs.app.strix.ai). 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 `managed-pentesting-with-strix` skill has the full flow. +- **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 through the [app.strix.ai REST API](https://docs.app.strix.ai). 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 `managed-pentesting-with-strix` skill has the full flow. ## Agent-Friendly Interfaces Everything an agent needs is machine-readable: -- **Headless CLI:** `strix -n` runs without the TUI and exits with `0` (clean), `1` (error), or `2` (vulnerabilities found). -- **REST API:** the managed platform exposes a documented [OpenAPI](https://docs.app.strix.ai/openapi.json) 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 under `strix_runs/`. The cloud exposes the same as JSON plus SARIF export. -- **Budget controls:** `--max-budget` and `--max-turns` give agents hard cost/time caps. -- **`AGENTS.md`:** the [repository's agent guide](https://github.com/usestrix/strix/blob/main/AGENTS.md) with a quick reference. -- **`llms.txt`:** this documentation is indexed at [docs.strix.ai/llms.txt](https://docs.strix.ai/llms.txt) and fully exported at [docs.strix.ai/llms-full.txt](https://docs.strix.ai/llms-full.txt). Every page is also available as Markdown by appending `.md` to its URL. +- **Headless CLI**: `strix -n` runs without the TUI and exits with `0` (clean), `1` (error), or `2` (vulnerabilities found). +- **REST API**: the managed platform exposes a documented [OpenAPI](https://docs.app.strix.ai/openapi.json) 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 under `strix_runs//`. The cloud exposes the same as JSON plus SARIF export. +- **Budget controls**: `--max-budget` and `--max-turns` give agents hard cost/time caps. +- **`AGENTS.md`**: the [repository's agent guide](https://github.com/usestrix/strix/blob/main/AGENTS.md) with a quick reference. +- **`llms.txt`**: this documentation is indexed at [docs.strix.ai/llms.txt](https://docs.strix.ai/llms.txt) and fully exported at [docs.strix.ai/llms-full.txt](https://docs.strix.ai/llms-full.txt). Every page is also available as Markdown by appending `.md` to its URL. ## Example Prompts diff --git a/docs/llm-providers/openrouter.mdx b/docs/llm-providers/openrouter.mdx index 72def0dd..0b0dfbdc 100644 --- a/docs/llm-providers/openrouter.mdx +++ b/docs/llm-providers/openrouter.mdx @@ -31,7 +31,7 @@ Access any model on OpenRouter using the format `openrouter//`: ## Benefits -- **Single API:** Access models from OpenAI, Anthropic, Google, Meta, and more -- **Fallback routing:** Automatic failover between providers -- **Cost tracking:** Monitor usage across all models -- **Higher rate limits:** OpenRouter handles provider limits for you +- **Single API**: Access models from OpenAI, Anthropic, Google, Meta, and more +- **Fallback routing**: Automatic failover between providers +- **Cost tracking**: Monitor usage across all models +- **Higher rate limits**: OpenRouter handles provider limits for you