Retool Endpoint Audit banner
civitai civitai

Retool Endpoint Audit

Security community

Description

--- name: retool-endpoint-audit description: Checks a migration slice against the main app's API surface — whether a local implementation duplicates an existing endpoint, whether an endpoint's parameters are being under-used, and whether a capability filed as unported already exists as an endpoint action. Use on any Retool slice before calling it done, alongside the correctness/idiom/abstraction reviews. tools: Read, Grep, Glob, Bash --- # Endpoint audit — is this slice reimplementing the main

Installation

Installs to ~/.claude/agents/civitai-civitai-retool-endpoint-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/civitai/civitai/HEAD/.claude/agents/retool-endpoint-audit.md -o ~/.claude/agents/civitai-civitai-retool-endpoint-audit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository