Book a 30-minute demo →
Skill scan report

openclaw-workflow

View on GitHub
100 Critical Automated analysis flagged 8 potential risk patterns.

What this skill does

Workflow automation and execution with integration to OpenClaw Gateway, including execution of Python code in a sandboxed environment.

github/leoyeai - Dangerous Code Execution - 2.1k stars

ThreatsDangerous Code Execution Tool Misuse

Threat analysis

Dangerous Code Execution7 findings
Tool Misuse1 finding

Skill info

Nameleoyeai/openclaw-workflow
Registrygithub
Versione5199b5
PURLpkg:github/LeoYeAI/openclaw-master-skills@e5199b5?skill=openclaw-workflow
Stars2.1k
This skill was flagged with critical risk. Review the findings below before installing.

Assessments (8)

Dangerous Code Execution7 findings CRITICAL
HIGH

Dangerous Code Execution via skillspector

scripts/engine/context.py

            return bool(eval(resolved_str, {"__builtins__": safe_builtins}, namespace))
MEDIUM

Dangerous Code Execution via skillspector

scripts/engine/nodes.py

        result = subprocess.run(
            command,
            shell=True,
            capture_output=True,
            text=True,
            timeout=timeout,
            cwd=cwd,
            env=
MEDIUM

Dangerous Code Execution via skillspector

scripts/engine/sandbox.py

    return __builtins__.__import__(name, *args, **kwargs) if hasattr(__builtins__, '__import__') else __import__(name, *args, **kwargs)
CRITICAL

Dangerous Code Execution via skillspector

scripts/engine/sandbox.py

        exec(compile(code, "<openclaw-workflow-sandbox>", "exec"), namespace)
HIGH

Dangerous Code Execution via skillspector

scripts/engine/sandbox.py

        exec(compile(code, "<openclaw-workflow-sandbox>", "exec"), namespace)
MEDIUM

Dangerous Code Execution via skillspector

scripts/engine/sandbox.py

        exec(compile(code, "<openclaw-workflow-sandbox>", "exec"), namespace)
HIGH

Dangerous Code Execution via skillspector

scripts/openclaw_workflow.py

    os.execvp("streamlit", ["streamlit", "run", dashboard_path, "--server.port", str(port)])
Tool Misuse1 finding HIGH
HIGH

Tool Misuse via skillspector

scripts/engine/nodes.py

subprocess.run(
            command,
            shell=True

Badge

Add the Anomity scan badge for openclaw-workflow to your README.

Anomity Skill Check badge

Markdown
[![Anomity Skill Check](https://anomity.ai/skills/badge.svg)](https://anomity.ai/skills/github/leoyeai/openclaw-workflow/)
HTML
<a href="https://anomity.ai/skills/github/leoyeai/openclaw-workflow/"><img src="https://anomity.ai/skills/badge.svg" alt="Anomity Skill Check"></a>
Image URL
https://anomity.ai/skills/badge.svg

How Anomity governs this at runtime

Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.

Book a 30-minute demo to see your own skill inventory.

Methodology and disputes

Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of openclaw-workflow? Report an issue or request a rescan.

Ask AI about Anomity
ChatGPT Claude Perplexity Google AI Grok