a0-review-plugin

Audit Agent Zero plugins for manifest validity, structure, and code patterns.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill a0-review-plugin-dragonheat123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a0-review-plugin
Source: https://github.com/dragonheat123/AgentZeroNonKali/tree/main/skills/a0-review-plugin
Command: npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill a0-review-plugin-dragonheat123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable audit of Agent Zero plugins located under usr/plugins/, validating manifests, directory structure, code patterns, and security considerations to ensure conformance and safe operation.

Core Features & Use Cases

  • Validates plugin manifests (presence and correctness of fields like name, title, version, etc.)
  • Checks plugin directory structure against the Agent Zero plugin model and identifies deviations
  • Performs a guided code-pattern review covering frontend/backend conventions, dependencies, and security considerations

Quick Start

Run an end-to-end audit of all plugins using the a0-review-plugin workflow to produce a phase-by-phase results report

Frequently Asked Questions about a0-review-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Agent Zero plugins for security and code compliance?

To audit Agent Zero plugins for security, run an end-to-end workflow that validates manifests, checks directory structure, reviews backend/frontend code patterns, and generates a structured report with PASS/WARN/FAIL statuses.

What does a plugin manifest validation check for in Agent Zero?

Plugin manifest validation verifies the presence and correctness of required fields like name, title, and version to ensure the plugin conforms to the Agent Zero plugin model and operates safely.

How do I check my Agent Zero plugin directory structure for deviations?

You check your Agent Zero plugin directory structure by applying an audit workflow across all plugins in usr/plugins/, which identifies structural deviations and categorizes results by phase into a conformance report.

Can I review frontend and backend code patterns for multiple Agent Zero plugins at once?

Yes, you can apply the audit workflow across all plugins simultaneously to perform a guided code-pattern review covering frontend/backend conventions, dependencies, and security considerations into a single structured report.

Do I need any external dependencies to run a security audit on Agent Zero plugins?

No external dependencies are required to run a security audit on Agent Zero plugins, as the workflow operates directly on the plugins located under usr/plugins/ to evaluate manifests, structure, and code patterns.