Skip to content

Add Open With support for files and application bundles #22

Description

@JulyIghor

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions