Back to skill

Security audit

Ohif Deploy

Security checks across malware telemetry and agentic risk

Overview

This is a deployment helper for a medical imaging viewer, but it silently hard-codes external DICOMweb endpoints and documents options the script does not actually implement.

Review deploy.sh before installing or running it. Replace the hard-coded DICOMweb URLs with your intended server, do not rely on the documented --ssl/--domain flags, check what files will be overwritten, and pin/review Docker images before using this around real medical data.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
95% confidence
Finding
This shell script unconditionally writes `docker-compose.yml` and `config/hosting.json` using shell redirection, which can overwrite existing files in the current directory. Although it prints status messages, it does not disclose this overwrite behavior, ask for confirmation, or include comments/docstrings warning the user about the file modifications.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.