Game Generator

PassAudited by ClawScan on May 3, 2026.

Overview

This appears to be a coherent cloud game-video generator, but it sends prompts/media to a third-party API and uses a NemoVideo token or anonymous token.

This skill looks purpose-aligned, but install/use it only if you are comfortable with NemoVideo receiving your prompts and media files and with the agent using a NemoVideo token or anonymous token. For sensitive game assets, verify the provider and terms first, and keep an eye on credits before exporting.

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

Using the skill contacts NemoVideo immediately and may create a remote session before any generation work starts.

Why it was flagged

The skill initiates remote API setup automatically when used. This is expected for a cloud renderer, but it is still an external action users should notice.

Skill content
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Recommendation

Use the skill only when you are ready to connect to the NemoVideo service, and confirm before uploads or exports if the content or credits matter.

What this means

A real NemoVideo token may allow the skill to use account credits or render/export capabilities.

Why it was flagged

The skill uses a bearer token for authenticated API calls and credit-related operations. This is disclosed and purpose-aligned, and it also says not to print tokens.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it ... Include `Authorization: Bearer <NEMO_TOKEN>` ... `/api/credits/balance/simple`
Recommendation

Prefer a scoped or disposable token where possible, monitor credits, and do not install if you do not trust the service with that token.

What this means

Game concepts, assets, videos, images, or audio files may leave the local environment and be processed by a third-party service.

Why it was flagged

Prompts and uploaded media are sent to the external NemoVideo API for processing. The cloud data flow is disclosed, but retention/privacy boundaries are not described in the visible artifact.

Skill content
All rendering happens server-side ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Avoid uploading confidential or unreleased assets unless you trust NemoVideo's privacy and retention practices.

What this means

It may be harder to verify who maintains the skill or the service behind the API endpoint.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent verification. There is no installable code shown, so this is a provenance note rather than a code-supply-chain concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider/domain independently before sending valuable assets or using a paid token.