AI Agent Hub
Back to plugins
🧩

dsh-docker

admin-security Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install STARDUSTLC666/dsh-docker

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, install this plugin by running the command `dsh plugin install STARDUSTLC666/dsh-docker`, with the full source code available at https://github.com/STARDUSTLC666/dsh-docker.

About this plugin

In containerized operations, directly handling Docker commands can pose security risks like command injection. The dsh-docker plugin addresses this by securely invoking the Docker CLI via subprocess calls, providing reliable container management for DSH agents with no shell injection vulnerabilities. It offers six core tools for listing containers and images, viewing logs, inspecting details, executing commands inside containers, and managing container lifecycle (e.g., start, stop). Notably, docker_exec features approval gates by default and strict container name validation, combined with timeout and log capping, to enhance security. This plugin is ideal for operations engineers, developers, or AI agents needing to safely manage Docker resources in automation scenarios, especially in security-sensitive environments.

Use Cases

  • Automating container lifecycle management
  • Securely executing commands inside containers
  • Monitoring container logs and status

Best For

  • Operations engineers
  • DevOps developers
  • AI agent developers