Skylv Schema Validator

PassAudited by ClawScan on May 3, 2026.

Overview

This appears to be a simple local JSON validation helper with no network, credential, persistence, or destructive behavior, though it overstates CSV/Excel support.

This skill looks safe to use for local JSON validation. Be aware that it reads files you explicitly provide and may print inferred schema details, and do not rely on the advertised CSV/Excel support unless you verify that functionality separately.

Findings (1)

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

You may install it expecting CSV or Excel validation, but the reviewed code appears to handle JSON files only.

Why it was flagged

The advertised CSV/Excel support is broader than the included JavaScript implementation, which only uses JSON parsing for file validation and schema inference. This is a capability overstatement rather than evidence of malicious behavior.

Skill content
description: Data validation assistant. Validates JSON/CSV/Excel schemas and data quality checks.
Recommendation

Treat this as a JSON validator unless CSV/Excel support is added and reviewed; test non-JSON formats before relying on it.