BeClaude

web-audit-tools

New
2Community RegistryDevelopmentby naporin0624 · MIT

Comprehensive web audit tools including SEO analysis, WCAG 2.1 AA accessibility checks, and security testing with specialized bounty hunter agents (XSS, SQLi, CSRF, IDOR). Features Lighthouse integration, CVE search, and parallel attack workflows.

Community PluginView Source

Overview

A comprehensive Claude Code plugin providing SEO, WCAG 2.1 AA accessibility, and security testing tools with specialized bounty hunter agents.

Features

SEO Analysis

  • Meta tags, Open Graph, Twitter Cards validation
  • Structured data (JSON-LD) validation
  • Lighthouse integration for performance scores
  • Web resource files (sitemap.xml, robots.txt, llms.txt, security.txt)

Accessibility Checks

  • WCAG 2.1 AA compliance
  • Color contrast validation (4.5:1 normal, 3:1 large text)
  • ARIA patterns and roles reference
  • Automated linting with axe-core + markuplint

Security Testing (Bounty Hunter Mode)

  • XSS Hunter: Script injection, DOM manipulation ($500 - $50,000)
  • SQLi Hunter: Database attacks, auth bypass ($2,000 - $50,000+)
  • CSRF Hunter: Request forgery, action hijacking ($500 - $20,000)
  • IDOR Hunter: Object reference, authorization bypass ($2,000 - $50,000+)
  • OWASP Top 10 coverage
  • CVE search via NVD API

Installation

Prerequisites

Install from Marketplace

bash
# Add the marketplace
/plugin marketplace add naporin0624/seo-claude-plugins

# Install the plugin
/plugin install web-audit-tools@web-audit-marketplace

Install Dependencies (for scripts)

bash
cd skills/seo-analyzer && npm install
cd skills/lighthouse-runner && npm install
cd skills/web-resource-checker && npm install
cd skills/cve-search && npm install
cd skills/form-security-analyzer && npm install
cd skills/playwright-security-runner && npm install

Commands

/a11y-audit

Run accessibility audit on files.

bash
/a11y-audit path/to/file.html
/a11y-audit "src/**/*.tsx"

/seo-audit

Comprehensive SEO audit with Lighthouse.

bash
/seo-audit path/to/file.html           # Full audit (static + lighthouse)
/seo-audit http://localhost:3000       # Lighthouse only
/seo-audit path/to/file.html static    # Static analysis only

/web-audit

Combined SEO, accessibility, and web resource audit.

bash
/web-audit path/to/file.html
/web-audit https://example.com

/website-hunter

Deploy bounty hunter agents to attack a website from multiple angles.

bash
# Deploy all hunters in parallel
/website-hunter http://localhost:3000

# Deploy specific hunters
/website-hunter http://localhost:3000 xss,sqli

# Just IDOR and CSRF
/website-hunter http://localhost:3000 idor,csrf

Skills

SkillDescription
seo-a11y-analyzerCore analysis with 5-step workflow
wcag-aria-lookupWCAG 2.1 AA criteria and ARIA patterns lookup
html-lint-runnerAutomated linting with axe-core + markuplint
seo-lookupSEO best practices reference
seo-analyzerStatic SEO analysis with cheerio
lighthouse-runnerLighthouse integration via Puppeteer
web-resource-checkersitemap.xml, robots.txt, llms.txt, security.txt validation
attack-methods-lookupOWASP Top 10 attack methods reference
cve-searchNVD API integration for CVE search
form-security-analyzerStatic security analysis for forms
playwright-security-runnerDynamic security testing with Playwright

Agents

AgentSpecialtyBounty Range
a11y-fixerAccessibility fixes (read-only)-
xss-hunterXSS vulnerabilities$500 - $50,000
sqli-hunterSQL injection$2,000 - $50,000+
csrf-hunterCSRF attacks$500 - $20,000
idor-hunterIDOR / Authorization bypass$2,000 - $50,000+

Security Testing Safety

The security testing tools include multiple safety features:

  1. Static analysis first - No requests sent until confirmed
  2. Production URL warning - Alert on non-localhost targets
  3. Payload preview - See exactly what will be sent
  4. Confirmation gates - Explicit approval before dynamic testing
  5. Audit logging - All actions recorded

References

License

MIT

Author

Naporitan (naporin0624)

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/web-audit-tools.md https://raw.githubusercontent.com/naporin0624/claude-web-audit-plugins/main/SKILL.md
3
Invoke in Claude Code
/web-audit-tools
View source on GitHub
securitytestingagentseoaccessibilitywcagariaa11y

Frequently Asked Questions

What is web-audit-tools?

Comprehensive web audit tools including SEO analysis, WCAG 2.1 AA accessibility checks, and security testing with specialized bounty hunter agents (XSS, SQLi, CSRF, IDOR). Features Lighthouse integration, CVE search, and parallel attack workflows.

How to install web-audit-tools?

To install web-audit-tools, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /web-audit-tools.

What is web-audit-tools best for?

web-audit-tools is a community categorized under Development. It is designed for: security, testing, agent, seo, accessibility, wcag, aria, a11y. Created by naporin0624.