hyva-create-module
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: hyva-create-module description: Create a new Magento 2 module in app/code/.
Malicious tool definition detected
Tool: assets/templates/composer.json.tpl Description: { "name": "{{vendor_kebabcase}}/module-{{module_kebabcase}}", "description": "{{DESCRIPTION}}", "type": "magento2-module", "require": { "php": ">=8.1"
Malicious tool definition detected
Tool: assets/templates/module.xml.tpl Description: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
Malicious tool definition detected
Tool: assets/templates/registration.php.tpl Description: <?php