VQL Reference Frequently Used scope scope Function Description return the scope. Plugin Description The scope plugin returns the current scope as a single row. The main use for this plugin is as a NOOP plugin in those cases we don’t want to actually run anything. Example SELECT 1+1 As Two FROM scope()