YouTube Channel Banner

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is coherent for uploading a YouTube channel banner, but it relies on an external CLI and your YouTube OAuth token, so use it only for channels you intend to modify.

Before installing, make sure you trust the yutu CLI source and understand that it will use your YouTube OAuth authorization to modify a channel banner. Keep the OAuth credential and token files private, and double-check the channel ID and banner image before running the upload command.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 run with the wrong channel ID or image file, it could change the visible banner on a YouTube channel.

Why it was flagged

The main operation uploads a banner image to a specified YouTube channel, which is a real account/content change.

Skill content
yutu channelBanner insert --channelId UC_x5XG1OV2P6uZZ5FSM9Ttw --file banner.jpg
Recommendation

Confirm the channel ID, image file, and desired output before running the insert command.

What this means

Anyone or anything that can use the cached token may be able to act on the authorized YouTube account within the granted scopes.

Why it was flagged

The skill depends on OAuth authorization and a cached token that can be used to access the user's YouTube account through the yutu CLI.

Skill content
A browser window will open for you to grant YouTube access. After granting permission, a token is saved to `youtube.token.json`.
Recommendation

Use a trusted machine, keep client_secret.json and youtube.token.json private, grant the minimum needed access, and revoke the token if you no longer need the skill.

What this means

The safety of the skill also depends on the authenticity and integrity of the installed yutu package or binary.

Why it was flagged

The setup guide installs an external CLI from package managers or latest releases; the executable code is not part of the provided skill artifacts.

Skill content
npm i -g @eat-pray-ai/yutu ... go install github.com/eat-pray-ai/yutu@latest
Recommendation

Install yutu only from the official project or package source, prefer pinned or verified versions where possible, and review the upstream project before granting OAuth access.