grokkit/internal/recipe
Greg Gauthier 63e640c022 feat(recipe): add safety whitelist for allowed shell commands
Implement a read-only command whitelist in the recipe loader to reject
potentially dangerous shell commands, ensuring only safe operations like
ls, pwd, cat, etc., are permitted. This enhances security by preventing
execution of unauthorized commands in recipes.
2026-03-07 17:11:13 +00:00
..
loader.go feat(recipe): add safety whitelist for allowed shell commands 2026-03-07 17:11:13 +00:00
runner.go refactor(recipe/runner): enhance working directory resolution and shell command safety 2026-03-07 16:18:29 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00