v0.3.3

firecrawl/pdf-inspectorv0.3.3Jul 8, 2026by Unclecheng-li

AI Summary

This release adds Docker support, ChatGPT authentication, and fixes security vulnerabilities like path traversal and MCP errors.

Key Highlights

  • Sign in with ChatGPT subscription + OpenAI proxy.
  • Docker support.
  • Prevent path traversal in asset serving.
  • Fix solve engine frontier recovery.
  • Suppress cross-task cancel-scope error in MCP.

New Features

  • ChatGPT authentication
  • Docker support
  • Path traversal security fix
  • MCP error fixes
  • Frontier recovery
  • Repository standards (CODE_OF_CONDUCT, SECURITY)

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