JSON Formatter

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: json-formatter Version: 1.0.0 The skill is designed for JSON formatting, validation, and compression. The JavaScript implementation in `skill.yaml` uses standard `JSON.parse` and `JSON.stringify` methods, performing only the stated functions without any high-risk operations like network calls, file system access, or arbitrary code execution. While there is a minor inconsistency between the `SKILL.md` (mentioning 'path extraction' and a 'paths' key in output) and the `skill.yaml` implementation (which does not include this feature), and a type mismatch in the `skill.yaml` function signature (string return type vs. object actual return), these are considered minor bugs or incomplete features, not malicious intent or exploitable vulnerabilities.