Text Detection
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is aligned with AI-text detection, but users should verify the external packages it suggests installing and be aware of caching examples.
This appears safe as an instruction-only text-detection guide. Before installing, verify any referenced npm packages, consider pinning versions, and avoid enabling caching or external integrations for sensitive text unless you understand their storage and data-flow behavior.
Findings (2)
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.
Installing these packages could add third-party code to the environment, so users should confirm they trust the packages before using the examples.
The instruction-only skill tells users to install external npm packages, and the examples do not pin package versions. This is purpose-aligned for adding text-detection components, but package provenance and versions should be checked.
npm install @clawhub/nlp-toolkit
Verify the package source, pin known-good versions where possible, and review package permissions or scripts before installing.
If you analyze sensitive text, cached results could remain available after the immediate task.
The configuration examples enable caching for text analysis and hashing. This is useful for performance, but analyzed text or derived results may persist without the artifact describing storage location or retention.
"cacheResults": true ... "cacheEnabled": true
Disable caching for sensitive content unless you understand where results are stored, how long they are retained, and how to delete them.
