multi-lang-readme — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited multi-lang-readme (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
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.
Create multilingual README files by translating an existing README while preserving Markdown structure, links, code blocks, and language-switch navigation. The workflow supports bilingual and multilingual README sets without rewriting unrelated project documentation.
Use this skill when the user asks for:
Do not use this skill for:
| Code | Language |
|---|---|
| en | English |
| de | German |
| ja | Japanese |
| ko | Korean |
| zh-CN | Chinese |
Find the source README:
README.mdRead full markdown content, including:
Ask user which language(s) to translate to. Default assumptions:
If user says "create bilingual README" without specifying:
Translate with these rules:
Important: keep README.md as canonical English unless the user explicitly asks for another convention.
If the original README is non-English and user agrees, replace it with English README.md.
Update original README to include language switcher at the top:
**English** | [中文](README.zh-CN.md) | [Deutsch](README.de.md) | [日本語](README.ja.md) | [한국어](README.ko.md)Add below the title or badges, before the main content.
Add reciprocal link in the translated README:
**[Original](README.md)** | [中文](README.zh-CN.md)en → no suffix (README.md)
de → README.de.md
ja → README.ja.md
ko → README.ko.md
zh-CN → README.zh-CN.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.