Automatically detect and blur sensitive information in screenshots, including account IDs, timestamps, and user IDs.
npm installnpm run build# Run all tests
npm test
# Run tests in watch mode
npm run test:watch# Build in watch mode
npm run devsrc/
├── core/ # Core redaction logic (OCR, Detection, Blur)
├── mcp/ # MCP server implementation
└── web/ # Web application (Express + React)
tests/ # Test files
- Automatic detection of account IDs, timestamps, and user IDs
- OCR-based text extraction from screenshots
- Configurable detection patterns
- Dual deployment: MCP server or web application
- Support for PNG, JPEG, and WebP formats