fs_search
Find files matching a glob pattern recursively within a secure directory, excluding matches that resolve via symlinks to outside the allowed root.
Instructions
Find files matching a glob pattern (e.g. '*.py') under path, recursively. Any match that resolves outside FSGUARD_ROOT — e.g. via a symlink — is silently excluded rather than reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| pattern | Yes |