(filePath)
| 1907 | // The old inline version used shell-interpolated strings which allowed a |
| 1908 | // model-controlled filePath like `foo.py"; rm -rf /; echo "` to execute. |
| 1909 | function runValidation(filePath) { |
| 1910 | return _runValidationModule(filePath); |
| 1911 | } |
| 1912 | |
| 1913 | // Build a compact system prompt — only includes sections relevant to the task type. |
| 1914 | // When SMALLCODE_CACHE_SPLIT=true (Feature #14), this returns ONLY the static portion |
no outgoing calls
no test coverage detected