plugins/_plugin_validator/README.md
Validate Agent Zero plugins against structural, manifest, convention, and security expectations.
This plugin generates a structured validation prompt for either a local plugin or an external source, runs the review in a temporary agent context, and returns a markdown report that checks whether a plugin follows Agent Zero plugin conventions.
api/plugin_validator_run.py performs a synchronous validation and returns the report.helpers/prompt.py builds the validation prompt with source instructions, selected checks, and scoring guidance.api/plugin_validator_prepare_zip.pyapi/plugin_validator_queue.pyapi/plugin_validator_start.pyfalsefalse_plugin_validatorPlugin Validator