validate_plugin
Validate a Lampa plugin for compliance with conventions including IIFE, strict mode, and event cleanup, and receive a scored report with fix guidance.
Instructions
Validate a Lampa plugin against established conventions: IIFE wrapping, strict mode, appready bootstrap, no localhost URLs, proper event cleanup, and more. Returns a scored report with fix guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | Plugin folder name (e.g. 'iptv', 'online') or repo-relative path to a plugin JS file. |