Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.

stdiocommunityapplication

Package Details

Transportstdio

Environment Variables

TARGET_DEV_URL(str)
Required

Base URL of the dev environment to audit (e.g. http://localhost:3000)

TARGET_STAGING_URL(str)

Base URL of the staging environment — used by argus_compare for dev vs staging diff. Omit to use CSS analysis mode.

SLACK_BOT_TOKEN(str)
Secret

Slack bot token (xoxb-...) for posting reports. Omit to generate a local report.html instead.

FIGMA_API_TOKEN(str)
Secret

Figma personal access token — enables argus_design_audit to fetch design specs from a Figma frame and compare them against the live DOM (13 fidelity finding types). Omit to skip design fidelity audits.

ARGUS_REDACT_SENSITIVE(str)

Aegis confidentiality egress boundary. Default ON: every tool response is redacted so secrets, PII, and exploit detail never cross into the calling agent's context (the local on-disk report keeps full fidelity). Set to 0 for byte-identical pre-Aegis output.