v0.3.3
AudarAI/Audar-ASR-V1v0.3.3Jul 8, 2026by Unclecheng-li
AI Summary
This release enhances stability and security by adding Docker support, ChatGPT authentication integration, and fixing critical path traversal vulnerabilities and MCP tool discovery issues.
Key Highlights
- Introduction of Docker support for containerized deployment
- ChatGPT authentication integration and built-in OpenAI/ChatGPT backend proxy
- Security hardening to prevent path traversal in asset serving
- Fix for Chrome DevTools MCP auto-discovery of real tool names
- Recovery fixes for the solve engine frontier
New Features
- ChatGPT订阅登录
- OpenAI↔ChatGPT后端代理
- Docker支持
- chrome-devtools MCP修复
- 路径遍历安全修复
- CI工作流修复
- solve engine frontier recovery
- MCP配置修复
- 安全加固
Full Release Notes
## What's Changed * fix: chrome-devtools MCP auto-discover real tool names on session init by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/64 * fix(web): prevent path traversal in asset serving and report output_path by @pruefsumme in https://github.com/Unclecheng-li/VulnClaw/pull/63 * feat(auth): sign in with ChatGPT subscription + built-in OpenAI↔ChatGPT-backend proxy by @PseudoJoker-1 in https://github.com/Unclecheng-li/VulnClaw/pull/65 * feat: add Docker support by @pruefsumme in https://github.com/Unclecheng-li/VulnClaw/pull/66 * fix CI workflow by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/67 * Update README with project website link by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/70 * Update README with project details and website by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/71 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/72 * Update README.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/73 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/74 * Fix solve engine frontier recovery by @OracleNep in https://github.com/Unclecheng-li/VulnClaw/pull/75 * docs: quote pip extras install examples by @nyxst4ck in https://github.com/Unclecheng-li/VulnClaw/pull/76 * Add repository standards: CODE_OF_CONDUCT, SECURITY warning guide, and structured issues by @shiva24082 in https://github.com/Unclecheng-li/VulnClaw/pull/77 * fix: prevent AttributeError when setting MCP server config by @somyaknotfound in https://github.com/Unclecheng-li/VulnClaw/pull/78 * Fix five bugs across tool execution and reporting by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/79 * Sync fork: config-tui, skills palette, VulnBot ports, security hardening by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/80 * Fix three triaged bugs: scope-prompt drift, missing run report, dead fetch cookie jar by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/82 * fix(mcp): suppress cross-task cancel-scope error on stdio/http session teardown by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/83 * Add AtomGitStars badge to README by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/86 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/87 * fix(cli): fetch provider models in config TUI LLM editor by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/84 * Remove NOTICE, add Anthropic provider, fix slash palette backgrounds by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/85 * update version number by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/88 ## New Contributors * @pruefsumme made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/63 * @PseudoJoker-1 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/65 * @OracleNep made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/75 * @nyxst4ck made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/76 * @shiva24082 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/77 * @somyaknotfound made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/78 * @JMAN730 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/79 **Full Changelog**: https://github.com/Unclecheng-li/VulnClaw/compare/v0.3.2...v0.3.3 ## What's Changed * fix: chrome-devtools MCP auto-discover real tool names on session init by @ww455 in https://github.com/Unclecheng-li/VulnClaw/pull/64 * fix(web): prevent path traversal in asset serving and report output_path by @pruefsumme in https://github.com/Unclecheng-li/VulnClaw/pull/63 * feat(auth): sign in with ChatGPT subscription + built-in OpenAI↔ChatGPT-backend proxy by @PseudoJoker-1 in https://github.com/Unclecheng-li/VulnClaw/pull/65 * feat: add Docker support by @pruefsumme in https://github.com/Unclecheng-li/VulnClaw/pull/66 * fix CI workflow by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/67 * Update README with project website link by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/70 * Update README with project details and website by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/71 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/72 * Update README.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/73 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/74 * Fix solve engine frontier recovery by @OracleNep in https://github.com/Unclecheng-li/VulnClaw/pull/75 * docs: quote pip extras install examples by @nyxst4ck in https://github.com/Unclecheng-li/VulnClaw/pull/76 * Add repository standards: CODE_OF_CONDUCT, SECURITY warning guide, and structured issues by @shiva24082 in https://github.com/Unclecheng-li/VulnClaw/pull/77 * fix: prevent AttributeError when setting MCP server config by @somyaknotfound in https://github.com/Unclecheng-li/VulnClaw/pull/78 * Fix five bugs across tool execution and reporting by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/79 * Sync fork: config-tui, skills palette, VulnBot ports, security hardening by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/80 * Fix three triaged bugs: scope-prompt drift, missing run report, dead fetch cookie jar by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/82 * fix(mcp): suppress cross-task cancel-scope error on stdio/http session teardown by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/83 * Add AtomGitStars badge to README by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/86 * Update README_EN.md by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/87 * fix(cli): fetch provider models in config TUI LLM editor by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/84 * Remove NOTICE, add Anthropic provider, fix slash palette backgrounds by @JMAN730 in https://github.com/Unclecheng-li/VulnClaw/pull/85 * update version number by @Unclecheng-li in https://github.com/Unclecheng-li/VulnClaw/pull/88 ## New Contributors * @pruefsumme made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/63 * @PseudoJoker-1 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/65 * @OracleNep made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/75 * @nyxst4ck made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/76 * @shiva24082 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/77 * @somyaknotfound made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/78 * @JMAN730 made their first contribution in https://github.com/Unclecheng-li/VulnClaw/pull/79 **Full Changelog**: https://github.com/Unclecheng-li/VulnClaw/compare/v0.3.2...v0.3.3