Skip to content

Choose a tag to compare

@gogooma125732 gogooma125732 released this 04 Sep 07:13
18ee7cb

Parsewall v1.0.0

Unified release of Parsewall across GitHub Marketplace, PyPI, Codex Marketplace/MCP, Docker Compose, and offline Docker deployment.

GitHub Action

- uses: actions/checkout@v4
- uses: gogooma125732/parsewall@v1
  with:
    input: path/to/document.pdf
    fail-on: review

The Action exposes risk-level and the fixed Parsewall JSON result as outputs.

Python CLI and MCP

Published on PyPI: https://pypi.org/project/parsewall/1.0.0/

python -m pip install parsewall==1.0.0
parsewall scan --input ./report.pdf
parsewall-mcp

Codex plugin marketplace

uv tool install parsewall==1.0.0
codex plugin marketplace add gogooma125732/parsewall --ref main
codex plugin add document-injection-firewall@parsewall

Standalone Codex plugin and marketplace ZIP files are attached below.

Docker and offline deployment

The attached Compose bundle installs from source. The offline Docker bundle includes the Linux ARM64 image and deployment files.

See deploy/LOCAL_INSTALL.md and deploy/OFFLINE_INSTALL.md for installation and verification instructions.

Security model

Parsewall deterministically scans untrusted documents before model access. Unsupported, corrupt, encrypted, incomplete, or dependency-blocked inputs fail closed. A low result does not make document content trusted.

Verification

  • 182 automated tests passed
  • Python wheel and source distribution published to PyPI
  • Release checksums verified
  • Action tags v1.0.0 and v1 point to the unified release commit