No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →
by fsistemas · Agent Tool · ★ 55
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is sql2json safe to install? View the security audit →
sql2json Run SQL queries and get JSON (or CSV) on stdout — pipe it anywhere. connects to any SQLAlchemy-supported database, executes a query, and writes the results as JSON to standard output. No server, no framework, no boilerplate. Use cases Scheduled reports: run a cron job that pulls yesterday's sales and posts the JSON to a dashboard (Geckoboard, Grafana, etc.) Shell pipelines: pipe query results into , , or any CLI tool that speaks JSON AI agent data retrieval: let an LLM agent query your database with a single subprocess call — see AGENTS.md ETL glue: extract rows as JSON, transform with standard tools, load elsewhere Monitoring & alerting: script threshold checks against live database metrics Install SQLite works out of the box (it ships with Python). For PostgreSQL or MySQL, install the matching driver extra: Other databases work too — install any SQLAlchemy-supported driver (e.g. for MS SQL Server) alongside . Docker The image includes drivers for PostgreSQL
| Stars | 55 |
| Forks | 11 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 72.2503613308719/100 |
| Last Updated | 2026-07-01 |
| Created | 2019-12-21 |
| Platforms | cli, python |
| Est. Tokens | ~17k |
These tools work well together with sql2json for enhanced workflows:
Looking for a sql2json alternative? If you're comparing sql2json with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Write and safely manage Substack drafts from Markdown with Python, CLI, and MCP.
🐘 Give AI assistants full PostgreSQL DBA superpowers — 30+ tools for performance analysis, bloat detection, l
SQL static analyzer for performance, security, compliance and cost. 272 rules. Completely offline. Works in C
MCP-native security automation workbench (SDK + CLI + MCP) — authorized testing + static AI/MCP attack-surface
NL2SQL - Ask questions in plain English, get SQL queries and results. Powered by LangGraph.
🧪 Proof of Concept for a RESTful API built with Python 3 and FastAPI
Explore other popular agent tool tools:
sql2json is Python CLI tool to run queries against sqltatabases and convert the results to json, csv, excel in the command line or python program. Easy to use for Humans, automations, LLMS/Agents. It is categorized as a Agent Tool with 55 GitHub stars.
sql2json is primarily written in Python. It covers topics such as automation, cli, command-line-tool.
You can find installation instructions and usage details in the sql2json GitHub repository at github.com/fsistemas/sql2json. The project has 55 stars and 11 forks, indicating an active community.
sql2json is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to sql2json on Agent Skills Hub include python-substack, MCP-PostgreSQL-Ops, slowql. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.
Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.
The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.
Sources & who's responsible: