Skills json-validator
๐Ÿ“ฆ

json-validator

Content revision r2 Safe โš™๏ธ External commands

Validate and Repair JSON Data

Invalid or inconsistent JSON can break APIs, configurations, and data workflows. This skill identifies errors, explains corrections, and produces clean structured output.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "json-validator" from https://skillstore.io/skills/alon2904-json-validator.md and its manifest at https://skillstore.io/api/skills/alon2904-json-validator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "json-validator". Validate a payload containing a trailing comma after its final property.

Expected outcome:

Validation failed on the affected line. Remove the final comma, then validate the corrected payload.

Using "json-validator". Analyze a customer export with records, contact fields, and optional metadata.

Expected outcome:

  • Top-level type: array
  • Each item is a customer object
  • Metadata is optional and nested
  • Contact fields use inconsistent value types

Using "json-validator". Convert a flat JSON user list to YAML.

Expected outcome:

A YAML user sequence is returned with identifiers and names preserved in their original types.

Security Audit

Safe
v9 โ€ข 7/23/2026 Open versioned report

All 27 static alerts are false positives caused by Markdown code fences, JSON comments, or ordinary explanatory wording. The skill contains no command execution, system reconnaissance, prompt injection, or other harmful intent.

1
Files scanned
255
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/alon2904-json-validator/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/alon2904-json-validator/security.svg)](https://skillstore.io/skills/alon2904-json-validator?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/alon2904-json-validator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/alon2904-json-validator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/alon2904-json-validator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

Alon2904. (2026). json-validator security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/alon2904-json-validator/audits/9

BibTeX citation

@techreport{alon2904-alon2904-json-validator-2026, author = {Alon2904}, title = {json-validator security audit report (audit version 9)}, institution = {Skillstore}, year = {2026}, number = {9}, url = {https://skillstore.io/skills/alon2904-json-validator/audits/9}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "json-validator security audit report (audit version 9)" version: "unspecified" type: report authors: - name: "Alon2904" date-released: "2026-07-23" url: "https://skillstore.io/skills/alon2904-json-validator/audits/9" identifiers: - type: other value: "skillstore:alon2904-json-validator:audit:9" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
70
Community
83
Spec Compliance

What You Can Build

Repair API Payloads

Locate syntax errors in request or response bodies and receive corrected JSON with concise explanations.

Clean Configuration Files

Validate and format configuration data before deployment or version control review.

Inspect Data Structures

Summarize unfamiliar JSON datasets and identify inconsistent fields, types, or nesting.

Try These Prompts

Check JSON Syntax
Validate this JSON. List each error with its line number and explain the required correction: {{json_data}}
Format Valid JSON
Validate and format this JSON with two-space indentation. Preserve key order and all value types: {{json_data}}
Repair and Explain
Repair this JSON. Show a concise issue list, explain every change, and ask before altering valid structure: {{json_data}}
Analyze and Convert
Analyze this JSON structure, report types and nesting, then convert it to {{target_format}}. Explain any flattening decisions: {{json_data}}

Best Practices

  • Provide complete input so error locations and nesting can be assessed accurately.
  • Validate before formatting or converting the data.
  • Confirm optional changes such as key sorting, comment removal, or nested-data flattening.

Avoid

  • Do not treat repaired output as schema-compliant without a separate schema check.
  • Do not flatten nested data without defining how arrays and objects should map.
  • Do not replace the original file until the corrected output has been reviewed.

Frequently Asked Questions

Can this skill fix invalid JSON?
Yes. It identifies common syntax errors and proposes corrected content with explanations.
Does it validate against JSON Schema?
No. It focuses on JSON syntax, formatting, repair, conversion, and structural analysis.
Can it preserve key order?
Yes. Key sorting is optional and should occur only after user confirmation.
Which formats can it produce?
It provides guidance for converting JSON to YAML, TOML, CSV, and XML.
How are nested arrays handled during CSV conversion?
The structure may need flattening. The user should define the desired row and column mapping.
Does formatting change data types?
It should preserve strings, numbers, booleans, null values, objects, and arrays.

Developer Details

Author

Alon2904

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

31bc7611b504c197d3e993aef7943461c871616f

Maintenance freshness

7/26/2026

Usage

8 downloads ยท 218 views

File structure

๐Ÿ“„ SKILL.md

View all