Control D

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed Control D management wrapper that can change DNS profile rules, but it limits commands to the OOMOL CLI and explicitly requires confirmation for write and delete actions.

Install only if you trust OOMOL and are comfortable letting the connected account manage Control D profiles and DNS rules. Review any create/update/delete payload carefully before approving it, and prefer installing the oo CLI through a verified package or manual installation path rather than piping a remote script directly into a shell.

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
93% confidence
Finding
The trigger language is overly broad and directs the agent to use this skill for ANY Control D-related request, including reading, creating, updating, and deleting data. In an agentic environment, this can cause over-invocation of a state-changing skill in contexts where the user only mentioned Control D incidentally, increasing the chance of unnecessary access or unintended destructive operations.

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
98% confidence
Finding
curl -fsSL https://cli.oomol.com/install.sh | bash

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal