Inline Instructions
File-Based Instructions
For complex instructions, use a file:Common Use Cases
Authenticated Testing
Focused Scope
Exclusions
API Testing
Instruction File Example
instructions.md
Workspace files
Instructions become part of the prompt. To give Strix a file to work with, such as a wordlist, an API specification, or notes, use--workspace-file. Strix
places the file into the sandbox workspace before the scan starts.
/workspace/<file name>. To choose the destination, write
PATH:DEST. DEST is a path inside /workspace.
- The file is read-only inside the sandbox.
- The destination must stay inside
/workspace. - The destination must not fall inside a target directory, because target files come from the target itself. Strix skips such a file and logs a warning.
- Two files cannot claim the same destination.
A workspace file is data for the agent to use. It is not a scan target, and its
contents do not change the instructions.