Humanize Chinese

v2.4.0

Detect and humanize AI-generated Chinese text. 20+ detection categories, weighted 0-100 scoring with sentence-level analysis, 7 style transforms (casual/zhih...

4· 1.4k·8 current·9 all-time
bySway Liu@swaylq
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (detect & humanize Chinese AI text, academic AIGC reduction) match the shipped files and SKILL.md. The repo contains detection, humanization, academic and style scripts plus an n-gram frequency table; none of the required environment variables, binaries, or config paths are extraneous.
Instruction Scope
SKILL.md tells the agent to run local scripts in scripts/ and to read/write local files; the scripts themselves load local JSON configs (patterns_cn.json, ngram_freq_cn.json) and perform text analysis and replacements. There are no instructions to read unrelated system config, exfiltrate data, or post to external endpoints.
Install Mechanism
No install spec is declared; the project is zero‑dependency Python and README suggests cloning or copying files. Nothing in the manifest pulls code from arbitrary URLs or runs opaque installers.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The scripts operate on local files and local JSON data; that is proportional to the stated functionality.
Persistence & Privilege
always:false and no special privilege requests. SKILL.md allows the agent to exec/read/write/edit — appropriate for a CLI tool that reads and rewrites files, but granting 'exec' means the agent can run local scripts autonomously if permitted by the platform; exercise normal caution when enabling autonomous execution.
Assessment
What to consider before installing or running this skill: - Functional fit: The package is local, pure‑Python, and does what it claims: pattern + n‑gram detection and rule/statistics‑guided rewriting. The SKILL.md instructions align with the included scripts. - No hidden credentials or network calls were found in the provided excerpts; the code reads local JSON files (patterns_ngram etc.) and calls local scripts. Still, always review the full scripts (including truncated portions) before running. - Execution risk: The skill needs permission to execute local Python scripts (SKILL.md lists exec). If you allow the agent to invoke skills autonomously, it could run those scripts without further prompts — sandbox or restrict autonomous execution if you don't want that. - Ethical/legal risk: This tool explicitly aims to reduce AIGC detection scores and to '降重' for academic submissions (CNKI/VIP/Wanfang). That is a meaningful misuse/academic‑integrity risk. Even though it's technically coherent, using it to evade institutional checks may violate rules or laws — do not use it to cheat or to conceal authorship. - Practical recommendations: (1) Review the full source locally (especially ngram_model.py and any truncated code) before execution. (2) Run in an isolated environment or container if you are unsure. (3) Use outputs as editing suggestions only — read and verify rewritten text, citations, and logic. (4) Avoid using 'aggressive' modes on sensitive or authoritative documents without manual review. (5) If you want extra assurance, run the scripts on non‑sensitive sample files first to observe behavior. If you want, I can scan the remaining truncated files for network I/O or dangerous system calls and flag any suspicious code paths I find.

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

latestvk97e0g9y96bmvykms0svmn8pgh83m44d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments