faf_read
Read a file from within the project directory. Paths outside the project are blocked to prevent unauthorized access.
Instructions
Read a file within the project root (cwd / FAF_ALLOWED_ROOTS). Paths that escape the project are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path within the project root. Paths outside it (e.g. /etc, ~/.ssh) are refused. |