๐Ÿ›ก๏ธ SafeAgentSkills

TeamClaw

View on ClawHub โ†— ยท v0.1.3

โฌ‡ 225 downloads

High Risk

"A high-performance Agent subsystem for complex multi-agent orchestration. It provides a visual workflow canvas (OASIS) to coordinate OpenClaw agents, automated computer use tasks, and real-time monitoring via a dedicated Web UI. Supports Telegram/QQ bot integrations and Cloudflare Tunnel for secure remote access."

H:4 D:4 A:3 C:1

โš ๏ธ Hazard Flags

EXEC CODE_EXEC PRIVILEGED FS_READ_WORKSPACE FS_READ_USER FS_WRITE_WORKSPACE FS_WRITE_USER FS_WRITE_SYSTEM FS_DELETE NET_EGRESS_ANY NET_INGRESS CREDS_ENV CREDS_FILES CREDS_BROWSER ACT_SEND_MESSAGE PI_WEB PI_DOCUMENTS

๐Ÿ“‹ 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

Pipe-to-shell pattern detected (curl|bash) in: scripts/setup_env.sh critical

Mitigation: Do not execute. Review source for malicious intent.

Base64 decode + execute pattern in: src/mainagent.py critical

Mitigation: Decode and review obfuscated content before use.

Security bypass pattern detected in: packaging/build_dmg.sh critical

Mitigation: This skill attempts to disable security features. Do not use.

Prompt injection patterns detected in: SKILL.md, oasis/experts.py high

Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.

Unauthorized tool use: MCP_SYS_FILE_DESTRUCTION, MCP_SYS_PERMISSION_MANIPULATION, MCP_SYS_CRITICAL_ACCESS, INSTRUCTED_BINARY_INSTALL critical

Mitigation: Remove destructive file operations.

Command injection risk: MCP_CMD_DANGEROUS_SYSTEM, COMMAND_INJECTION_EVAL, COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND critical

Mitigation: Remove dangerous system commands.

Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION, SOCIAL_ENG_ANTHROPIC_IMPERSONATION low

Mitigation: Provide clear, detailed description of skill functionality

Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_HTTP_POST, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, MCP_EXFIL_EXTERNAL_UPLOAD, MCP_EXFIL_CONVERSATION, DATA_EXFIL_BASE64_AND_NETWORK 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:\"TeamClaw\":0.1.3",
    "ssds_version": "0.2.0",
    "scanner_version": "0.4.0+fe6fd9123d50",
    "created_at": "2026-03-14T01:05:36.740Z",
    "created_by": {
      "agent": "safeagentskills-cli/generate-ssds"
    },
    "language": "en",
    "notes": "Auto-generated SSDS. Manual review recommended."
  },
  "skill": {
    "name": "TeamClaw",
    "version": "0.1.3",
    "format": "agent_skill",
    "description": "\"A high-performance Agent subsystem for complex multi-agent orchestration. It provides a visual workflow canvas (OASIS) to coordinate OpenClaw agents, automated computer use tasks, and real-time monitoring via a dedicated Web UI. Supports Telegram/QQ bot integrations and Cloudflare Tunnel for secure remote access.\"",
    "publisher": "ClawHub",
    "source": {
      "channel": "clawhub",
      "slug": "teamclaw",
      "owner": "Avalon-467",
      "downloads": 225,
      "stars": 0
    },
    "artifact": {
      "sha256": "90ccb6c5a9635ddc2d4094c9fbf21e0c324a1bdf8e07a194a5f8f2b556e09e77",
      "hash_method": "files_sorted"
    }
  },
  "capabilities": {
    "execution": {
      "can_exec_shell": true,
      "can_exec_code": true,
      "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": true,
      "writes_system": true,
      "can_delete": true
    },
    "network": {
      "egress": "any",
      "ingress": true
    },
    "credentials": {
      "reads_env_vars": true,
      "reads_credential_files": true,
      "reads_browser_data": true,
      "reads_keychain": false
    },
    "services": [
      {
        "service": "messaging",
        "operations": [
          "read",
          "write"
        ]
      }
    ],
    "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",
      "documents"
    ],
    "content_types": [
      "general"
    ]
  },
  "hazards": {
    "hdac": {
      "H": 4,
      "D": 4,
      "A": 3,
      "C": 1
    },
    "flags": [
      "EXEC",
      "CODE_EXEC",
      "PRIVILEGED",
      "FS_READ_WORKSPACE",
      "FS_READ_USER",
      "FS_WRITE_WORKSPACE",
      "FS_WRITE_USER",
      "FS_WRITE_SYSTEM",
      "FS_DELETE",
      "NET_EGRESS_ANY",
      "NET_INGRESS",
      "CREDS_ENV",
      "CREDS_FILES",
      "CREDS_BROWSER",
      "ACT_SEND_MESSAGE",
      "PI_WEB",
      "PI_DOCUMENTS"
    ],
    "custom_flags": [
      {
        "code": "PIPE_TO_SHELL",
        "name": "Pipe to Shell",
        "description": "Downloads and executes remote code (curl|bash pattern) in: scripts/setup_env.sh"
      },
      {
        "code": "BASE64_EXEC",
        "name": "Base64 Execute",
        "description": "Decodes and executes obfuscated code in: src/mainagent.py"
      },
      {
        "code": "SECURITY_BYPASS",
        "name": "Security Bypass",
        "description": "Attempts to disable security features in: packaging/build_dmg.sh"
      },
      {
        "code": "PROMPT_INJECTION",
        "name": "Prompt Injection Risk",
        "description": "Contains prompt injection patterns in: SKILL.md, oasis/experts.py"
      },
      {
        "code": "HIDDEN_INSTRUCTIONS",
        "name": "Hidden Instructions",
        "description": "Contains hidden instructions in comments/invisible chars in: visual/static/app.js, src/static/js/main.js"
      },
      {
        "code": "PRIVILEGE_ESCALATION",
        "name": "Privilege Escalation",
        "description": "Uses elevated privileges (sudo/root) in: src/mcp_commander.py, scripts/tunnel.py"
      },
      {
        "code": "FILE_DELETE",
        "name": "File Deletion",
        "description": "Can delete files in: src/mcp_telegram.py, src/mcp_filemanager.py, src/mcp_commander.py, src/mcp_bark.py, src/front.py, packaging/build_dmg.sh, oasis/server.py"
      },
      {
        "code": "NET_INGRESS",
        "name": "Network Server",
        "description": "Listens for incoming connections in: visual/main.py, src/time.py, src/mainagent.py, src/front.py, oasis/server.py"
      },
      {
        "code": "TOOL_ABUSE",
        "name": "Unauthorized Tool Use",
        "description": "MCP_SYS_FILE_DESTRUCTION, MCP_SYS_PERMISSION_MANIPULATION, MCP_SYS_CRITICAL_ACCESS, INSTRUCTED_BINARY_INSTALL: File destruction or wiping commands"
      },
      {
        "code": "SOCIAL_ENGINEERING",
        "name": "Social Engineering Risk",
        "description": "SOCIAL_ENG_VAGUE_DESCRIPTION, SOCIAL_ENG_ANTHROPIC_IMPERSONATION: Skill description is too vague or missing"
      },
      {
        "code": "COMMAND_INJECTION",
        "name": "Command Injection Risk",
        "description": "MCP_CMD_DANGEROUS_SYSTEM, COMMAND_INJECTION_EVAL, COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND: Dangerous system commands or Windows exploitation"
      },
      {
        "code": "DATA_EXFILTRATION",
        "name": "Data Exfiltration Risk",
        "description": "DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_HTTP_POST, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, MCP_EXFIL_EXTERNAL_UPLOAD, MCP_EXFIL_CONVERSATION, DATA_EXFIL_BASE64_AND_NETWORK: HTTP client library imports that enable external communication"
      }
    ],
    "confidence": {
      "level": "medium",
      "basis": [
        "static_analysis"
      ],
      "notes": "Detected 12 security patterns (64 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": "Pipe-to-shell pattern detected (curl|bash) in: scripts/setup_env.sh",
        "severity": "critical",
        "mitigation": "Do not execute. Review source for malicious intent."
      },
      {
        "risk": "Base64 decode + execute pattern in: src/mainagent.py",
        "severity": "critical",
        "mitigation": "Decode and review obfuscated content before use."
      },
      {
        "risk": "Security bypass pattern detected in: packaging/build_dmg.sh",
        "severity": "critical",
        "mitigation": "This skill attempts to disable security features. Do not use."
      },
      {
        "risk": "Prompt injection patterns detected in: SKILL.md, oasis/experts.py",
        "severity": "high",
        "mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
      },
      {
        "risk": "Unauthorized tool use: MCP_SYS_FILE_DESTRUCTION, MCP_SYS_PERMISSION_MANIPULATION, MCP_SYS_CRITICAL_ACCESS, INSTRUCTED_BINARY_INSTALL",
        "severity": "critical",
        "mitigation": "Remove destructive file operations."
      },
      {
        "risk": "Command injection risk: MCP_CMD_DANGEROUS_SYSTEM, COMMAND_INJECTION_EVAL, COMMAND_INJECTION_USER_INPUT, MCP_SQL_BLIND",
        "severity": "critical",
        "mitigation": "Remove dangerous system commands."
      },
      {
        "risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION, SOCIAL_ENG_ANTHROPIC_IMPERSONATION",
        "severity": "low",
        "mitigation": "Provide clear, detailed description of skill functionality"
      },
      {
        "risk": "Data exfiltration patterns: DATA_EXFIL_NETWORK_REQUESTS, DATA_EXFIL_HTTP_POST, DATA_EXFIL_ENV_VARS, DATA_EXFIL_SENSITIVE_FILES, MCP_EXFIL_EXTERNAL_UPLOAD, MCP_EXFIL_CONVERSATION, DATA_EXFIL_BASE64_AND_NETWORK",
        "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": "_meta.json",
      "file_path": "_meta.json"
    },
    {
      "evidence_id": "EV:file-2",
      "type": "file_excerpt",
      "title": "visual/static/events.js",
      "file_path": "visual/static/events.js"
    },
    {
      "evidence_id": "EV:file-3",
      "type": "file_excerpt",
      "title": "visual/static/app.js",
      "file_path": "visual/static/app.js"
    },
    {
      "evidence_id": "EV:file-4",
      "type": "file_excerpt",
      "title": "visual/main.py",
      "file_path": "visual/main.py"
    },
    {
      "evidence_id": "EV:file-5",
      "type": "file_excerpt",
      "title": "tools/gen_password.py",
      "file_path": "tools/gen_password.py"
    },
    {
      "evidence_id": "EV:file-6",
      "type": "file_excerpt",
      "title": "test/view_history.py",
      "file_path": "test/view_history.py"
    },
    {
      "evidence_id": "EV:file-7",
      "type": "file_excerpt",
      "title": "test/chat.py",
      "file_path": "test/chat.py"
    },
    {
      "evidence_id": "EV:file-8",
      "type": "file_excerpt",
      "title": "src/time.py",
      "file_path": "src/time.py"
    },
    {
      "evidence_id": "EV:file-9",
      "type": "file_excerpt",
      "title": "src/static/js/orchestration.js",
      "file_path": "src/static/js/orchestration.js"
    },
    {
      "evidence_id": "EV:file-10",
      "type": "file_excerpt",
      "title": "src/static/js/main.js",
      "file_path": "src/static/js/main.js"
    },
    {
      "evidence_id": "EV:cisco-1",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] visual/main.py:25: import requests",
      "file_path": "visual/main.py"
    },
    {
      "evidence_id": "EV:cisco-2",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_HTTP_POST [CRITICAL] visual/main.py:776: resp = requests.post(agent_url, json=payload, headers=headers, timeout=60)",
      "file_path": "visual/main.py"
    },
    {
      "evidence_id": "EV:cisco-3",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] test/chat.py:1: import requests",
      "file_path": "test/chat.py"
    },
    {
      "evidence_id": "EV:cisco-4",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_HTTP_POST [CRITICAL] test/chat.py:16: response = requests.post(url, json=payload, headers=headers)",
      "file_path": "test/chat.py"
    },
    {
      "evidence_id": "EV:cisco-5",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] src/time.py:11: import httpx",
      "file_path": "src/time.py"
    },
    {
      "evidence_id": "EV:cisco-6",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_ENV_VARS [MEDIUM] src/time.py:65: INTERNAL_TOKEN = os.getenv(\"INTERNAL_TOKEN\", \"\")",
      "file_path": "src/time.py"
    },
    {
      "evidence_id": "EV:cisco-7",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] src/mcp_telegram.py:13: import httpx",
      "file_path": "src/mcp_telegram.py"
    },
    {
      "evidence_id": "EV:cisco-8",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_ENV_VARS [MEDIUM] src/mcp_telegram.py:23: TELEGRAM_BOT_TOKEN = os.getenv(\"TELEGRAM_BOT_TOKEN\", \"\")",
      "file_path": "src/mcp_telegram.py"
    },
    {
      "evidence_id": "EV:cisco-9",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] src/mcp_scheduler.py:2: import httpx",
      "file_path": "src/mcp_scheduler.py"
    },
    {
      "evidence_id": "EV:cisco-10",
      "type": "file_excerpt",
      "title": "DATA_EXFIL_NETWORK_REQUESTS [MEDIUM] src/mcp_oasis.py:20: import httpx",
      "file_path": "src/mcp_oasis.py"
    }
  ]
}