observability — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited observability (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.
Observability is the ability to understand the internal state of a system from its external outputs. For AI systems this is especially critical: agents make decisions that are hard to interpret without detailed telemetry.
The three pillars: Logs (what happened), Traces (how long and where), Metrics (aggregate health).
timestamp, level, service, traceId, message, context.ERROR: Something failed that requires immediate attentionWARN: Something unexpected happened but the system recoveredINFO: Normal significant events (requests received, jobs completed)DEBUG: Detailed diagnostic information (off in production by default)Verify: Logs are structured JSON. No secrets in logs. AI interactions logged.
traceId generated at the entry point.traceId is propagated through all downstream calls (HTTP headers, message queues, agent calls).Verify: You can trace a single request across all services/agents in a single view.
Verify: RED metrics are tracked for every service. AI-specific metrics tracked for AI systems.
Verify: Every alert has a runbook. On-call rotation defined.
| Excuse | Rebuttal |
|---|---|
| "We'll add monitoring after launch" | You'll be fighting fires blind. Add it before. |
| "Console.log is enough" | In production, console.log is noise. Structured logs with context are signals. |
| "The AI model handles it internally" | Model internals are a black box. You must observe the inputs and outputs. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.