CtrlK
BlogDocsLog inGet started
Tessl Logo

jbvc/json-to-llm-context

Turn JSON or PostgreSQL jsonb payloads into compact readable context for LLMs. Use when a user wants to compress JSON, reduce token usage, summarize API responses, or convert structured data into model-friendly text without dumping raw paths.

68

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

This skill instructs the agent to convert arbitrary JSON/jsonb fields into readable summaries (and even has options like --preserve and --show-paths that force keeping exact fields/values) but gives no guidance to redact or avoid emitting sensitive fields, so secrets present in the input could be output verbatim.

Report incorrect finding
Audited
Security analysis
Snyk