translate-skill-en — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited translate-skill-en (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.
Translates an existing Agent Skill from language A to language B. All instructions in this skill are written in English. Output files are UTF-8.
translate-skill-<lang>-utf8 variants of this very skill| Item | Action |
|---|---|
SKILL.md frontmatter description | Translate to target language |
SKILL.md body (all prose, headings, notes) | Translate to target language |
references/*.md files | Translate each file |
scripts/ comments and --help text | Translate inline comments and help strings |
assets/ text files | Translate if plain text |
Frontmatter name field | Do NOT translate — keep original slug |
| Code logic / variable names | Do NOT translate — translate comments only |
web_fetchreferences/, scripts/, assets/ if presentAsk (or infer from context):
-<lang-code>-utf8 to original nametranslate-skill-en → translate-skill-deRules:
description value fully into target languagemetadata.instruction-language to reflect target language codemetadata.encoding: utf-8name field untouchedFor each file in references/, scripts/, assets/:
Create the translated skill directory:
<translated-skill-name>/
├── SKILL.md # translated
├── references/ # translated (if present)
├── scripts/ # translated comments (if present)
└── assets/ # translated text assets (if present)All files saved as UTF-8.
Check:
name field unchangedmetadata.instruction-language updatedOutput the translated skill directory for download. Briefly summarize: source language → target language, files translated, any ambiguous terms that were left in source language with a note.
kept in English if no natural equivalent exists — add a short note in parentheses
description should feel natural to a native speakerof the target language — rephrase idiomatically
(Japanese, Arabic, Chinese, etc.), are supported via UTF-8 encoding
"Translate this skill to German"
→ source: en, target: de, output name: <original>-de-utf8
"Create a French version of translate-skill-en"
→ source: en, target: fr, output name: translate-skill-fr-utf8
"Port this SKILL.md to Japanese"
→ source: en, target: ja, output name: <original>-ja-utf8This skill can translate itself. To create translate-skill-de:
translate-skill-en as sourcede)translate-skill-deThis skill follows the [agentskills.io open specification](https://agentskills.io/specification).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.