Better Stack Status Pages — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Better Stack Status Pages (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Status pages in Better Stack provide a public-facing view of your service health. They automatically reflect monitor statuses and allow manual incident and maintenance updates. MSPs use status pages to communicate service availability to clients without exposing internal monitoring details.
Status pages are composed of resources (components) that map to monitors:
Maintenance windows allow you to:
betterstack_list_status_pagesParameters:
page - Pagination cursorExample response:
{
"data": [
{
"id": "sp-123",
"type": "status_page",
"attributes": {
"company_name": "Acme Corp",
"company_url": "https://acme.com",
"subdomain": "status-acme",
"custom_domain": "status.acme.com",
"timezone": "America/New_York"
}
}
]
}betterstack_get_status_pageParameters:
status_page_id - The status page IDbetterstack_create_status_pageParameters:
company_name - Name displayed on the status page (required)company_url - Company website URLsubdomain - Subdomain for the Better Stack hosted status pagecustom_domain - Custom domain for the status pagetimezone - Timezone for the status page displaybetterstack_list_status_page_resourcesParameters:
status_page_id - The status page IDbetterstack_create_status_pageCause: Invalid status page ID Solution: List status pages to verify the correct ID
Cause: Custom domain CNAME record not pointing to Better Stack Solution: Configure CNAME record as documented in Better Stack settings
Cause: Attempting to add a monitor that's already linked to the status page Solution: Check existing resources before adding
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.