Video Translator
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The remote service can receive and process the video content or video URL provided for translation.
The skill explicitly sends either a user-provided video file or video URL to a fixed external API. This is central to the stated purpose, but it is still an external transfer of user media.
Base URL 固定为:`https://audiox-api-global.luoji.cn` ... `video`:二进制视频文件 ... `video_url`:可访问的 `http(s)` 视频链接
Only provide videos or URLs you are allowed to share with the provider, and ask for explicit confirmation before uploading sensitive media.
Anyone with the API key could potentially submit translation jobs or use the associated service quota.
The skill requires a service API key and uses it as a bearer token for API calls. This is expected for the integration, but it grants service access and may consume account quota.
`api_key`:请求头 `Authorization: Bearer <api_key>` ... 必须设置环境变量 `VIDEO_TRANSLATE_SERVICE_API_KEY`
Store the API key securely, prefer a scoped or revocable key if available, and rotate it if it may have been exposed.
Users have less independent provenance information about the publisher or implementation origin.
The package does not provide a public source or homepage for provenance verification, although it also does not include an installer or hidden dependency flow.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Install only if you trust the listed owner and the luoji.cn/audiox-api-global.luoji.cn service relationship.
