Back to Home
cozycrafters icon

cozyreq

Verified Safe

by cozycrafters

Overview

An AI agent to interact with and explore API endpoints by consuming OpenAPI specifications and user prompts.

Installation

Run Command
textual run --dev cozyreq.tui.app

Security Notes

The application fetches OpenAPI specifications from user-provided URLs. While `httpx` and `openapi-pydantic` are used for fetching and parsing, a malicious URL or a malformed specification could potentially lead to SSRF or resource exhaustion. The core functionality relies on a `pydantic-ai` agent to interact with APIs based on the prompt and spec, the security of which depends on the `pydantic-ai` library's internal safeguards against arbitrary code execution or unintended actions by the AI model. No explicit 'eval' or hardcoded secrets were found.

Similar Servers

Stats

Interest Score32
Security Score6
Cost ClassHigh
Stars2
Forks0
Last Update2026-01-17

Tags

AI AgentAPI InteractionOpenAPITUIPython