bug-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bug-analysis (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.
Use when analysing bug reports. Identifies root cause, suggests fix approach, assesses blast radius, recommends regression tests.
/triage command is invoked## Root Cause Analysis
### Symptom
[What the user sees]
### Proximate Cause
[The specific code that is wrong]
File: [path:line]
### Root Cause
[Why the code is wrong — the underlying issue]
### Blast Radius
- **Directly affected:** [features/components using the same code path]
- **Potentially affected:** [features that share related logic]
- **Not affected:** [features confirmed safe]
### Recommended Fix
[Specific approach with rationale]
- Option A: [approach] — Pros: [X] Cons: [Y]
- Option B: [approach] — Pros: [X] Cons: [Y]
- Recommended: [A or B] because [reason]
### Regression Tests Needed
1. [Test for the specific bug scenario]
2. [Test for blast radius scenarios]
3. [Test for edge cases related to the root cause]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.