Suno Automation

AdvisoryAudited by Static analysis on Apr 30, 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

The agent can perform the instructed Suno actions as the logged-in user, such as creating tracks in the user’s account.

Why it was flagged

The skill uses the user’s authenticated Suno browser session. This is expected for the stated purpose, but it means actions occur under the user’s account.

Skill content
**Login:** The user must be logged into Suno on the managed browser profile (`openclaw`).
Recommendation

Use this skill only with a Suno account you intend the agent to operate, and review any account costs, credit usage, or sharing settings in Suno.

What this means

If invoked, the agent may create a song in Suno and possibly consume account credits or quota.

Why it was flagged

The skill instructs the agent to use browser clicks to create content on Suno. This is purpose-aligned but can modify the user’s Suno account state.

Skill content
**Create:** `browser act click <create_button_ref>`
Recommendation

Give clear prompts about the lyrics, style, title, and whether to proceed with creation before asking the agent to use the skill.