| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| autocve-backend-v1.0.5.tar.gz | 2026-07-12 | 3.0 MB | |
| autocve-docker-v1.0.5.tar.gz | 2026-07-12 | 10.5 kB | |
| autocve-frontend-v1.0.5.tar.gz | 2026-07-12 | 57.7 MB | |
| autocve-source-v1.0.5.tar.gz | 2026-07-12 | 122.3 MB | |
| checksums.txt | 2026-07-12 | 383 Bytes | |
| README.md | 2026-07-12 | 2.2 kB | |
| Release v1.0.5 source code.tar.gz | 2026-07-12 | 122.3 MB | |
| Release v1.0.5 source code.zip | 2026-07-12 | 123.0 MB | |
| Totals: 8 Items | 428.4 MB | 0 | |
自 v1.0.4 以来的变更:
- Merge pull request [#33] from larlarua/dev/context-compaction (dce556c)
- chore(release): prepare v1.0.5 (5f7c257)
- Merge PR [#26] with current runtime architecture (26b9e64)
- feat: support resuming audits after interruption (4d272e6)
- feat: update model provider support (4ef85c6)
- 修复 [#27]/#19:FinalizeFinding 缺失时允许尝试 finalizer continuation (5bae89e)
- 修复:Opus 4.8 不支持 temperature 参数及 assistant prefill 的兼容性问题 (51509af)
- 修复:运行时会话未返回可解析 payload 时抛出错误的问题 (4dec116)
- feat: support paginated GitHub branch listing; fix branch selector width (5265c3f)
🚀 AutoCVE 发布亮点
- 一键 CVE 挖掘: 支持项目筛选、仓库导入、审计任务创建和候选漏洞跟踪
- Multi-Agent 审计流程: 通过 Orchestrator 调度 Recon、Scan、Triage、Finding、Verification 等 Agent
- Finding Agent 深度挖掘: 基于 ReAct loop、工具编排、nudge 纠偏和结构化终止工具产出漏洞证据
- 漏洞报告管理: 支持中文报告、English Report 和 CVE 报告生成与维护
- 一行命令部署: 提供基于 GHCR 预构建镜像的 Docker Compose 生产部署方式
📦 下载说明
构建产物
autocve-frontend-*.tar.gz: 前端构建产物(用于生产部署)autocve-backend-*.tar.gz: 后端源码包autocve-docker-*.tar.gz: Docker 配置文件(包含沙箱配置)autocve-source-*.tar.gz: 完整源码包checksums.txt: 文件校验和
Docker 镜像
- Frontend:
ghcr.io/larlarua/autocve-frontend:v1.0.5 - Backend:
ghcr.io/larlarua/autocve-backend:v1.0.5
快速部署
:::bash
# 部署
docker compose up -d
What's Changed
- Dev/context compaction by @larlarua in https://github.com/larlarua/AutoCVE/pull/33
- feat: 分页获取分支 & 修复分支选择器宽度 & 修复 payload 解析失败 & 修复 Opus 4.8 兼容性 by @Bluestar-coder in https://github.com/larlarua/AutoCVE/pull/26
New Contributors
- @Bluestar-coder made their first contribution in https://github.com/larlarua/AutoCVE/pull/26
Full Changelog: https://github.com/larlarua/AutoCVE/compare/v1.0.4...v1.0.5