Humanizer Enhanced

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: humanizer-enhanced Version: 1.0.0 The skill bundle is designed for text humanization, requiring file system read/write access to process and modify user-provided files (e.g., `/humanizer path/to/file.md`, `--batch drafts/`). The documentation in `references/language-style-patterns.md` also includes an example of a shell command (`grep -n "—" file.md`) for diagnostic purposes, indicating the agent's capability to execute shell commands. While these capabilities are plausibly needed for the skill's stated purpose, they represent significant attack surfaces (e.g., arbitrary file modification, potential RCE) if the agent's execution environment is not properly sandboxed or if user inputs are not sufficiently sanitized. There is no evidence of intentional malicious behavior such as data exfiltration or backdoor installation.

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

Published readers may assume the text was written without AI assistance, and factual caveats could be softened during rewriting.

Why it was flagged

The skill's disclosed purpose is to remove AI-writing signals and make content appear human-authored, which is purpose-aligned but may affect reader trust or disclosure obligations.

Skill content
Identify and remove signs of AI-generated text... adds personality to make content sound genuinely human-written.
Recommendation

Use the skill transparently, preserve required AI-use disclosures, and verify any claims, sources, or statistics before publishing.

What this means

A broad batch run could unintentionally alter multiple drafts if the user does not review the proposed edits.

Why it was flagged

The skill can rewrite multiple Markdown files in a directory, but the artifacts show this as a user-invoked workflow with an approval step before fixing.

Skill content
/humanizer --batch drafts/    # Process all .md files in directory ... Ask user: "Fix all issues? Or review one by one?"
Recommendation

Run scan-only mode first, keep backups or use version control, and review diffs before accepting batch edits.