Skill flagged — suspicious patterns detected

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

Ascii Tool

v1.0.0

Convert and inspect ASCII character codes and text encodings.

0· 33·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 dinghaibin/ascii-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ascii Tool" (dinghaibin/ascii-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/ascii-tool
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 ascii-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install ascii-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The skill description and SKILL.md advertise capabilities like lookups of character codes, decimal/hex/binary conversion, and a --decode/--table CLI. The included code (scripts/ascii.py) implements an ASCII-art generator (text -> big-letter art) with a different CLI (positional text, --font, --width). The requested capabilities (code inspection/encoding conversion) are not implemented by the code, so the declared purpose does not align with the actual capability.
!
Instruction Scope
SKILL.md instructs the agent to run commands such as `ascii-tool --code A`, `--decode 41`, and `--table`. The provided script does not accept those flags (it expects a positional 'text' and accepts --font and --width). This mismatch could cause runtime failures or unexpected behavior if the agent follows SKILL.md. The SKILL.md does not ask the agent to access any unrelated files, env vars, or network endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. The skill bundles a local Python script (scripts/ascii.py) but does not declare downloading external artifacts or running installers. No URLs or extraction steps are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included Python script does not read environment variables, network sockets, or external config — it only performs local ASCII-art rendering.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not modify system settings or other skills. Autonomous invocation is permitted (platform default) but not by itself a risk here.
What to consider before installing
This skill is internally inconsistent: its README and examples say it converts and inspects ASCII codes (e.g., --decode, --table), but the shipped Python file only generates ASCII-art from text. There is no network activity or credential access — so it is low-risk code-wise — but it will not provide the encoding/lookup features the SKILL.md promises. Before installing or using it: (1) ask the publisher which behavior is intended (encoding tools or ASCII-art); (2) test the included script in a safe environment to confirm actual behavior (run `python3 scripts/ascii.py 'Hello' --font standard`); and (3) avoid relying on SKILL.md examples like `--decode` which will not work. If you need an ASCII code/encoding tool, prefer a skill whose documentation and implementation match.

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

latestvk9707z8pwppqhnpkak9kj79xy585m1qj
33downloads
0stars
1versions
Updated 13h ago
v1.0.0
MIT-0

ASCII Tool - Character Codes

Work with ASCII character codes and convert between decimal/hex/binary.

Quick Start

ascii-tool --code A

Features

  • Look up character codes
  • Convert decimal/hex/binary
  • Generate ASCII table

Examples

ascii-tool --code A
ascii-tool --decode 41
ascii-tool --table

See Also

  • Related documentation: man ascii (if available)

Comments

Loading comments...