Humanize AI text

PassAudited by VirusTotal on May 10, 2026.

Overview

Type: OpenClaw Skill Name: humanize-ai-text Version: 1.0.1 The OpenClaw AgentSkills bundle 'humanize-ai-text' is benign. Its purpose is to detect and transform AI-generated text, which is clearly supported by the provided Python scripts (`detect.py`, `transform.py`, `compare.py`) and the `patterns.json` configuration. The `SKILL.md` instructions are descriptive and do not contain any prompt injection attempts or directives for unauthorized actions. All file operations are confined to reading input, writing output, and accessing local configuration files, with no evidence of network communication, execution of arbitrary commands, or attempts to exfiltrate sensitive data.

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

Using this skill could help misrepresent AI-generated writing as human-written and violate academic, publishing, workplace, or platform policies.

Why it was flagged

The stated purpose is not merely style improvement; it is to make AI-generated text evade detection systems, which can mislead reviewers, educators, publishers, or other relying parties.

Skill content
description: Humanize AI-generated text to bypass detection... pass AI detectors like GPTZero, Turnitin, and Originality.ai... Makes robotic AI writing undetectable and human-like.
Recommendation

Do not install or use this skill for bypassing detection. Use transparent editing or proofreading tools and disclose AI assistance where required.

What this means

A user or agent could modify local writing files if directed to run the script with output paths.

Why it was flagged

The transformer reads local input text and can write transformed output files. This is expected for the stated purpose, but users should understand it can create or overwrite files at paths they provide.

Skill content
text = Path(args.input).read_text() if args.input else sys.stdin.read() ... Path(args.output).write_text(result)
Recommendation

Run it only on files you intend to process, write to a new output path, and review changes before replacing originals.

What this means

Users have limited external provenance information for deciding whether to trust the package.

Why it was flagged

The skill has no disclosed source homepage or install provenance. The included code is small and self-contained, so this is a provenance note rather than evidence of hidden installation behavior.

Skill content
Source: unknown; Homepage: none; Install specifications: No install spec
Recommendation

Review the included scripts before use and prefer skills with clear source provenance and declared runtime requirements.