hyva-exec-shell-cmd

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
2
Flagged
2
Chunks
2
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
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
2
Analyzed
Feb 23, 2026, 06:51 AM
Security Audit — runlayer — hyva-exec-shell-cmd