v0.3.3

passteque/gluetunv0.3.3Jul 8, 2026by Unclecheng-li

AI Summary

This release focuses on adding Docker support, enhancing authentication with ChatGPT integration, and fixing critical security vulnerabilities like path traversal. It also includes numerous bug fixes for MCP tool execution and reporting.

Key Highlights

  • Added Docker support for easier deployment
  • Implemented ChatGPT subscription sign-in and OpenAI-to-ChatGPT backend proxy
  • Fixed path traversal vulnerabilities in web asset serving
  • Addressed numerous bugs in MCP server configuration and tool execution

New Features

  • Docker support
  • ChatGPT subscription sign-in
  • OpenAI↔ChatGPT backend proxy
  • Anthropic provider addition
  • Chrome DevTools MCP auto-discovery

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