🔒 Privacy First
All scanning happens in-process. No cloud calls, no data leaks. Your files never leave your infrastructure. Perfect for GDPR/HIPAA compliance.
🔒 Malware scanning • YARA integration • ZIP bomb protection • Express/Koa/Next.js adapters • Private by design
"pompelmi made it incredibly easy to add malware scanning to our Express API. The TypeScript support is fantastic!" — Developer using pompelmi in production
"Finally, a file scanning solution that doesn't require sending our users' data to third parties. Perfect for GDPR compliance." — Security Engineer at a healthcare startup
npm install pompelmiimport { scanFile } from 'pompelmi';
const result = await scanFile('path/to/upload.zip');
console.log(result.verdict); // "clean" | "suspicious" | "malicious"