Bilingual AI Humanizer — Español & English

AdvisoryAudited by Static analysis on May 11, 2026.

Overview

No suspicious patterns detected.

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

If the user approves a broad folder scan, the tool may process many local documents.

Why it was flagged

The skill can direct an agent to run local CLI/MCP tools against files and folders. This is aligned with text analysis, and the directory-scan instruction includes an explicit user-confirmation safeguard.

Skill content
Ejecuta `humanizer analyze --json -f <archivo>` ... `humanizer scan` ... antes de ejecutar un escaneo sobre un directorio, muestra al usuario el path exacto y espera confirmación explícita.
Recommendation

Run it only on files or directories you intend to analyze, and confirm exact paths before any folder scan.

What this means

Installing the optional CLI or MCP server would execute code that was not reviewed in these artifacts.

Why it was flagged

The optional CLI/MCP path depends on external npm/GitHub code that is not included in the reviewed ClawHub artifact, although the README clearly discloses this and recommends review and pinning.

Skill content
el CLI y el MCP server se instalan desde npm/GitHub y contienen código fuente que no forma parte del artefacto revisado en ClawHub. Revisa el repositorio ... y usa una versión pinada
Recommendation

If you use the CLI/MCP integration, inspect the npm package or GitHub repository first and pin the exact version you trust.