strix/docs/usage
oyasumi 3c4be45d34 feat(safety): collect target-list files passed via -w/-l flags
Recon tools route their target list through a flag — `ffuf -w wordlist.txt`,
`httpx -l hosts.txt`, `nuclei --list targets.txt` — not the `<` redirect the
input-file collector already handled, so the reviewer kept blocking "probes
every host listed in hosts.txt" because the list was never in the packet. Parse
the value of the common list-file flags and collect it the same bounded way,
alongside redirect inputs. The value is only read when it resolves to a
workspace file, so a boolean `-l` (grep, wc) whose next token is not a file
collects nothing and never makes the packet incomplete.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-08 17:57:08 +00:00
..
cli.mdx feat(safety): add contextual action review with guarded and observe modes 2026-08-08 00:47:21 +00:00
instructions.mdx docs: add documentation to main repository 2026-01-20 21:13:32 -08:00
safety-modes.mdx feat(safety): collect target-list files passed via -w/-l flags 2026-08-08 17:57:08 +00:00
scan-modes.mdx feat: Better source-aware testing (#391) 2026-03-31 11:53:49 -07:00