# io.github.thegridwork/siteaudit (npm · gridwork-siteaudit)

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `gridwork-siteaudit`: 69/100 (this document), [markdown](https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit.md), [page](https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit)

## Channel facts

- Registry: `npm`
- Package: `gridwork-siteaudit`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (117 of 122), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (117 of 122), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 121 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 343 tokens (~57/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add thegridwork-siteaudit -- npx -y gridwork-siteaudit
```

### Codex

```bash
codex mcp add thegridwork-siteaudit -- npx -y gridwork-siteaudit
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thegridwork-siteaudit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gridwork-siteaudit"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thegridwork-siteaudit --command npx --arg -y --arg gridwork-siteaudit
```

### Hermes

```yaml
mcp_servers:
  thegridwork-siteaudit:
    command: "npx"
    args: ["-y", "gridwork-siteaudit"]
```

### Other

```json
{
  "mcpServers": {
    "thegridwork-siteaudit": {
      "command": "npx",
      "args": [
        "-y",
        "gridwork-siteaudit"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +49)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-02 (score 20, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 5, −16)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 21, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, +2)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (6)

### `audit_site` (~89 tokens)

Run a comprehensive site audit covering accessibility (WCAG 2.1 AA / EAA), performance, SEO, design quality, and mobile responsiveness. Returns scores, grades, and prioritized fixes.

Input parameters:

- `format` (string): Output format: 'report' for readable markdown, 'json' for structured data
- `url` (string, required): The URL to audit (e.g., https://example.com)

### `quick_check` (~45 tokens)

Get a quick overview of a site's health — scores and grades only, no detailed issues. Fast way to triage a URL.

Input parameters:

- `url` (string, required): The URL to check

### `audit_accessibility` (~56 tokens)

Run an accessibility-focused audit against WCAG 2.1 AA criteria and EAA (European Accessibility Act) requirements. Returns issues with WCAG criterion references and fixes.

Input parameters:

- `url` (string, required): The URL to audit for accessibility

### `audit_performance` (~50 tokens)

Analyze a page's performance: load time, page size, render-blocking resources, DOM complexity, compression, caching, and image optimization.

Input parameters:

- `url` (string, required): The URL to audit for performance

### `audit_seo` (~50 tokens)

Check a page's SEO: title, meta description, headings, Open Graph, Twitter Cards, canonical URL, structured data, and more.

Input parameters:

- `url` (string, required): The URL to audit for SEO

### `compare_sites` (~53 tokens)

Compare two websites side by side across all audit categories. Useful for competitive analysis or before/after comparisons.

Input parameters:

- `url1` (string, required): First URL to compare
- `url2` (string, required): Second URL to compare

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 20
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 26
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/gridwork-siteaudit
- Socket report: https://socket.dev/npm/package/gridwork-siteaudit
- Repository: https://github.com/thegridwork/siteaudit
- Changelog RSS feed: https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thegridwork-siteaudit/gridwork-siteaudit
