Back to skill
Skillv1.0.0

ClawScan security

Omnipublisher · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMay 1, 2026, 7:15 AM
Verdict
Benign
Confidence
high
Model
gpt-5.5
Summary
The skill appears to be a simple local article-formatting tool that reads a user-provided Markdown file and writes platform-specific Markdown outputs.
Guidance
This looks safe for local Markdown conversion. Before using it, remember that it writes output files to the selected output directory and may overwrite files with the same generated names.

Review Dimensions

Purpose & Capability
okThe stated purpose is multi-platform content adaptation, and the Python source implements local text transformations for WeChat, Xiaohongshu, Zhihu, and Douyin without publishing or account access.
Instruction Scope
okThe usage instructions are limited to running the formatter on a user-specified article file and generating output Markdown files.
Install Mechanism
okThere is no install spec; the included install.sh only checks for python3 and prints usage, with no downloads, package installation, or privileged actions.
Credentials
okLocal file read/write behavior is proportionate to the tool’s purpose of converting one input article into derived local output files.
Persistence & Privilege
okThe artifacts show no persistence, background process, credential use, network access, account mutation, or public posting behavior.