Verified Humanizer

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a benign local writing-rewrite skill, with only minor notes about its hook, helper script, optional metrics-only verification, and package provenance.

This skill looks safe for local rewriting and evaluation. Before installing, verify the publisher/version because the packaged metadata differs from the registry, and only use optional verification if you are sure it sends metrics rather than the original or rewritten text.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

The skill may remind the agent to keep work local and avoid sending raw text to verification services.

Why it was flagged

The skill includes a hook that can add a high-priority instruction to the agent. The instruction is disclosed and aligned with the skill’s privacy-first rewriting purpose.

Skill content
return { role: "system", content: "[Verified Humanizer] Rewrite locally, measure before/after changes, and only verify structured metrics if verification is needed. Never send original or rewritten text to external verification." };
Recommendation

Accept the hook only if you want this session-level reminder; review hook files before enabling them in sensitive environments.

What this means

It may be harder to confirm exactly which publisher or version produced this package.

Why it was flagged

The packaged metadata does not match the supplied registry metadata, which lists a different owner ID and version. This is a provenance/version ambiguity, not evidence of malicious behavior.

Skill content
"ownerId": "nutstrut", "slug": "verified-humanizer", "version": "2.0.0"
Recommendation

Verify the package source, owner, and version in the registry before installing.

What this means

If you run the helper, your supplied text is processed by local shell tools.

Why it was flagged

The package includes a local shell helper that counts writing patterns in provided text. It is purpose-aligned and shows no network calls, eval, file writes, or destructive behavior.

Skill content
printf '%s' "$TEXT" | grep -Eio "$pattern" | wc -l
Recommendation

Run the script only locally and only on text you intend to inspect; avoid including secrets in drafts unless necessary.

What this means

If optional verification is used, evaluation metrics may leave the local environment, while the original and rewritten text should remain private.

Why it was flagged

The skill describes an optional verification flow that may involve sending data outside the local rewrite process, but it clearly limits that data to structured metrics rather than raw text.

Skill content
If verification is used, send only structured evaluation data ... do not include text content ... only include evaluation metrics
Recommendation

Use optional verification only with a trusted verifier and confirm that no raw text or sensitive content is included.