What problem does it solve?
It prevents unsafe file and object-storage flows that can lead to malware distribution, cross-tenant data leaks, corrupted downloads, and runaway storage costs.
Core Features & Use Cases
- Secure file intake and validation: designs upload/download handling with streaming transfer, MIME allowlisting, magic-byte verification, and archive safety (no zip-slip, bounded entries, and decompression caps).
- Malware scanning and quarantine states: ensures no content becomes referenceable until it passes scanning gates, with quarantine, lifecycle, and cleanup for failed transforms and expired artifacts.
- Safe media processing and delivery controls: specifies sandboxed image/media transforms with hardened processing policies, metadata stripping (EXIF/GPS), and download headers (attachment disposition, nosniff, tenant-safe caching).
- Use Case: Build a product workflow where users upload images or exports to object storage, scan them, transform them into safe derivatives, and serve them back with strict authorization and predictable retention.
Quick Start
Design a secure upload-to-processed pipeline for user files in your product by applying file intake validation, malware scanning gates, signed-URL scoping, sandboxed transforms, and lifecycle cleanup rules.