返回顶部
w

web-health-suite

Comprehensive web health monitoring and quality assurance suite for AI agents. Performs HTTP health checks, response quality analysis, compliance validation, SSL certificate monitoring, API endpoint verification, and generates professional HTML reports for web applications and services. Use when: (1) monitoring web service health and uptime, (2) validating HTTP response quality and headers, (3) checking SSL certificate status and expiration, (4) verifying API endpoint availability and response f

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
65
下载量
0
收藏
概述
安装方式
版本历史

web-health-suite

# Web Health & Quality Assurance Suite Automated web service health monitoring and quality assurance toolkit. ## Quick Start ```bash # Run full health check python scripts/web_health_check.py --target https://example.com --output report.json # Check compliance requirements python scripts/compliance_checker.py --target https://example.com --output compliance.json # Quick availability scan python scripts/availability_check.py --target https://example.com --output status.json ``` ## Available Scripts | Script | Purpose | Typical Runtime | |--------|---------|----------------| | `web_health_check.py` | Full health assessment | 10-30 min | | `compliance_checker.py` | HTTP compliance validation | 5-15 min | | `availability_check.py` | Rapid host availability + status | 2-5 min | | `ssl_monitor.py` | SSL certificate monitoring | 1-2 min | | `endpoint_verifier.py` | REST API endpoint verification | 3-10 min | | `input_validator.py` | Input validation testing | 2-8 min | | `output_checker.py` | Output encoding verification | 2-8 min | | `report_gen.py` | Generate HTML report | < 1 min | ## Workflow ### 1. Availability Check ```bash python scripts/availability_check.py --target https://example.com --output status.json ``` Checks: - Service availability and response time - HTTP status code validation - Open port connectivity - Service type detection ### 2. Web Health Check ```bash python scripts/web_health_check.py --target https://example.com --output report.json ``` Validates: - HTTP headers compliance - Response format correctness - Content accessibility - Security header presence - Data integrity ### 3. SSL Certificate Monitoring ```bash python scripts/ssl_monitor.py --target example.com --output ssl.json ``` Monitors: - Certificate validity chain - Expiration dates - Protocol support - Trust chain verification ### 4. Endpoint Verification ```bash python scripts/endpoint_verifier.py --target https://api.example.com --output api.json ``` Verifies: - API endpoint availability - HTTP method support - Response format validation - Rate limit status ### 5. Generate Report ```bash python scripts/report_gen.py --input health.json status.json --output health_report.html ``` ## Script Reference ### web_health_check.py ``` --target Target URL (required) --output Output JSON file (required) --depth Check depth: quick/standard/comprehensive (default: standard) --user-agent Custom User-Agent string --cookie Session cookie for authenticated checks --proxy HTTP/SOCKS proxy (host:port) --rate Requests per second limit --threads Concurrent threads (default: 5) --timeout Request timeout in seconds (default: 10) --verbose Enable verbose output ``` ### compliance_checker.py ``` --target Target URL (required) --output Output JSON file (required) --auth Authentication token or cookie --headers Extra HTTP headers (JSON string) --exclude URL patterns to skip ``` ### availability_check.py ``` --target Host or URL (required) --output Output JSON file (required) --ports Comma-separated port list (default: 80,443,8080,8443) --no-checks Skip connectivity checks ``` ### ssl_monitor.py ``` --target Domain to monitor (required) --output Output JSON file (required) --port SSL port (default: 443) --check-ciphers Verify cipher configuration --check-cert Validate certificate chain ``` ### endpoint_verifier.py ``` --target API base URL (required) --output Output JSON file (required) --openapi OpenAPI/Swagger spec file (optional) --methods HTTP methods to verify (default: GET,POST,PUT,DELETE) --auth Bearer token or API key ``` ### input_validator.py ``` --target Target URL (required) --params URL params to validate (e.g. id=1&q=test) --method HTTP method (default: GET) --payloads Custom validation data file ``` ### output_checker.py ``` --target Target URL (required) --forms Also check forms for output encoding --dom Enable DOM verification --payloads Custom test data file ``` ### report_gen.py ``` --input Input JSON files (one or more, required) --output Output HTML report path (required) --template Custom HTML template --severity Minimum severity to include (low/medium/high/critical) ``` ## Compliance Levels | Level | Score Range | Action | |-------|------------|--------| | Excellent | 95-100 | Fully compliant | | Good | 80-94 | Minor improvements recommended | | Fair | 60-79 | Address recommendations | | Poor | 40-59 | Significant issues need fixing | | Critical | 0-39 | Immediate attention required | ## Common Issues **SSL errors**: Check certificate installation and trust chain **Blocked by WAF**: Reduce request rate with `--rate` parameter **Timeout on slow endpoints**: Increase `--timeout` to 30s or more **Missing headers**: Review server configuration for recommended headers

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 security-test-suite-1775970132 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 security-test-suite-1775970132 技能

通过命令行安装

skillhub install security-test-suite-1775970132

下载 Zip 包

⬇ 下载 web-health-suite v1.0.2

文件大小: 5.52 KB | 发布时间: 2026-4-13 11:54

v1.0.2 最新 2026-4-13 11:54
**Major update: Skill renamed and refocused from security testing to web health monitoring and quality assurance.**

- Changed skill name to "web-health-suite".
- Updated functionality from security and vulnerability testing to web service health monitoring, compliance validation, and quality assurance.
- Replaced scripts and workflow with health checks, compliance validation, SSL certificate monitoring, and API verification.
- Revised reporting, script parameters, and result evaluation to center on availability, health, and compliance scoring.
- No file changes detected; documentation and description only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部