Jsonpretty

v1.0.0

Format, validate, query, flatten, and analyze JSON data. Use when asked to pretty-print JSON, validate JSON syntax, query nested JSON with dot-notation, flat...

0· 45·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
high confidence
Purpose & Capability
Name/description (format, validate, query, flatten, stats) matches the code and SKILL.md. The skill only requires Python to run and reads JSON from a file or stdin, which is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs running the provided Python script against a file or stdin and lists feature flags (validate, query, flat, stats, compact, sort). The runtime instructions do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec. The skill is instruction-only / script-based and uses only the local Python interpreter and standard library; nothing is downloaded or written to disk beyond the included files.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request broad secrets or unrelated tokens.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or system-wide settings. It only runs the provided script when invoked.
Assessment
This appears to be a simple, self-contained JSON utility. Before installing or running it, ensure you have Python3 available and be mindful about pointing it at sensitive files (it will read any file path you provide). Note: the repository contains the same script in two locations (root and scripts/), which is harmless but redundant. Also be aware that some query paths may raise exceptions on malformed paths (this is a usability bug, not a security issue). If you need production guarantees, consider auditing behavior on very large or deeply nested JSON to avoid memory/stack issues.

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

latestvk9706hy64xyj953f9fgnva4znh83qjmh

License

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

Comments