Webvizio

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward Webvizio connector that uses the OOMOL CLI for two disclosed webhook actions, with some setup and scoping cautions but no artifact-backed malicious behavior.

Install only if you intend to manage Webvizio REST hook subscriptions through an OOMOL-connected account. Review any payload before create/delete actions, confirm webhook IDs carefully, and be cautious with the optional remote CLI installer because it executes code from the network.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Vague Triggers

Medium
Confidence
95% confidence
Finding
The manifest says to use this skill for "ANY Webvizio request" and "Whenever a task involves Webvizio," which is a very broad activation condition for a markdown/manifest file. It does not provide scope boundaries or negative examples, so routine mentions of Webvizio could incorrectly trigger the skill.

External Script Fetching

High
Category
Supply Chain
Content
- **`oo: command not found`** — install the oo CLI (other platforms: <https://cli.oomol.com/install-guide.md>):

  ```bash
  curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
  ```

  ```powershell
Confidence
90% confidence
Finding
curl -fsSL https://cli.oomol.com/install.sh | bash

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal