validation-utils

v1.0.0

Provides data validation and type checking utilities for validating inputs and data structures. Use when you need to validate data types, check constraints,...

0· 97·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name and description (data validation / type checking) match the included code: index.js implements many isX / validator helpers and schema validation. Declared metadata and files are proportionate to a validation utility.
Instruction Scope
SKILL.md contains only usage examples and feature descriptions for validation helpers and does not instruct the agent to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only install), and the included package.json is minimal. Nothing is downloaded from external URLs or written to disk by an install step in the manifest.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The functionality (pure JS validators) does not justify additional secrets or access.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not appear to modify other skills or require system-level persistence.
Assessment
This package looks like a straightforward validation utility and is internally consistent with its description. Before installing, confirm the full index.js contents (the provided excerpt was truncated) to ensure there are no hidden network calls, filesystem access, or dynamic evals at the end of the file. Because the source/homepage is unknown, prefer using a validation library from a known maintainer (e.g., ajv, validator.js) or run the code in a sandboxed environment and run a quick static scan (search for require('child_process'), fetch/HTTP calls, fs access, eval/new Function, or process.env usage). Also check exports and test the library locally with representative inputs before using it in production.

Like a lobster shell, security has layers — review code before you run it.

latestvk979e3s4yrg9j1m133kkqgg5ex83qtsj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments