Introducing ShellShelter - Safer Shell Command Execution for AI Workflows
I am happy to announce ShellShelter, an experimental project I have been building to make shell command execution safer in AI-assisted workflows. ShellShelter is a .NET allowlist engine available as both a CLI and a C# library. The core goal is simple: reduce execution risk when commands come from untrusted or partially trusted sources, such as LLM output, user input, or generated scripts. The source code and binaries are available in the ShellShelter GitHub repository.
Read more →Introducing AgentSync, a .NET global tool for GitHub Copilot assets
On the wave of my journey with AI coding agents, I am happy to announce AgentSync, an experimental .NET global tool designed to manage GitHub Copilot assets in a more structured way. If you work with custom agents, skills, prompts, and instructions, you probably know the pain points: duplicated files, missing dependencies, and different setups between repositories and user machines. AgentSync is available in agents-sync-tool GitHub repository. The repository includes source code, command documentation, catalog examples, and implementation notes.
Read more →