grokkit/internal/recipe
Greg Gauthier 383d28a91a refactor(recipe): enhance shell command security with global safe list
- Introduce global safeCommands() map for command whitelisting.
- Implement case-insensitive prefix checking for allowed commands.
- Simplify argument handling by removing redundant int conversions.
- Update error messages and comments for clarity on security policies.
- Remove outdated comments and adjust prompt text for consistency.
2026-03-07 19:50:06 +00:00
..
loader.go fix(recipe): improve allowed shell command validation 2026-03-07 19:37:53 +00:00
runner.go refactor(recipe): enhance shell command security with global safe list 2026-03-07 19:50:06 +00:00
types.go refactor(recipe): make search pattern configurable in file discovery 2026-03-07 00:34:25 +00:00