Skip to content

Parsewall v0.1.0

Choose a tag to compare

@gogooma125732 gogooma125732 released this 14 Aug 01:26
· 7 commits to main since this release

Parsewall v0.1.0

Deterministic, fail-closed inspection for untrusted files before they reach an LLM.

Highlights

  • Isolated parser-first inspection
  • Fixed JSON result contract
  • Network-isolated Docker worker
  • Low-only marked text derivative
  • Text, Markdown, HTML, DOCX, PPTX, XLSX, PDF, PNG and JPEG support
  • Codex Skill, PreToolUse Hook and optional MCP server

Distribution packages

  • Docker Compose local installer
  • Offline Docker bundle for Linux ARM64
  • Python wheel and source distribution
  • Codex Plugin and local Marketplace bundles

Security model

A low result does not make document content trusted. Parsed content must continue to be handled as untrusted data, never as instructions.

Unsupported, corrupt, encrypted, incomplete or dependency-blocked inputs fail closed.

Verification

  • 180 tests passed
  • Ruff and mypy passed
  • Plugin and Skill validators passed
  • SHA-256 release checksums verified

Platform note

The included offline Docker image targets Linux ARM64.