How confident are you when deploying your AI agents to production?
With traditional applications, we have established CI/CD checks for things like vulnerabilities, dependencies, secrets and infrastructure.
But what about the agent itself?
Do you have specific AI-agent security checks in your CI/CD pipeline, or are you relying on the same checks you use for ordinary applications?
Before deploying an agent, do you know:
- What tools it can access?
- Whether it gained a new capability in the latest PR?
- If it can execute shell commands or write to the filesystem?
- Which MCP servers it can reach?
- ..
I'm curious how teams are answering these questions today.
We're experimenting with SafeAI as a GitHub Action to bring this kind of static analysis into the existing CI workflow. It's still early stage but going fast, thanks to all contributors.
If you want to try it against your own agent project, we'd genuinely appreciate feedback, as well as contributions.
Here you may check: ikaruscareer/SafeAI on GitHub.