Jq Json Processor
Analysis
This skill is a straightforward jq helper with disclosed, purpose-aligned command examples and no evidence of hidden behavior.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
jq '.version = "2.0"' package.json > package.json.tmp && mv package.json.tmp package.json
This example shows jq being combined with shell redirection and mv to overwrite a local project file. It is clearly documented and purpose-aligned, but users should notice that running similar commands can modify files.
brew | formula: jq | creates binaries: jq
The skill depends on installing the external jq binary via a package manager. This is expected for a jq skill and no suspicious installer behavior is shown.
