Skip to main content

julien-media-subtitle-translation

Efficiently translates SRT subtitle files using LLM APIs, supporting batch processing and cost estimation for movies and series.

Install this skill

or
93/100

Security score

The julien-media-subtitle-translation skill was audited on Feb 12, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 46

External URL reference

SourceSKILL.md
46| OpenRouter | `https://openrouter.ai/api/v1/chat/completions` | Bearer token |
low line 47

External URL reference

SourceSKILL.md
47| OpenAI | `https://api.openai.com/v1/chat/completions` | Bearer token |
low line 48

External URL reference

SourceSKILL.md
48| Ollama Local | `http://localhost:11434/api/chat` | None |
low line 49

External URL reference

SourceSKILL.md
49| Ollama Hostinger | `http://YOUR_VPS_IP:11434/api/chat` | None |
low line 100

External URL reference

SourceSKILL.md
100r = requests.get("https://openrouter.ai/api/v1/models")
low line 291

External URL reference

SourceSKILL.md
291API_URL = "https://openrouter.ai/api/v1/chat/completions"
low line 303

External URL reference

SourceSKILL.md
303r = requests.get("https://openrouter.ai/api/v1/credits",
Scanned on Feb 12, 2026
View Security Dashboard