docker-container-rerun-all

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed Docker maintenance helper that can batch-check containers and only performs recreation when explicitly run with --apply.

Install this only on machines where you are comfortable letting an agent inspect Docker containers and read the relevant MEMORY.md entries. Run the default check first, review the matched containers, and use --apply only when you intentionally want matching containers stopped, removed, and recreated.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • 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 (2)

Lp3

Medium
Category
MCP Least Privilege
Confidence
88% confidence
Finding
The skill instructs the agent to read MEMORY.md and execute Python/Docker shell commands, yet it declares no explicit permissions. That mismatch weakens policy enforcement and user awareness, making it easier for a high-impact operation like container recreation to run without clear consent boundaries. In this context, shell access is especially sensitive because apply mode can stop, remove, and recreate containers.

Missing User Warnings

Medium
Confidence
82% confidence
Finding
This script can perform batch container refreshes when `--apply` is provided, affecting every remembered container matched from MEMORY.md, but it has no built-in confirmation, scoping, or dry-run safety gate in this file. In an agent skill context, this increases the chance of unintended broad changes to production containers if memory contents are stale, poisoned, or overly broad.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal