novelai-mcp-tools
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a bridge between an AI agent and the NovelAI API. It documents standard API parameters such as prompts, resolution, sampling steps, and model selection.
- [SAFE]: Functionality includes image generation (
generate_image), image-to-image transformations (image_to_image), inpainting, upscaling, and metadata suggestions (suggest_tags). All operations are consistent with the documented purpose. - [SAFE]: The skill handles authentication via a bearer token provided through the
NOVELAI_TOKENenvironment variable, which is a standard and secure practice for API-based tools. - [SAFE]: External communication is restricted to official NovelAI endpoints (
api.novelai.netandimage.novelai.net) for image generation and account management tasks. - [SAFE]: The
estimate_anlas_costtool provides offline calculations for API usage costs, preventing unnecessary API calls and helping users manage their subscription balance.
Audit Metadata