A minimal Node.js wrapper around ClamAV that scans any file and returns a typed Verdict Symbol:
Verdict.CleanVerdict.MaliciousVerdict.ScanError
Zero runtime dependencies. No daemon. No cloud. No native bindings. Works locally via clamscan or remotely via clamd TCP socket (Docker-friendly).
npm install pompelmi


is not a full tool, the engine is not working on js but is clamav that is doing the part. Pompelmi it’s just a middleware between ClamAV and nodejs
deleted by creator