observability-checklist — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited observability-checklist (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.
The goal isn't logs — it's answering "what happened" in under five minutes at 2am. Design backward from the question.
ts, level, service, request_id, msg, and relevant fields.error: something failed the user can't recover from. Alert-worthy.warn: something unexpected but handled. Review-worthy.info: the shape of normal traffic. Sampling OK.debug: developer-only. Off in prod.stack field so they stay with the event.db.statement truncated / hashed, not raw if PII risk).service.name, service.version.http.method, http.route, http.status_code.db.system, db.operation.exception.type, exception.message.http.route (the template), not http.url (the instance).request_id in: logs, traces (as request.id attr), response headers, error payloads.trace_id in: logs (auto-injected by SDK), response headers for user bug reports.request_id is visible and searchable.@opentelemetry/sdk-node).structlog with ProcessorFormatter.opentelemetry-sdk + opentelemetry-instrumentation-*.prometheus_client.slog (stdlib, Go 1.21+) with JSON handler.go.opentelemetry.io/otel + auto-instrumentation.prometheus/client_golang.tracing + tracing-subscriber with JSON formatter.opentelemetry-otlp.prometheus crate.grep to find things — you should have a field + dashboard.console.log in prod code — belongs in a logger, tagged and leveled.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.