Back to skill

Security audit

DeepSeek

Security checks across malware telemetry and agentic risk

Overview

This looks like a real DeepSeek connector, but it needs review because its setup path includes unverified remote shell installers and the CLI authority is broader than the listed DeepSeek actions.

Install only if you are comfortable using OOMOL as an intermediary for DeepSeek requests and credentials. Prefer reviewing or manually installing the oo CLI from official documentation instead of running the embedded pipe-to-shell commands, and confirm any prompt or payload before the skill sends it to DeepSeek.

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 skill description says to use this skill for ANY DeepSeek request and instead of calling the API directly, which creates an overly broad invocation trigger. That increases the chance the agent routes unrelated or sensitive DeepSeek-adjacent tasks through this skill automatically, including write-capable actions, expanding attack surface and reducing meaningful user intent verification.

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

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.