SaferSkills independently audited root-cause-tracing (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.
description: Use after the same bug signature recurs two or more times so fixes stop treating symptoms and identify the causal chain before further edits.
Root-cause Tracing
5-Why loop
State the repeated bug signature and evidence.
Ask why it happened; answer from observed facts only.
Repeat until reaching a process, design, test, or dependency cause.
Define a prevention change and a verification step.
Resume implementation only after adding or updating a failing test that captures the cause.