Back to skill

Security audit

Docker Hub

Security checks across malware telemetry and agentic risk

Overview

This Docker Hub connector is mostly transparent, but it can list organization access tokens and perform high-impact organization changes, so users should review its scope before installing.

Install only if you want an agent to administer Docker Hub through an OOMOL-connected account. Use a least-privileged Docker Hub connection, be careful with organization access-token listings, and review the oo CLI installer before running the one-line install command.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Credential Access

High
Category
Privilege Escalation
Content
- `get_repository` — Get detailed metadata for a Docker Hub repository within a namespace.
- `get_tag` — Get metadata and image variants for a specific Docker Hub repository tag.
- `get_team` — Get a Docker Hub team within an organization.
- `list_org_access_tokens` — List Docker Hub organization access tokens for an organization.
- `list_org_members` — List Docker Hub organization members with optional filtering and pagination.
- `list_repositories` — List Docker Hub repositories in a namespace with optional name filtering and ordering.
- `list_team_members` — List members of a Docker Hub team within an organization.
Confidence
97% confidence
Finding
access tokens

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

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.