Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Emoji翻译器

v1.0.0

支持中文和英文文本与Emoji表情的相互转换,纯本地处理无需网络依赖。

0· 45·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-emoji-translator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Emoji翻译器" (freedompixels/cn-emoji-translator) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-emoji-translator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-emoji-translator

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-emoji-translator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description claim a local emoji translator and the included Python script implements exactly that with local mapping tables and no network calls or unrelated dependencies. Mappings support Chinese and English as advertised.
Instruction Scope
SKILL.md usage and parameters are limited to translating text and show no steps that read external files, env vars, or contact external endpoints. However the pre-scan flagged 'unicode-control-chars' in SKILL.md — invisible characters (e.g., directionality controls) can be used for prompt-injection or to obscure content; inspect the raw SKILL.md bytes to confirm none are present or malicious.
Install Mechanism
No install spec or external downloads are declared. The skill bundles a small Python script (no third-party imports) — low installation risk and nothing is fetched from external URLs.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads CLI args/stdin and prints output; required privileges appear minimal and proportionate.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and does not persist credentials. Autonomous invocation is allowed by platform default (no additional privilege requested).
Scan Findings in Context
[unicode-control-chars] unexpected: SKILL.md was flagged for unicode control characters. An emoji translator does not need hidden directional or control characters; this could be an attempt to hide or manipulate displayed content. The code file does not show use of such characters, but you should inspect the raw SKILL.md bytes (look for U+202A..U+202E, U+2066..U+2069, etc.) before trusting the skill.
What to consider before installing
The bundled Python script implements a straightforward local text↔emoji mapping and appears consistent with the skill description. Before installing: (1) open the SKILL.md in a hex-capable editor and check for invisible unicode control chars (RLO, LRE, FSI, PDF, etc.); remove them if present. (2) Review scripts/emoji_translator.py yourself or run it in a sandboxed environment to confirm it only does local string operations and prints results. (3) Test with non-sensitive input to confirm behavior. If you find hidden control characters or any unexpected network activity when running the script, do not install. If you are not comfortable inspecting files, treat this as untrusted until verified.

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

latestvk97b5y26npgjhbp2ys8jdmnb3n85mvrb
45downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

cn-emoji-translator

Emoji 翻译器。文本转 emoji 表情,emoji 转文字描述。

功能

  • 文本 → Emoji 表情(关键词替换)
  • Emoji → 文字描述
  • 支持中英文混合
  • 纯本地处理,无需API

安装要求

  • Python 3.6+
  • 无外部依赖(使用内置 emoji 库或自定义映射)

使用方法

千策,把这段翻译成emoji:今天天气真好
千策,这个emoji是什么意思:🎉

参数

  • text: 要翻译的文本
  • direction: 翻译方向 (text2emoji / emoji2text),默认 text2emoji

示例

输入:

千策,把这段转成emoji:我爱吃苹果

输出:

我❤️🍎

分类

趣味

关键词

emoji, 表情, 翻译, emoji translator, 表情包

Comments

Loading comments...