Caveat verdict

ai-music-video

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

An end-to-end music video generator that uses Suno API, OpenAI API, and ffmpeg to create music, generate visuals, and assemble videos with user-supplied credentials; network_in capability reflects fetching generated media assets and all behaviors match the stated music video production purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

13
security
70
transparency
70
maintenance

Findings (8)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-sunoapi-key

Pattern match high

Pipe to python — executes piped content as Python code

scripts/gen_visuals.sh · prose · downgraded · | python3

Pattern match medium

References webhook/callback URL

SKILL.md · code · CALLBACK_URL

Pattern match medium

subprocess execution — runs system commands from Python

tests/conftest.py · prose · downgraded · subprocess.run(

Pattern match medium

os.system/popen — direct OS command execution

tests/test_dry_run.py · prose · downgraded · os.system(

Pattern match low

Python urllib.request — network access

scripts/gen_visuals.sh · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/suno_music.sh · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

tests/test_dry_run.py · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 2 environment variables. (2 sensitive: SUNO_API_KEY, OPENAI_API_KEY). Requires 1 system binary.

network_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API