11111

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a simple read-only UAPI language-configuration skill, with the main user consideration being that it may call uapis.cn and may optionally use a UAPI key if rate-limited.

This skill is narrowly scoped to retrieving UAPI AI translation language/configuration data. Before installing, be comfortable with the agent contacting https://uapis.cn/api/v1 for matching requests, and only provide a UAPI key if you intentionally want authenticated quota for that service.

Findings (2)

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

The agent may call the UAPI language-list endpoint when it decides the request matches this skill, but the documented endpoint is read-only and has no parameters.

Why it was flagged

The skill can be invoked implicitly by the agent, so users should notice that a matching request may trigger the documented external API call without a separate manual selection step.

Skill content
policy:
  allow_implicit_invocation: true
Recommendation

Use it for translation-language/configuration lookups, and verify before use if you do not want the agent to contact uapis.cn automatically.

What this means

If rate-limited, you may be asked to create and use a UAPI key for this third-party service.

Why it was flagged

The skill says a UAPI account and API key may be used if anonymous quota is exhausted; this is purpose-aligned for the UAPI service but involves a service credential.

Skill content
如果这个接口返回 429,或者错误信息明确提示访客免费额度、免费积分或匿名配额已用完,可以建议用户到 https://uapis.cn 注册账号,并创建免费的 UAPI Key,再带上 Key 重试。
Recommendation

Only provide a UAPI key you are comfortable using for this service, and avoid sharing broader or unrelated credentials.