CF vectcut-skill
AI 视频导演与自动化剪辑专家。能够理解视频素材内容、视频创作指令,自主规划脚本结构,并通过调用 VectCut API 实现创建剪映草稿、编排素材(B-roll/转场/特效)、生成 AI 配音与字幕,实现端到端的视频创作流程。
AI 视频导演与自动化剪辑专家。能够理解视频素材内容、视频创作指令,自主规划脚本结构,并通过调用 VectCut API 实现创建剪映草稿、编排素材(B-roll/转场/特效)、生成 AI 配音与字幕,实现端到端的视频创作流程。
As a process F 28/100 · Will not run — References files that are not bundled: draft_url, references/references.md, references/endpoints/<domain>.md
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 15
✓ No critical or high findings
Medium and low: 15
-
medium Exfiltration
net-redirectable-api-keyexamples/effect_ops_demo.py:13Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyexamples/filter_ops_demo.py:13Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyexamples/image_ops_demo.py:12Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyexamples/sticker_ops_demo.py:10Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyexamples/video_ops_demo.py:10Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
low Secrets in code
secret-high-entropy-tokenreferences/draft_info.json:35High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"cover_draft_id": "28D7…ial",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/draft_info.json:47High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"id": "91E0…A2B",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/draft_info.json:169High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"id": "B121…2EB",
quoted -
low Obfuscation
obf-base64-blobreferences/draft_info.json:174Long base64-looking blob (quoted — discussed, not commanded)"path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/a0e9…178",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/draft_info.json:198High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"id": "792D…15D",
quoted -
low Obfuscation
obf-base64-blobreferences/draft_info.json:203Long base64-looking blob (quoted — discussed, not commanded)"path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/9fea…341",
quoted -
low Obfuscation
obf-base64-blobreferences/draft_info.json:235Long base64-looking blob (quoted — discussed, not commanded)"path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/4085…c42",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/draft_info.json:243High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"id": "840F…B00",
quoted -
low Obfuscation
obf-base64-blobreferences/draft_info.json:258Long base64-looking blob (quoted — discussed, not commanded)"path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/0495…36b",
quoted -
low Obfuscation
obf-base64-blobreferences/draft_info.json:274Long base64-looking blob (quoted — discussed, not commanded)"path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/0533…443",
quoted
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: draft_url - warning
missing-refreference to a missing file: references/references.md - warning
missing-refreference to a missing file: references/endpoints/<domain>.md - warning
missing-refreference to a missing file: references/enums/*.json - warning
missing-refreference to a missing file: scripts/<domain>_ops.sh - warning
missing-refreference to a missing file: examples/<domain>_ops_demo.sh - warning
missing-refreference to a missing file: references/endpoints/video.md - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "dependency"
Process rating: all ten parameters 28/100
- 0Tools and files. 7 referenced file(s) missing: draft_url, references/references.md, references/endpoints/<domain>.md
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 22 mutating operations with no state check
- 40Consistency. Frontmatter name (vectcut-skill) differs from the folder (vectcut)
- 100Steps. 179 steps
- 100Execution cost. Instruction body is 2899 tokens
- low The response is described with custom markup (6 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 114: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 31 headings
- +3Step-by-step instructions: 179 items
- +4Has examples (7 code blocks)
- +4Reference files are cited in the instructions (1 of 7)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 59.