Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- `import_config` reads hook script contents from a JSON file and installs them directly into `.git/hooks`, making them executable on Unix via `install()`. Because Git hooks execute automatically during developer workflows, importing an untrusted config can silently establish persistent arbitrary code execution in the local repository context.
