video-translator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited video-translator (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.
Always uses the default config (Together for translation, cartesia/sonic-3 for TTS). If the user asks for OpenAI, ElevenLabs, or custom configs, stop and point them to the Violin repo — those flows aren't supported through the global CLI.
Run these silently first. Abort if any fails:
command -v violin # 1. CLI on PATH
test -f "<input>" # 2. Input exists
printenv TOGETHER_API_KEY # 3. Key availableIf violin is missing: tell the user to uv tool install violin, then violin --install-skill to refresh this skill file. Do not auto-install.
If TOGETHER_API_KEY is missing:
.env (auto-loaded)export TOGETHER_API_KEY=... in ~/.zshrc / ~/.bashrc, then source itviolin). Multi-job / HTTP / web UI → API server (violin-api); print the command, don't auto-start it.--style): default standard. Kids content → kids, formal/lecture → academic, casual → casual, dramatic → storyteller, news → news. Run violin --style list if unsure.--no-voiceover only when the user explicitly says "replace audio entirely".violin <input> <output> --language <Lang> [flags]| Flag | Default | When to set |
|---|---|---|
--language / -l | required | Target language (e.g. Chinese, Spanish, Japanese). |
--voice / -v | auto (native voice picked by preferences.voice_gender) | Only when the user names a specific voice from the catalog (e.g. "warm female narrator"). Otherwise omit and let the default kick in. |
--source-language | auto-detect | Only if Whisper mis-detects the source language. |
--style / -s | standard | See Decisions above. |
--no-subtitles | off | User says "no SRT" / "video only". |
--no-voiceover | off | User says "replace original audio entirely". |
--config / -c | config/default.yaml | Don't use through this skill — repo-only flow. |
--timings-out | off | Only when the user wants a per-step timing JSON for debugging / benchmarking. |
33 target languages total. 16 ship with handpicked native-speaker voices: Chinese, Spanish, English, Hindi, Arabic, Portuguese, Russian, Japanese, Turkish, German, Korean, French, Italian, Polish, Dutch, Swedish. The other 17 fall back to the English voice catalog (multilingual under Cartesia Sonic 3) — quality is decent but the voice isn't a native speaker. Mention this caveat only if the user is translating to a fallback language and asks about voice quality.
_original.m4a sidecar.pipeline/pricing.py)..srt, warning them of the cost first.--config config/other_api.yaml (or their own override).README.md or violin --help.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.