find-ubiquitous-language — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited find-ubiquitous-language (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.
Analyze the codebase to extract the ubiquitous language — the shared vocabulary between developers and domain experts that should be consistently reflected in the code.
User vs Account vs Customer for the same entity) ## Ubiquitous Language: <project name>
### Glossary
| Term | Definition | Code Locations | Issues |
|-------------|--------------------------------|-------------------------|---------------|
| Order | A customer's purchase request | `src/domain/Order.ts` | — |
| Customer | A registered buyer | `src/domain/User.ts` | Called "User" in code |
| ... | ... | ... | ... |
### Inconsistencies
#### 1. <Issue title>
- **Concept**: The business concept involved
- **Variants found**: List of different names used
- **Recommendation**: Which term to standardize on and why
### Missing Terms
- <Business concepts that should be explicit in code but aren't>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.