Zambo Site Audit

Description

Zambo Site Audit adds a “Zambo Site Audit” page under Tools. Enter your site URL, click “Run audit”, and the plugin fetches a real SEO and site-health audit and displays the results: an overall score, findings grouped by severity (critical / high / medium / low), and a link to the verifiable audit receipt.

The audit itself is performed by the Zambo API (zambo.dev), a cross-AI execution layer. The plugin sends your site URL to the Zambo API over HTTPS so the audit can run; the JSON response is rendered in wp-admin. No data is stored on your site except a transient cache of the last result (expires after one hour), and the plugin sets no cookies and performs no tracking.

External services

This plugin calls one external service:

  • Zambo API — https://zambo.dev/api/mcp
    • What is sent: the site URL you enter on the audit page.
    • When: only when you click “Run audit”.
    • What is received: the audit result (score, findings, receipt link) as JSON.
    • Terms: https://zambo.dev/terms — audits use Zambo’s free tier.

Installation

  1. Upload the zambo-site-audit folder to /wp-content/plugins/ or install the ZIP via Plugins Add New Upload Plugin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Tools Zambo Site Audit and click “Run audit”.

FAQ

Does this plugin track me or my visitors?

No. The plugin makes no requests except the audit call you trigger yourself, sets no cookies, and stores nothing except a one-hour cache of the last audit result.

Is the audit free?

Audits run on Zambo’s free tier — no account or payment needed for the audits this plugin performs.

Where can I learn more?

https://zambo.dev — deeper audits and 100+ tools for AI agents and developers.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Zambo Site Audit” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Zambo Site Audit” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.1

  • Enqueue the admin stylesheet via wp_enqueue_style instead of an inline block.

1.0.0

  • Initial release: one-click site audit in wp-admin with severity-grouped findings and a verifiable receipt link.