Agentic Security: LLM Vulnerability Scanner and AI Red Teaming Kit
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Agentic Security is an open-source vulnerability scanner designed for Agent Workflows and Large Language Models (LLMs). It helps protect AI systems from various threats, including jailbreaks, fuzzing, and multimodal attacks. This Python-based tool is essential for developers and security teams to proactively identify and mitigate risks in AI deployments, ensuring safer and more reliable AI systems.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Agentic Security is a powerful open-source vulnerability scanner for Agent Workflows and Large Language Models (LLMs). Developed by msoedov, this Python-based tool provides a comprehensive kit for AI red teaming, enabling users to identify and mitigate risks such as jailbreaks, fuzzing, and multimodal attacks. It offers robust features to ensure the safety and reliability of AI systems, making it an invaluable asset for developers, researchers, and security teams.
Key features include:
- Multimodal Attacks: Probe vulnerabilities across text, images, and audio inputs.
- Multi-Step Jailbreaks: Simulate sophisticated, iterative attack sequences.
- Comprehensive Fuzzing: Stress-test any LLM with randomized inputs.
- API Integration & Stress Testing: Seamlessly connect to LLM APIs and push their limits.
- RL-Based Attacks: Leverage reinforcement learning to craft adaptive, intelligent probes.
Installation
To get started with Agentic Security, simply install the package using pip:
pip install agentic_security
Examples
After installation, you can quickly launch the Agentic Security server:
agentic_security
This will start a local server, often with a UI accessible via a web browser for interactive testing. For more advanced usage, you can initialize a configuration file and run a CI check to integrate security scanning into your development pipeline:
agentic_security init
agentic_security ci
Agentic Security also supports probing various modalities like image and audio, and integrating with LLM APIs using custom HTTP specifications, allowing for flexible and comprehensive testing.
Why Use Agentic Security?
Agentic Security is crucial for anyone involved in developing, deploying, or securing AI systems. It provides the tools to proactively identify and mitigate vulnerabilities in LLMs and agent workflows, protecting against emerging threats like sophisticated jailbreaks and multimodal attacks. By integrating this scanner into your development lifecycle, you can ensure safer, more robust, and reliable AI deployments, safeguarding against potential misuse and enhancing trust in your AI applications. Its focus on real-world threats and adaptive attack strategies makes it a vital component for modern AI security.
Links
Related repositories
Similar repositories that may be relevant next.

oh-my-hermes: Enhance Hermes Agent with Advanced AI Workflow and Memory
September 17, 2026
oh-my-hermes is an all-in-one plugin designed to significantly enhance the Hermes Agent. It provides advanced coding intelligence, a robust long-term memory system, and optimized workflow packages, transforming standard Hermes requests into structured, actionable tasks with clear operational layers.
ASC: A Super Fast Android Decompiler for Mobile Reverse Engineering
September 17, 2026
ASC is an innovative and exceptionally fast Android decompiler front-end, specifically designed for mobile researchers and agents. It redefines traditional decompilation by directly querying compiled artifacts, offering on-demand code extraction and analysis without heavy preprocessing. This approach results in significantly reduced memory usage and lightning-fast performance, even on large APKs.

Open Index: A Deterministic Memory Layer for Your AI Agents
September 16, 2026
Open Index is a powerful tool for building domain-specific, accurate, and structured data that AI agents can effectively operate on. It enables the creation of a "brain," a searchable and continuously improving context graph tailored to any domain. This system ensures agents have access to reliable, up-to-date information, enhancing their capabilities and decision-making processes.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.
Source repository
Open the original repository on GitHub.
18 counted GitHub visits