json-formatter-pro

v1.0.3

Format and validate JSON files with options for indentation, key sorting, input/output from files or stdin, and detailed error reporting.

0· 222·0 current·0 all-time
byhaidong@harrylabsj
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 match the included code and instructions. The script implements formatting and validation, and the SKILL.md usage examples align with the code's CLI.
Instruction Scope
SKILL.md instructs running the included Python script against user-specified files or stdin; it does not ask the agent to read unrelated files, environment variables, or transmit data externally. The script only reads the provided input path or stdin and writes to the specified output or stdout.
Install Mechanism
No install spec — instruction-only with an included Python script. Nothing is downloaded or extracted from external URLs and no packages are installed.
Credentials
No environment variables, credentials, or config paths are requested. The script uses only standard library json and filesystem access for user-specified paths.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges, nor does it modify other skills or global agent configuration.
Assessment
The skill is internally consistent and low-risk: it runs locally, uses only Python stdlib json, and does not call the network or request secrets. Still exercise normal caution: the source and homepage are unknown — consider reviewing the included json_formatter.py yourself (it is short and readable) before installing, avoid running it on sensitive system files, and be careful with output paths (it will overwrite files you point it at). If you want extra safety, run it in a restricted/sandboxed environment or with non-privileged user permissions.

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

latestvk97bdw67x77yk89jbtfz01vpkx83anw2

License

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

Comments