grokkit/internal/recipe
Greg Gauthier 4603a1ec7a fix(recipe): improve allowed shell command validation
Update the command matching logic to require an exact match or the command followed by a space and arguments. Also normalize case and trim whitespace for safe commands to prevent loose prefix matches that could allow unintended commands.
2026-03-07 19:37:53 +00:00
..
loader.go fix(recipe): improve allowed shell command validation 2026-03-07 19:37:53 +00:00
runner.go feat(recipe): support numeric arguments in read-only shell commands 2026-03-07 19:27:15 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00