VirusTotal for macOS provides the Services actions "Scan File with VirusTotal" and "Scan URL with VirusTotal", but it does not declare any CFBundleDocumentTypes. Because of this, it cannot be selected in Finder's Open With menu or by other apps using Launch Services.
Please add document-opening support for files and application bundles. Opening a target should prepare it for scanning without launching the target.
Useful supported types could include
- Application bundles
- Executables
- Scripts
- Installer packages
- Disk images
- General files
Expected behavior
open -a VirusTotal "/path/to/file"
open -a VirusTotal "/Applications/Example.app"
This would also allow security tools such as App Trust Preview to offer VirusTotal as a user-configured Open With action.
VirusTotal for macOS provides the Services actions "Scan File with VirusTotal" and "Scan URL with VirusTotal", but it does not declare any
CFBundleDocumentTypes. Because of this, it cannot be selected in Finder's Open With menu or by other apps using Launch Services.Please add document-opening support for files and application bundles. Opening a target should prepare it for scanning without launching the target.
Useful supported types could include
Expected behavior
This would also allow security tools such as App Trust Preview to offer VirusTotal as a user-configured Open With action.