plugins/_plugin_scan/README.md
Run an LLM-guided security review of third-party Agent Zero plugins from a Git repository.
This plugin builds a structured scanning prompt from a selectable checklist, runs that prompt in a temporary agent context, and returns a markdown report describing the plugin's security posture.
webui/ assets.api/plugin_scan_run.py performs a synchronous end-to-end scan and returns the report.helpers/prompt.py loads check definitions and renders the final scan prompt.api/plugin_scan_queue.py logs the prompt into the temporary chat.api/plugin_scan_start.py starts the agent in that chat.falsefalse_plugin_scanPlugin Scanner