video-creation-suite

Fail

Audited by Snyk on Jul 27, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The codebase includes hardcoded/embedded API credentials that will send user images to an external service under the developer's account, a file server bound to 0.0.0.0 exposing local outputs, and a dynamic import path that can load local (possibly untrusted) code — indicating high-risk intentional data exfiltration / credential misuse patterns.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I scanned the repository for hardcoded, high-entropy credentials. I found a long, random-looking API key literal hardcoded in scripts/coze_bot_client.py — this appears to be a real secret (not a placeholder) and is therefore flagged.

Ignored items:

  • references/suno-api-guide.md examples like "export SUNO_API_KEY=sk_1234567890abcdef" and "sk_temp_key_12345" are documentation/example placeholders (low-entropy / clearly example-style) and are ignored per rules.
  • Numeric default Bot IDs (e.g., "7572557757883383858") are identifiers, not secret keys, so ignored.

Location of the real secret:

  • scripts/coze_bot_client.py contains the hardcoded API key string (high-entropy, usable credential).

Issues (3)

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 27, 2026, 01:20 AM
Issues
3
Security Audit — snyk — video-creation-suite