Aliyun Mps Video Translation

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This looks like a straightforward instruction-only Alibaba Cloud video-translation helper, but it will use Alibaba Cloud access keys and can create or delete cloud jobs.

Before installing, make sure you are comfortable letting the agent use Alibaba Cloud credentials for IMS/MPS video translation. Use a limited access key, verify OSS input/output locations and regions, and explicitly approve any job deletion or expensive processing job.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

If broad Alibaba Cloud keys are used, the agent may be able to act on more cloud resources than just the intended video translation jobs.

Why it was flagged

The skill needs Alibaba Cloud account credentials to call the provider API. This is expected for the stated integration, but users should recognize that the skill operates with whatever permissions those keys grant.

Skill content
Configure AK: `ALICLOUD_ACCESS_KEY_ID` / `ALICLOUD_ACCESS_KEY_SECRET` / `ALICLOUD_REGION_ID`
Recommendation

Use a least-privilege Alibaba Cloud access key scoped to the needed IMS/MPS, OSS, and job-management permissions, and avoid pasting secrets into chat.

What this means

The agent could create billable processing jobs or delete existing job records if directed or if the task is ambiguous.

Why it was flagged

The documented workflow includes cloud API operations that can create and delete translation jobs. This matches the skill purpose, but these actions can affect cloud resources and possibly costs.

Skill content
2) Submit job with `SubmitVideoTranslationJob`.  3) Poll status and result with `GetSmartHandleJob`.  4) Use `ListSmartJobs` / `DeleteSmartJob` for job management when needed.
Recommendation

Review job parameters, OSS input/output paths, region, and any deletion request before allowing the agent to submit or delete jobs.