AI Skill Hub 强烈推荐:AI安全扫描 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI安全扫描 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI安全扫描 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/chainreactors/aiscan@latest # 方式二:从源码编译 git clone https://github.com/chainreactors/aiscan cd aiscan go build -o aiscan . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/chainreactors/aiscan/releases
# 查看帮助 aiscan --help # 基本运行 aiscan [options] <input> # 详细使用说明请查阅文档 # https://github.com/chainreactors/aiscan
# aiscan 配置说明 # 查看配置选项 aiscan --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AISCAN_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/logo.svg" width="180" alt="aiscan logo"> <h1 align="center">aiscan</h1> <p align="center">Agentic Security Scanner — AI-driven reconnaissance meets deterministic scanning</p> <p align="center"><strong>Preview — APIs and features may change between releases</strong></p> </p>
<p align="center"> <a href="https://github.com/chainreactors/aiscan/releases"><img src="https://img.shields.io/github/v/release/chainreactors/aiscan?style=flat-square&color=00E59B" alt="Release"></a> <a href="https://github.com/chainreactors/aiscan/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/chainreactors/aiscan/ci.yml?branch=master&style=flat-square&label=CI" alt="CI"></a> <a href="https://github.com/chainreactors/aiscan/releases"><img src="https://img.shields.io/github/downloads/chainreactors/aiscan/total?style=flat-square&color=00B4D8" alt="Downloads"></a> <a href="https://github.com/chainreactors/aiscan/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-AGPL--3.0-blue?style=flat-square" alt="AGPL-3.0"></a> <a href="https://github.com/chainreactors/aiscan/stargazers"><img src="https://img.shields.io/github/stars/chainreactors/aiscan?style=flat-square&color=yellow" alt="Stars"></a> </p>
<p align="center"> <a href="README_CN.md">中文文档</a> </p>
---
aiscan combines LLM agents with traditional security scanning engines. Three modes: Scan (deterministic pipeline, optional AI assist), Agent (natural-language autonomous assessment), IOA (multi-agent distributed collaboration).
Use only on explicitly authorized targets. Unauthorized use is illegal.
git clone https://github.com/chainreactors/aiscan.git && cd aiscan
go build -o aiscan ./cmd/aiscan # standard
go build -tags full -o aiscan-full ./cmd/aiscan # full (playwright/katana/passive)
---
```bash
```bash
export OPENAI_API_KEY="sk-..."
aiscan agent --provider deepseek --base-url https://api.deepseek.com --api-key sk-... --model deepseek-chat
Config file `aiscan.yaml`:
yaml llm: provider: openai api_key: sk-... model: gpt-4o ```
---
高质量的AI安全扫描工具
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,AI安全扫描 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | aiscan |
| Topics | aipentestingredteamgo |
| GitHub | https://github.com/chainreactors/aiscan |
| License | AGPL-3.0 |
| 语言 | Go |
收录时间:2026-06-24 · 更新时间:2026-06-24 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端