siteaudit

Comprehensive website audit combining uptime check, TLS certificate inspection, and security headers grading in one command. Use when asked to audit a website, check site health, verify HTTPS setup, or get a full security overview of a domain. Reports response time, cert expiry, header grades, and flags issues. Zero dependencies — pure Python.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "siteaudit" with this command: npx skills add rogue-agent1/siteaudit

siteaudit 🔍

All-in-one website health audit: uptime + TLS + security headers.

Commands

# Audit one or more sites
python3 scripts/siteaudit.py github.com openclaw.ai example.com

# JSON output for automation/cron
python3 scripts/siteaudit.py --json mysite.com

Checks Performed

  1. Uptime — HTTP HEAD request, response time in ms, status code
  2. TLS Certificate — expiry date, days remaining, issuer, protocol version
  3. Security Headers — grades A-F based on 6 critical headers (HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy)

Issue Detection

  • ❌ Site DOWN (connection/5xx errors)
  • ⚠️ Slow response (>2s)
  • ❌ TLS errors
  • ⚠️ Certificate expiring within 14 days
  • ⚠️ Weak security headers (grade D or F)

Exit Codes

  • 0: All sites healthy
  • 1: One or more issues detected

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Openapi Validator

Validate and improve OpenAPI/Swagger specifications — check for completeness, consistency, security definitions, and API design best practices.

Registry SourceRecently Updated
Security

SentiClaw

Runtime AI security for OpenClaw agents. Protects against prompt injection, identity spoofing, PII leakage, and runtime abuse. Drop-in 6-layer security middl...

Registry SourceRecently Updated
1530Profile unavailable
Security

solidity-audit

Solidity smart contract security audit assistant following EEA EthTrust V3 specification. Performs structured audit workflow: vulnerability scanning, securit...

Registry SourceRecently Updated
1580Profile unavailable
Security

Custom Commands

Create and manage custom commands like backup, sync, clean, generate, and audit to automate file tasks and content workflows efficiently.

Registry SourceRecently Updated
1240Profile unavailable