Monet AI

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a normal Monet AI API reference skill, but it lets an agent use a Monet API key to send prompts or media to Monet and create generation tasks.

Before installing, verify the Monet service, keep MONET_API_KEY in a secure environment variable, avoid hardcoding or sharing it, and set clear limits for when the agent may create paid or resource-consuming generation tasks. Do not send sensitive prompts, images, lyrics, or business content unless you are comfortable with Monet’s privacy and retention practices.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If installed with a valid key, the agent may be able to create API tasks under the user’s Monet account.

Why it was flagged

The skill requires a Monet API key, which is expected for a Monet API integration but grants the agent delegated access to the user’s Monet account.

Skill content
MONET_API_KEY # Required: API key from monet.vision
Recommendation

Use a dedicated, least-privileged API key if available, store it only in environment variables, rotate it if exposed, and monitor account usage or spending.

What this means

An agent using this skill could submit content-generation jobs to Monet when asked to generate media.

Why it was flagged

The skill documents direct API calls that create asynchronous generation tasks. This is central to the skill’s purpose, but task creation can consume provider resources or credits.

Skill content
curl -X POST https://monet.vision/api/v1/tasks/async ... "type": "video" ... "model": "sora-2"
Recommendation

Set clear user approval, budget, and rate-limit expectations before allowing the agent to create generation tasks.

What this means

Prompts, image references, and generation requests may be transmitted to Monet’s service.

Why it was flagged

The API examples send prompts and optional image references to an external Monet endpoint. This is expected for content generation, but it is an external data boundary.

Skill content
https://monet.vision/api/v1/tasks/async ... "prompt": "A cat running in the park" ... images?: string[]
Recommendation

Avoid sending confidential, private, or regulated content unless Monet’s privacy, retention, and usage terms meet your needs.

What this means

Users have less registry-level provenance information to confirm who maintains the skill.

Why it was flagged

The registry metadata does not provide a source repository or homepage. There is no code install here, so this is a provenance note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify monet.vision and the API documentation independently before trusting the skill with an API key.