经 AI Skill Hub 精选评估,红队AI安全 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
红队AI安全 是一款基于 Jupyter Notebook 开发的开源工具,专注于 ai-red-team、ai-security、jupyter-notebook 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
红队AI安全 是一款基于 Jupyter Notebook 开发的开源工具,专注于 ai-red-team、ai-security、jupyter-notebook 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/ErdemOzgen/RedAiRange cd RedAiRange # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 redairange --help # 基本运行 redairange [options] <input> # 详细使用说明请查阅文档 # https://github.com/ErdemOzgen/RedAiRange
# redairange 配置说明 # 查看配置选项 redairange --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export REDAIRANGE_CONFIG="/path/to/config.yml"

Red AI Range is a professional platform for AI security assessment, AI red team operations, and vulnerability research. It provides controlled and repeatable environments where teams can test AI systems, validate defenses, and train personnel with practical scenarios.
As AI adoption grows across critical systems, organizations need a structured way to evaluate security risk. Red AI Range addresses that need with a unified platform that combines vulnerable targets, security tooling, operational controls, and documentation support.

git clone https://github.com/ErdemOzgen/RedAiRange.git
cd RedAiRange
docker compose up -d
By default, the platform is available at http://localhost:5002.
If you are on macOS, always use a full absolute path for stack volumes.
services:
redairange:
image: erdemozgen/redairange:1
restart: always
ports:
- 5002:5002
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- /Users/yourusername/Desktop/RedAiRange/opt/stacks:/Users/yourusername/Desktop/RedAiRange/opt/stacks
environment:
- REDAIRANGE_STACKS_DIR=/Users/yourusername/Desktop/RedAiRange/opt/stacks
- REDAIRANGE_PORT=5002
services:
redairange:
image: erdemozgen/redairange:1
restart: always
ports:
- 5002:5002
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- ./opt/stacks:/opt/stacks
environment:
- REDAIRANGE_STACKS_DIR=/opt/stacks
- REDAIRANGE_PORT=5002
As mentioned before, left pane contains various predefined AI security scenarios and the related containers with vulnerable AI components. Although you can run a target machine from Target Machine page with your configurations, starting with a scenario is recommended.
For example, when you click on "adversarial_playground_ai_target" from the left pane, this page will greet you. 
When it is started, required images will be pulled and Docker container will be started. You can monitor the process from terminals on this page. In addition, you can access a shell from the container from this page. 
After the machine is started, you will be able to access the ports that are mentioned above of the terminal. This port is for accessing the Jupyter notebook with materials related to the scenario. In this example, http://localhost:11000 will redirect you a login page when you access it for the first time:

In this page, you can create a password or directly use the token to access Jupyter Notebook. The token can be found on the terminal of the machine. With this token, you can pass the authentication and access this page:

From here, you can follow the scenarios, improve your AI/ML skills, learn different attack methodologies and more.
nvm install v18.16.0
nvm use v18.16.0
npm install
npm run dev
| Variable | Default | Description |
|---|---|---|
| REDAIRANGE_JWT_EXPIRES_IN | 7d | Sets JWT lifetime, for example 12h, 7d, 30d |
| REDAIRANGE_CONSOLE_ALLOWLIST | docker,ls,cd,dir,cat,echo,pwd | Defines allowed commands for the built in console |
| REDAIRANGE_AGENT_CREDENTIALS_KEY | auto generated | Optional key for credential encryption at rest |
| REDAIRANGE_WS_ORIGIN_CHECK | strict | strict enforces host check, bypass disables it |
Example:
environment:
- REDAIRANGE_STACKS_DIR=/opt/stacks
- REDAIRANGE_PORT=5002
- REDAIRANGE_JWT_EXPIRES_IN=12h
- REDAIRANGE_CONSOLE_ALLOWLIST=docker,ls,cd,pwd
- REDAIRANGE_WS_ORIGIN_CHECK=strict
The interface is designed to simplify scenario deployment and daily operations.
The training path is organized into five modules.
功能齐全,适合红队安全测试
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:红队AI安全 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | RedAiRange |
| 原始描述 | 开源AI工具:A professional AI security range for red teaming, vulnerability research, defens。⭐131 · Jupyter Notebook |
| Topics | ai-red-teamai-securityjupyter-notebook |
| GitHub | https://github.com/ErdemOzgen/RedAiRange |
| License | MIT |
| 语言 | Jupyter Notebook |
收录时间:2026-07-01 · 更新时间:2026-07-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。