hyva-exec-shell-cmd
Warn
Audited by Runlayer on Feb 23, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md Description: --- name: hyva-exec-shell-cmd description: Utility skill to detect Magento development environment and determine command wrapper.
scripts/detect_env.shHIGH
78.3%
Malicious tool definition detected
Tool: scripts/detect_env.sh Description: #!/bin/bash # Detect Magento development environment type # Outputs: warden, docker-magento, ddev, or local # Usage: detect_env.sh [magento_root_path] # Change to specified directory or current directory cd "${1:-.}" 2>/dev/null || { echo "local"; exit 0; } if grep -q "^WARDEN_ENV_NAME=" .env 2>/dev/null; then
Audit Metadata