Skip to content

v1.6.0 — audit command suite

Choose a tag to compare

@jmcerda jmcerda released this 29 Jun 21:12
592e148

Adds 22 read-only audit tools across four groups, plus a composite dashboard and a drupal-full-audit prompt (119 tools total). All self-sufficient against stock Drupal — no companion module required.

  • Links & 404 integrity: drupal_report_404_log, redirect_health, broken_links (live checking opt-in + SSRF-guarded), alias_coverage, menu_integrity, broken_embeds.
  • Config & site-health: config_drift, config_best_practices, module_audit, permission_audit, status_report, text_format_audit, cache_config.
  • Content quality: duplicate_content, workflow_bottlenecks, translation_coverage, scheduled_content, readability, orphan_pages, pii_exposure, seo_meta_coverage.
  • Composite: drupal_audit_site_health — scored content/links/config dashboard with a roll-up grade.

Privileged audits read through the connector's own drush bridge (preferring the existing governed config server-tool when configured). Also hardens the drush bridge to redact secrets from its log line.

Published to npm as drupal-mcp-connector@1.6.0. Full notes in CHANGELOG.md.