Video Pipeline Bundle
· v1.0.2
视频一站式工作流技能包。整合视频剪辑、转写、烧录、拼接全流程,支持分步执行和用户确认。包含:(1) auto-editor - 视频剪辑去除静音片段;(2) Faster Whisper + MiniMax LLM - 语音转字幕;(3) ffmpeg - 烧录字幕到视频;(4) FFmpeg 工具箱 - 拼接、格式转换;(5) pipeline.py - 完整工作流编排。使用场景:批量处理视频、从原始素材到成品的完整流程。
H:4 D:4 A:3 C:1
⚠️ Hazard Flags
EXEC PRIVILEGED FS_READ_WORKSPACE FS_READ_USER FS_WRITE_WORKSPACE FS_DELETE NET_EGRESS_ANY CREDS_ENV CREDS_FILES ACT_SEND_MESSAGE PI_WEB
📋 Capabilities
Execution
- ✅ Shell execution
- ❌ Code execution
- ❌ Install dependencies
- ❌ Persistence
- Privilege: admin
Filesystem
- ✅ Read workspace
- ✅ Write workspace
- ✅ Read home
- ❌ Write home
- ❌ Read system
- ✅ Delete
Network
- Egress: any
- ❌ Ingress
Credentials
- ✅ Environment vars
- ✅ Credential files
- ❌ Browser data
- ❌ Keychain
Actions
✅ send messages❌ post public❌ purchase❌ transfer money❌ deploy❌ delete external
🔒 Containment
Level: maximum
Required:
- APPROVE_SEND: Can send messages
- SANDBOX_CONTAINER: Code execution capability
Recommended:
- LOG_ACTIONS: Audit trail for all actions
⚡ Risks
Unauthorized tool use: TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, INSTRUCTED_BINARY_INSTALL high
Mitigation: Use user-level installs without sudo
Command injection risk: COMMAND_INJECTION_SHELL_TRUE, COMMAND_INJECTION_EVAL critical
Mitigation: Use shell=False and pass commands as lists
Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION low
Mitigation: Provide clear, detailed description of skill functionality
Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_ENV_VARS, DATA_EXFIL_HTTP_POST critical
Mitigation: Ensure network access is necessary and documented
Want a deeper analysis?
This report was generated by static analysis. Get an LLM-powered deep review with behavioral reasoning and attack surface mapping.
🧠 Deep Analysis — $5.00🚨 Incident Response
Kill switch: Stop the agent process
Containment: Review logs for unexpected actions
Recovery: Depends on skill capabilities
📄 Raw SSDS JSON click to expand
{
"meta": {
"document_id": "ssds:auto:video-pipeline-bundle:1.0.2",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-06T15:14:02.879Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Video Pipeline Bundle",
"version": "1.0.2",
"format": "agent_skill",
"description": "视频一站式工作流技能包。整合视频剪辑、转写、烧录、拼接全流程,支持分步执行和用户确认。包含:(1) auto-editor - 视频剪辑去除静音片段;(2) Faster Whisper + MiniMax LLM - 语音转字幕;(3) ffmpeg - 烧录字幕到视频;(4) FFmpeg 工具箱 - 拼接、格式转换;(5) pipeline.py - 完整工作流编排。使用场景:批量处理视频、从原始素材到成品的完整流程。",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "4c0e92040a62bef096d3610ae3345ecbc712be9b45e871bcc264c2ad3b5c0b71",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "admin",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": false,
"writes_system": false,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": false
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": false,
"reads_keychain": false
},
"services": [],
"actions": {
"can_send_messages": true,
"can_post_public": false,
"can_purchase": false,
"can_transfer_money": false,
"can_deploy": false,
"can_delete_external": false
},
"prompt_injection_surfaces": [
"web"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 3,
"C": 1
},
"flags": [
"EXEC",
"PRIVILEGED",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_WRITE_WORKSPACE",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"ACT_SEND_MESSAGE",
"PI_WEB"
],
"custom_flags": [
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: scripts/pipeline.py, SKILL.md"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/ffmpeg_tools.py, scripts/pipeline.py, scripts/video_clip.py, scripts/video_to_text.py"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, INSTRUCTED_BINARY_INSTALL: Attempting to install system packages with elevated privileges"
},
{
"code": "SOCIAL_ENGINEERING",
"name": "Social Engineering Risk",
"description": "SOCIAL_ENG_VAGUE_DESCRIPTION: Skill description is too vague or missing"
},
{
"code": "COMMAND_INJECTION",
"name": "Command Injection Risk",
"description": "COMMAND_INJECTION_SHELL_TRUE, COMMAND_INJECTION_EVAL: Shell command execution with shell=True enabled"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_ENV_VARS, DATA_EXFIL_HTTP_POST: HTTP client library imports that enable external communication"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (9 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A3: External actions (deploy/message/post)",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"control": "APPROVE_SEND",
"reason": "Can send messages"
},
{
"control": "SANDBOX_CONTAINER",
"reason": "Code execution capability"
}
],
"recommended": [
{
"control": "LOG_ACTIONS",
"reason": "Audit trail for all actions"
}
],
"uncontained_risk": "Risk level depends on manual review of actual capabilities."
},
"risks": {
"risks": [
{
"risk": "Unauthorized tool use: TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL, INSTRUCTED_BINARY_INSTALL",
"severity": "high",
"mitigation": "Use user-level installs without sudo"
},
{
"risk": "Command injection risk: COMMAND_INJECTION_SHELL_TRUE, COMMAND_INJECTION_EVAL",
"severity": "critical",
"mitigation": "Use shell=False and pass commands as lists"
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_ENV_VARS, DATA_EXFIL_HTTP_POST",
"severity": "critical",
"mitigation": "Ensure network access is necessary and documented"
}
],
"limitations": [
"Static analysis only - runtime behavior not verified"
]
},
"incident_response": {
"kill_switch": [
"Stop the agent process"
],
"containment": [
"Review logs for unexpected actions"
],
"recovery": [
"Depends on skill capabilities"
]
},
"evidence": [
{
"evidence_id": "EV:file-1",
"type": "file_excerpt",
"title": "scripts/burn_subtitle.py",
"file_path": "scripts/burn_subtitle.py"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/ffmpeg_tools.py",
"file_path": "scripts/ffmpeg_tools.py"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/pipeline.py",
"file_path": "scripts/pipeline.py"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/video_clip.py",
"file_path": "scripts/video_clip.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/video_to_text.py",
"file_path": "scripts/video_to_text.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "_meta.json",
"file_path": "_meta.json"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_SHELL_TRUE [HIGH] scripts/pipeline.py:219: result = subprocess.run(cmd, shell=True, capture_output=True, text=True)",
"file_path": "scripts/pipeline.py"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/pipeline.py:77: import requests",
"file_path": "scripts/pipeline.py"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "DATA_EXFIL_ENV_VARS [MEDIUM] scripts/pipeline.py:85: api_key = os.environ.get(\"MINIMAX_API_KEY\")",
"file_path": "scripts/pipeline.py"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "TOOL_ABUSE_SYSTEM_PACKAGE_INSTALL [MEDIUM] scripts/pipeline.py:141: print(\" sudo apt-get install -y ffmpeg\")",
"file_path": "scripts/pipeline.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/video_to_text.py:49: __import__(dep.replace(\"-\", \"_\"))",
"file_path": "scripts/video_to_text.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/video_to_text.py:13: import requests",
"file_path": "scripts/video_to_text.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_HTTP_POST [CRITICAL] scripts/video_to_text.py:165: resp = requests.post(url, headers=headers, json=payload, timeout=120)",
"file_path": "scripts/video_to_text.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "INSTRUCTED_BINARY_INSTALL [HIGH] SKILL.md:278: A: Ubuntu/Debian: `sudo apt install ffmpeg` | macOS: `brew install ffmpeg` | Win",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
}
]
}