Skip to content

pompelmiFast file upload security for Node.js

🔒 Malware scanning • YARA integration • ZIP bomb protection • Express/Koa/Next.js adapters • Private by design

pompelmi - File upload security library logo

🌟 Trusted by Developers

"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

  • Detection Engineering Weekly #124 - Security community spotlight
  • Node Weekly #594 - JavaScript ecosystem highlight
  • Bytes #429 - Developer newsletter feature
  • DEV.to - Community showcase

🚀 Quick Start

bash
npm install pompelmi
typescript
import { scanFile } from 'pompelmi';

const result = await scanFile('path/to/upload.zip');
console.log(result.verdict); // "clean" | "suspicious" | "malicious"

View complete documentation →

Released under the MIT License.