CtrlK
BlogDocsLog inGet started
Tessl Logo

video-creation-suite

完整的视频创作套件,支持原创创作、视频二创、视频分析三种模式,集成Coze Bot API、Edge-TTS、Suno API,涵盖多智能体协同、素材生成、视频合成全流程

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/video-creation-suite/video-creation-suite/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E006: Malicious code pattern detected in skill scripts.

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

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.

Report incorrect finding
High

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

What this means

Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.

Why it was flagged

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).

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

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

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill performs runtime calls to external model/analysis/generation endpoints (https://api.coze.cn/v3/chat, https://api.edata.cloud/v1/generate, https://api.openai.com/v1) whose textual responses are consumed and injected into the agent pipeline to drive visual analysis and generation, so these URLs are runtime dependencies that control prompts.

Repository
anbeime/skill
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.