outputguard — security grade SAFE, quality 69/100

Security audit verdict: SAFE · quality 69/100

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 ndcorder · LLM Plugin · ★ 60

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is outputguard safe to install? View the security audit →

About outputguard

outputguard Stop wrestling with broken LLM structured output. Validate, repair, and retry — automatically. The Problem LLMs produce broken structured output constantly. JSON is the common case, but models also return YAML, TOML, Python-style literals when forced JSON is off, markdown fences, comments, trailing commas, , truncated objects, and helpful commentary around the data you asked for. Every AI application ends up writing the same brittle parser + + regex gauntlet. The Solution json {'name': 'Alice', 'age': 30,} ''' result = outputguard.validateandrepair(llmoutput, schema) print(result.valid) # True print(result.data) # {'name': 'Alice', 'age': 30} print(result.strategiesapplied) # ['stripfences', 'fixquotes', 'fixc

aianthropicclideveloper-toolsjsonjson-repairjson-schemallmopenaipython

Quick Facts

Stars60
Forks0
LanguagePython
CategoryLLM Plugin
LicenseMIT
Quality Score68.6140318047801/100
Last Updated2026-08-03
Created2026-05-09
Platformscli, python
Est. Tokens~18k

outputguard alternative? Top 6 similar tools

Looking for a outputguard alternative? If you're comparing outputguard with other llm plugin tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • SimplerLLM by hassancs91 · ⭐ 219

    Python library for building with LLMs. One interface across 11 providers (OpenAI, Anthropic, Gemini, DeepSeek,

  • jta by ckanner · ⭐ 132

    AI-powered JSON translation tool with agentic reflection using OpenAI, Anthropic, and Gemini APIs

  • claude-code-open by kill136 · ⭐ 158

    Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.

  • utcp-mcp by universal-tool-calling-protocol · ⭐ 202

    All-in-one MCP server that can connect your AI agents to any native endpoint, powered by UTCP

  • claude-historian-mcp by Vvkmnn · ⭐ 177

    📜 An MCP server for conversation history search and retrieval in Claude Code

  • mcp-server-atlassian-bitbucket by aashari · ⭐ 160

    Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces,

More LLM Plugin Tools

Explore other popular llm plugin tools:

View all LLM Plugin tools →

Popular Python Agent Tools

Frequently Asked Questions

What is outputguard?

outputguard is Validate, repair, and retry LLM structured outputs. 13 repair strategies for common JSON malformations, JSON Schema validation, and retry-with-feedback prompts.. It is categorized as a LLM Plugin with 60 GitHub stars.

What programming language is outputguard written in?

outputguard is primarily written in Python. It covers topics such as ai, anthropic, cli.

How do I install or use outputguard?

You can find installation instructions and usage details in the outputguard GitHub repository at github.com/ndcorder/outputguard. The project has 60 stars and 0 forks, indicating an active community.

What license does outputguard use?

outputguard is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to outputguard?

The top alternatives to outputguard on Agent Skills Hub include SimplerLLM, jta, claude-code-open. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse LLM Plugin tools