Search and download movies via Jackett and qBittorrent. Use when user wants to download movies or videos from torrent sources, search for specific movie titles, or manage movie downloads. Now includes automatic subtitle download support with SMB integration.
β οΈ Hazard Flags
π 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
π Containment
Level: maximum
- SANDBOX_CONTAINER: Code execution capability
- LOG_ACTIONS: Audit trail for all actions
β‘ Risks
Mitigation: Avoid accessing system directories unless absolutely necessary.
Mitigation: Remove SQL exploitation patterns.
Mitigation: Provide clear, detailed description of skill functionality
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:nas-movie-download:3.2.2",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-28T09:13:11.310Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Nas Movie Download",
"version": "3.2.2",
"format": "agent_skill",
"description": "Search and download movies via Jackett and qBittorrent. Use when user wants to download movies or videos from torrent sources, search for specific movie titles, or manage movie downloads. Now includes automatic subtitle download support with SMB integration.",
"publisher": "ClawHub",
"source": {
"channel": "clawhub",
"slug": "nas-movie-download",
"owner": "roger0808",
"downloads": 1374,
"stars": 1
},
"artifact": {
"sha256": "d7ee1c733fa12a1cdf94447a537e606d9931344c392689fe1f0e2c616b3637fb",
"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": false,
"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": true,
"reads_keychain": false
},
"services": [],
"actions": {
"can_send_messages": false,
"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": 0,
"C": 1
},
"flags": [
"EXEC",
"PRIVILEGED",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"PI_WEB"
],
"custom_flags": [
{
"code": "PRIVILEGE_ESCALATION",
"name": "Privilege Escalation",
"description": "Uses elevated privileges (sudo/root) in: scripts/download-subtitle-smb.sh"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/smb-subtitle-subliminal.py, scripts/smb-subtitle-shooter.py, scripts/smb-subtitle-chinese.py, scripts/smb-subtitle-batch.py, scripts/smb-subtitle-batch-v2.py, scripts/smb-download-subtitle.py, scripts/smb-auto-subtitle-v2.py, scripts/download-ys-subtitles-ultimate.py, scripts/download-ys-subtitles-targeted.py, scripts/download-subtitles-variations.py, scripts/download-subtitles-final.py, scripts/download-subtitles-clean-name.py, scripts/download-movie-subtitles.py, scripts/download-movie-subtitles-ultimate.py, scripts/download-movie-subtitles-parallel.py, scripts/download-movie-subtitles-advanced.py"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "MCP_SYS_CRITICAL_ACCESS: Access to critical system directories"
},
{
"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": "MCP_SQL_BLIND, TIRITH_INSECURE_TLS, COMMAND_INJECTION_USER_INPUT: Blind SQL injection, system table access, or stored procedure abuse"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_SENSITIVE_FILES, 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 (27 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A0: No side effects detected",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"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: MCP_SYS_CRITICAL_ACCESS",
"severity": "high",
"mitigation": "Avoid accessing system directories unless absolutely necessary."
},
{
"risk": "Command injection risk: MCP_SQL_BLIND, TIRITH_INSECURE_TLS, COMMAND_INJECTION_USER_INPUT",
"severity": "high",
"mitigation": "Remove SQL exploitation patterns."
},
{
"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_SENSITIVE_FILES, 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": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/test-config.sh",
"file_path": "scripts/test-config.sh"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/subtitle-download.sh",
"file_path": "scripts/subtitle-download.sh"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/subhd_downloader.py",
"file_path": "scripts/subhd_downloader.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-subliminal.py",
"file_path": "scripts/smb-subtitle-subliminal.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-shooter.py",
"file_path": "scripts/smb-subtitle-shooter.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-downloader.py",
"file_path": "scripts/smb-subtitle-downloader.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-chinese.py",
"file_path": "scripts/smb-subtitle-chinese.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-batch.py",
"file_path": "scripts/smb-subtitle-batch.py"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "scripts/smb-subtitle-batch-v2.py",
"file_path": "scripts/smb-subtitle-batch-v2.py"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/test-config.sh:1: #!/bin/bash",
"file_path": "scripts/test-config.sh"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SYS_CRITICAL_ACCESS [HIGH] scripts/subtitle-download.sh:1: #!/bin/bash",
"file_path": "scripts/subtitle-download.sh"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/subhd_downloader.py:6: import requests",
"file_path": "scripts/subhd_downloader.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/smb-subtitle-subliminal.py:354: time.sleep(5)",
"file_path": "scripts/smb-subtitle-subliminal.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/smb-subtitle-shooter.py:15: import requests",
"file_path": "scripts/smb-subtitle-shooter.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_SENSITIVE_FILES [HIGH] scripts/smb-subtitle-shooter.py:41: with open(filepath, 'rb') as f:",
"file_path": "scripts/smb-subtitle-shooter.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/smb-subtitle-shooter.py:314: time.sleep(1) # ιΏε
θ―·ζ±θΏεΏ«",
"file_path": "scripts/smb-subtitle-shooter.py"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/smb-subtitle-chinese.py:18: import requests",
"file_path": "scripts/smb-subtitle-chinese.py"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/smb-subtitle-chinese.py:294: time.sleep(0.5) # ιΏε
θ―·ζ±θΏεΏ«",
"file_path": "scripts/smb-subtitle-chinese.py"
}
]
}