Picture Slideshow Maker

AdvisoryAudited by Static analysis on May 6, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Personal images or media selected for the slideshow may be uploaded to NemoVideo's cloud service for processing.

Why it was flagged

The core workflow sends user media to an external cloud renderer. This is disclosed and purpose-aligned, but photos and audio/video files can be personal or sensitive.

Skill content
This tool takes your images and runs slideshow video creation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload files you are comfortable sending to the external provider, and avoid confidential or highly sensitive media unless you trust the service and its retention/privacy terms.

What this means

Anyone with the token could potentially access the associated NemoVideo session or credits while the token is valid.

Why it was flagged

The skill uses a NemoVideo bearer token and declares a NemoVideo config path. That credential use fits the stated backend-rendering purpose, and the artifact explicitly says not to expose tokens.

Skill content
requires: {"env": ["NEMO_TOKEN"], "configPaths": ["~/.config/nemovideo/"]} ... Include `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, rotate or remove it if you no longer use the skill, and review any local NemoVideo config files if present.

What this means

The agent may perform upload, edit, state, or export API calls as part of the video workflow.

Why it was flagged

The skill instructs the agent to translate backend GUI-style instructions into API actions. This is coherent for the integration, but it means external service responses can drive follow-on workflow steps inside the slideshow session.

Skill content
"click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Recommendation

Confirm the files and intended export before asking the skill to upload or render, especially when working with private media.

What this means

Users have less information to verify who maintains the skill or the external service it depends on.

Why it was flagged

The registry does not provide a source repository or homepage, which limits independent verification of the provider and skill provenance. There is no local executable code in the supplied artifacts.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable trusting the listed NemoVideo API endpoint, and prefer skills with clear provenance for sensitive media workflows.