experience-record — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited experience-record (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.
Capture valuable lessons for future reference.
| Tag | Use For |
|---|---|
[BUG] | Bug solutions |
[PATTERN] | Successful patterns |
[PITFALL] | Things to avoid |
[DECISION] | Important choices |
[PERF] | Optimizations |
# [CATEGORY] Title
## TL;DR
[One sentence]
## Problem
[What was the issue]
## Solution
[How it was solved]
## Code Example// Before (bad) ...
// After (good) ...
## Prevention
[How to avoid in future]
## Tags
#tag1 #tag2# [BUG] Null Pointer in User Query
## TL;DR
Check for null before accessing user properties.
## Problem
API crashed on non-existent user.
## Solution
Added null check and 404 response.
## Prevention
- Unit tests for null cases
- Use Optional types/experience/
├── bugs/
├── patterns/
└── decisions/Use this skill for the capability described in this document.
Use this skill when the request matches the capability, constraints, and activation cues described below.
Follow the primary workflow, commands, and decision points documented in the sections below.
Use the examples and snippets already present in this document whenever they apply to the task.
Follow the constraints, conventions, and cautions documented below, and prefer the documented path over improvisation.
Use any linked scripts, assets, reference files, and companion resources mentioned in this document.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.