Subtitle Translator

v2.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Subtitle Translator concepts, best practices, and implementation ...

0· 139·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the deliverables: a local reference for Subtitle Translator. The skill requests no env vars, binaries, or network access, which is proportionate for a documentation/reference tool.
Instruction Scope
SKILL.md explicitly states all commands output plain-text heredocs with no external calls; the included scripts/script.sh implements those heredocs and contains no network, file-reading, or credential-access operations. Minor inconsistencies: the script defines VERSION="2.0.0" while metadata is 2.0.1, and the help heredoc uses a single-quoted delimiter so $VERSION will not expand — these are benign correctness issues, not security concerns.
Install Mechanism
No install spec is present (instruction-only). The only shipped artifact is a small bash script; nothing is downloaded or written to disk by an install step.
Credentials
No environment variables, credentials, or config paths are required. The skill does not reference secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed by default but combined with no network access or credentials this presents low risk.
Assessment
This skill appears to be a harmless, local documentation/reference tool. Before installing, you can (1) review the included scripts/script.sh (already small and readable) to confirm there are no unexpected commands, (2) note the minor version string mismatch (2.0.0 in the script vs 2.0.1 metadata) which is a correctness issue only, and (3) if you have a policy of least privilege, run it in a sandbox or non-privileged environment first. Because it requires no credentials or network access, the risk is low; proceed if you only need local reference documentation.

Like a lobster shell, security has layers — review code before you run it.

latestvk975hektmtts618me6ny4ac3fn83gapy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments