SafeAI has been introduced—an open-source tool designed for the static analysis of AI agent security risks. It allows for the detection of vulnerabilities during the development stage, without waiting for code execution.

image

What Happened

Developers have released SafeAI, which scans application source code for LLM-specific vulnerabilities. The tool checks for prompt injections, excessive tool access permissions (such as shell or filesystem), Model Context Protocol (MCP) risks, and governance gaps. SafeAI operates entirely offline and supports CI/CD integration via JSON, HTML, and SARIF formats.

Context

Traditional security tools, such as SAST and SCA, do not account for the specificities of how large language models and agentic architectures operate. With the development of autonomous agents, there is a growing need for tools capable of analyzing the logic of LLM interaction with external tools (tool calling) and the risks of interaction protocols, creating a demand for a Shift-Left security approach for AI.

Why It Matters for the Industry

The emergence of SafeAI signals the formation of a new vertical market: AI Security for Agents. This allows the focus to shift from runtime monitoring to preventive security during the development stage, filling a gap in existing AI system security processes.

Why It Matters for Users

For developers of AI systems, the tool enables automated security verification of their agents before deployment. This helps prevent data leaks and unauthorized system access through AI, while ensuring code privacy due to its ability to operate in a fully offline mode.

Sources

Author

Look at AI, Editorial Team