010123-multi-language-translations — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 010123-multi-language-translations (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.
When building applications that need to display content in multiple languages without hardcoding translations or using third-party services.
| Topic | File |
|---|---|
| Per-entity translation tables | references/translation-tables.md |
| Assembler pattern (fetch all, filter in-memory) | references/assembler-pattern.md |
| Cache invalidation across languages | references/cache-invalidation.md |
| Slug resolution per locale | references/slug-resolution.md |
| Direction from language table | references/language-direction.md |
sys_languages: code PK, name, direction (ltr/rtl), isActive, isDefault{entity}_translations tables with UNIQUE(entity_id, language_code)UNIQUE(slug, language_code) for per-language URL trees.find(lang) → fallback to firstgetTranslationSlug(entity, slug, fromLang, toLang)sys_languages.direction → <html dir> → DirectionProviderON DELETE RESTRICT on language_code FK~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.