Back to skill

Security audit

Docker部署助手

Security checks across malware telemetry and agentic risk

Overview

This is a Docker deployment guidance skill with one risky cleanup example users should review before running.

Before installing or using this skill, treat its deployment scripts as templates to review rather than commands to run blindly. In particular, remove or gate docker system prune -f unless you intentionally want Docker to delete unused local containers, networks, images, and build cache, and test build/push/restart workflows in staging before production.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • 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
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Vague Triggers

Medium
Confidence
94% confidence
Finding
The trigger set is excessively broad and includes generic terms like “部署”, “容器”, and “上线”, which can cause the skill to activate in contexts far beyond Docker-specific requests. Because this skill can produce deployment-changing guidance and commands, over-triggering increases the chance of accidental system modification, unsafe advice application, or user confusion in unrelated conversations.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The skill recommends operational deployment actions such as pushing images, restarting services, and server deployment workflows without clearly warning that these steps may disrupt running services, overwrite configuration, or cause downtime. In a deployment-assistant context, omission of safety warnings makes accidental production impact more likely, especially when users follow generated commands directly.

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The deployment script performs `docker system prune -f`, which deletes unused Docker images, containers, networks, and build cache without prompting or warning the user. In a deployment-assistant skill, users may copy this script directly onto development or shared hosts, causing unintended loss of local artifacts, cache, or stopped containers and potentially disrupting adjacent workflows.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.