strix/docs
oyasumi 57149b51e3 feat(safety): attach input-redirect data files, and scope subdomains
Two guarded-mode false-positives from a recon run.

A command that reads a workspace data file — `while read host; do dig "$host";
done < hosts_passive.txt` — reached the reviewer with an empty artifact list,
because the evidence compiler only collects script entrypoints and their Python
imports, never a data file consumed via input redirection. The reviewer, asked
whether the queried hosts were in scope, had no way to see them and fail-closed
on unresolved scope. Parse single `<` input redirections (not `<<` heredocs or
`<(` process substitution) and attach each workspace-resident file as an
artifact with role "input", bounded by max_artifact_bytes and flagged when
truncated. Files outside /workspace are not read.

Separately, the reviewer treated scope as the exact authorized host, so it
blocked resolving admin.fiuu.com under an authorized fiuu.com. State in the
prompt that an authorized domain covers its subdomains, and point the reviewer
at the new role "input" artifacts for scope checks.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 06:09:05 +00:00
..
advanced feat(safety): add contextual action review with guarded and observe modes 2026-08-08 00:47:21 +00:00
cloud chore: update cloud URLs 2026-01-25 23:06:47 -08:00
images docs: update screenshot and add to intro page 2026-01-22 13:09:45 -08:00
integrations docs(skills): rename skills to descriptive names and broaden descriptions for discoverability (#1013) 2026-08-07 14:24:19 -04:00
llm-providers docs(llm-providers): explain the structured tool_calls requirement for local endpoints (#520) (#901) 2026-08-01 16:29:18 -07:00
logo docs: add documentation to main repository 2026-01-20 21:13:32 -08:00
tools Restore sitemap tools + unify proxy I/O contract 2026-05-25 00:23:46 -07:00
usage feat(safety): attach input-redirect data files, and scope subdomains 2026-08-08 06:09:05 +00:00
contributing.mdx feat(tui): replace Textual with a Go/Bubble Tea interface (#941) 2026-08-03 19:23:07 -07:00
docs.json feat(safety): add contextual action review with guarded and observe modes 2026-08-08 00:47:21 +00:00
index.mdx chore: update default model to gpt-5.4 and remove Strix Router from docs 2026-03-22 22:08:20 -07:00
quickstart.mdx Add target list CLI option (#711) 2026-07-06 23:33:08 -04:00
README.md docs: add documentation to main repository 2026-01-20 21:13:32 -08:00

Strix Documentation

Documentation source files for Strix, powered by Mintlify.

Local Preview

npm i -g mintlify
cd docs && mintlify dev