hyva-theme-list
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-theme-list description: List all Hyvä theme paths in a Magento 2 project.
scripts/list_hyva_themes.shHIGH
78.3%
Malicious tool definition detected
Tool: scripts/list_hyva_themes.sh Description: #!/bin/bash # Lists all Hyvä themes in a Magento 2 project # Hyvä themes are identified by the presence of web/tailwind/package.json # # Searches: # - app/design/frontend/ (custom themes) # - vendor/ (installed themes from any vendor) # # Usage: list_hyva_themes.sh # Output: One theme path per line (relative to project root) set -euo pipefail # Find themes in app/design/frontend/ # Structure: app/design/frontend/Vendor/ThemeName/web/tailwind/pac
Audit Metadata