Back to skill
Skillv1.0.3

ClawScan security

json-formatter-pro · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMay 1, 2026, 7:44 AM
Verdict
Benign
Confidence
high
Model
gpt-5.5
Summary
This is a straightforward JSON formatter/validator whose artifacts show only expected local JSON file or stdin reading and optional user-directed output writing.
Guidance
Before installing, note that the tool can read whichever JSON file path it is given and can write to an output path you specify, so use trusted paths and avoid overwriting important files. The provided artifacts do not show hidden network access, credential use, or persistence.

Review Dimensions

Purpose & Capability
okThe stated purpose is formatting and validating JSON, and the included Python code implements only JSON parsing, pretty-printing, validation, and output handling.
Instruction Scope
okThe instructions are usage examples for running the formatter/validator and do not contain goal-overriding, autonomous, deceptive, or unrelated agent instructions.
Install Mechanism
okThere is no install spec, no external dependency installation, and the README says only Python 3 is required.
Credentials
okLocal file/stdin reads and optional output-file writes are proportionate to a JSON formatting tool; there is no network, credential, shell, or broad system access evidenced.
Persistence & Privilege
okThe artifacts do not show background execution, persistence, privilege escalation, credential use, or recurring activity beyond user-invoked file output.