Cloud-Local Bridge
· v1.0.1
实现云端 OpenClaw 与本地 OpenClaw 之间的双向通信桥接。支持自然语言配对、命令执行、文件同步。
H:4 D:4 A:3 C:1
⚠️ Hazard Flags
EXEC FS_READ_WORKSPACE FS_WRITE_WORKSPACE FS_WRITE_USER FS_DELETE NET_EGRESS_ANY ACT_SEND_MESSAGE PI_WEB
📋 Capabilities
Execution
- ✅ Shell execution
- ❌ Code execution
- ❌ Install dependencies
- ❌ Persistence
- Privilege: user
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
Base64 decode + execute pattern in: scripts/bridge_client.py, scripts/bridge_server.py critical
Mitigation: Decode and review obfuscated content before use.
Code obfuscation detected in: scripts/qq_handler.py medium
Mitigation: Deobfuscate and review code before use.
Command injection risk: COMMAND_INJECTION_EVAL, MCP_SQL_BLIND critical
Mitigation: Avoid eval(), exec(), and compile(). Use safer alternatives like ast.literal_eval()
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_BASE64_AND_NETWORK, DATA_EXFIL_HTTP_POST, DATA_EXFIL_SENSITIVE_FILES 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:cloud-local-bridge:1.0.1",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T15:32:33.316Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Cloud-Local Bridge",
"version": "1.0.1",
"format": "agent_skill",
"description": "实现云端 OpenClaw 与本地 OpenClaw 之间的双向通信桥接。支持自然语言配对、命令执行、文件同步。",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "78ec6cb4648bd862c97e567f7e581ebd4f97aea5f2df76749f1710b58f519ce1",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "user",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": false,
"reads_system": false,
"writes_workspace": true,
"writes_user_home": true,
"writes_system": false,
"can_delete": true
},
"network": {
"egress": "any",
"ingress": false
},
"credentials": {
"reads_env_vars": false,
"reads_credential_files": false,
"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",
"FS_READ_WORKSPACE",
"FS_WRITE_WORKSPACE",
"FS_WRITE_USER",
"FS_DELETE",
"NET_EGRESS_ANY",
"ACT_SEND_MESSAGE",
"PI_WEB"
],
"custom_flags": [
{
"code": "BASE64_EXEC",
"name": "Base64 Execute",
"description": "Decodes and executes obfuscated code in: scripts/bridge_client.py, scripts/bridge_server.py"
},
{
"code": "OBFUSCATED_CODE",
"name": "Obfuscated Code",
"description": "Contains obfuscated code patterns in: scripts/qq_handler.py"
},
{
"code": "FILE_DELETE",
"name": "File Deletion",
"description": "Can delete files in: scripts/bridge_pair.py, scripts/qq_handler.py"
},
{
"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_EVAL, MCP_SQL_BLIND: Dangerous code execution functions that can execute arbitrary code"
},
{
"code": "DATA_EXFILTRATION",
"name": "Data Exfiltration Risk",
"description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_BASE64_AND_NETWORK, DATA_EXFIL_HTTP_POST, DATA_EXFIL_SENSITIVE_FILES: HTTP client library imports that enable external communication"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (19 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": "Base64 decode + execute pattern in: scripts/bridge_client.py, scripts/bridge_server.py",
"severity": "critical",
"mitigation": "Decode and review obfuscated content before use."
},
{
"risk": "Code obfuscation detected in: scripts/qq_handler.py",
"severity": "medium",
"mitigation": "Deobfuscate and review code before use."
},
{
"risk": "Command injection risk: COMMAND_INJECTION_EVAL, MCP_SQL_BLIND",
"severity": "critical",
"mitigation": "Avoid eval(), exec(), and compile(). Use safer alternatives like ast.literal_eval()"
},
{
"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_BASE64_AND_NETWORK, DATA_EXFIL_HTTP_POST, DATA_EXFIL_SENSITIVE_FILES",
"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/api_handler.py",
"file_path": "scripts/api_handler.py"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/bridge_client.py",
"file_path": "scripts/bridge_client.py"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/bridge_pair.py",
"file_path": "scripts/bridge_pair.py"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/bridge_server.py",
"file_path": "scripts/bridge_server.py"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/installer/install_and_run.py",
"file_path": "scripts/installer/install_and_run.py"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/pairing_core.py",
"file_path": "scripts/pairing_core.py"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/qq_handler.py",
"file_path": "scripts/qq_handler.py"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/sync_files.py",
"file_path": "scripts/sync_files.py"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "_meta.json",
"file_path": "_meta.json"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/bridge_client.py:7: import requests",
"file_path": "scripts/bridge_client.py"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "DATA_EXFIL_BASE64_AND_NETWORK [CRITICAL] scripts/bridge_client.py:90: content = base64.b64encode(f.read()).decode('utf-8')",
"file_path": "scripts/bridge_client.py"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/bridge_pair.py:49: 'created_at': str(__import__('datetime').datetime.now())",
"file_path": "scripts/bridge_pair.py"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "MCP_SCRIPT_ANSI_DECEPTION [HIGH] scripts/bridge_pair.py:253: HEADER = '\\033[95m'",
"file_path": "scripts/bridge_pair.py"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "TIRITH_ANSI_ESCAPE_IN_STRING [HIGH] scripts/bridge_pair.py:253: HEADER = '\\033[95m'",
"file_path": "scripts/bridge_pair.py"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/bridge_server.py:140: \"timestamp\": str(__import__('datetime').datetime.now())",
"file_path": "scripts/bridge_server.py"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] scripts/bridge_server.py:228: import requests",
"file_path": "scripts/bridge_server.py"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "DATA_EXFIL_HTTP_POST [CRITICAL] scripts/bridge_server.py:229: requests.post(url, json=data, timeout=10)",
"file_path": "scripts/bridge_server.py"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "DATA_EXFIL_BASE64_AND_NETWORK [CRITICAL] scripts/bridge_server.py:178: content = base64.b64encode(f.read()).decode('utf-8')",
"file_path": "scripts/bridge_server.py"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "COMMAND_INJECTION_EVAL [CRITICAL] scripts/installer/install_and_run.py:44: __import__(dep)",
"file_path": "scripts/installer/install_and_run.py"
}
]
}