data-validation
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill content. The provided scripts and examples represent standard development practices for data integrity and validation.- [EXTERNAL_DOWNLOADS]: The skill mentions the use of standard, well-known libraries for data validation: 'jsonschema' for Python and 'ajv-cli' for Node.js. These are fetched from legitimate public registries (PyPI and NPM).- [PROMPT_INJECTION]: The skill facilitates processing of external data which represents a surface for indirect prompt injection.
- Ingestion points: External files such as 'data.json', 'file.csv', 'source.json', and 'target.json' are read via Python and Bash scripts.
- Boundary markers: None explicitly defined in the provided code examples.
- Capability inventory: The skill describes operations involving Python, Node.js, JQ, and AWK for data manipulation and validation.
- Sanitization: The skill specifically promotes the use of robust validation schemas (JSON Schema, Zod, and Pydantic) which serve to sanitize and validate input data structure and types before processing.
Audit Metadata