book translate

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: book-translate Version: 1.0.0 The skill bundle provides instructions for an AI agent to perform long-form text translation by splitting content into chunks and calling a built-in translation function. The logic described in SKILL.md is consistent with its stated purpose, and there are no indicators of malicious intent, data exfiltration, or unauthorized command execution.

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.

What this means

If the book or document contains private, confidential, or copyrighted material, that content will be processed by the translation workflow.

Why it was flagged

The skill explicitly sends chunks of the user's document to a built-in translation skill. This is disclosed and purpose-aligned, but it means the content is delegated to another platform capability.

Skill content
调用平台内置 **文本翻译 Skill** ... text_translate( text=chunk, target_language="Chinese" )
Recommendation

Use it only with documents you are comfortable having processed by the platform translation tool, and avoid providing sensitive material unless the platform’s privacy terms are acceptable.