Skip to main content
Scans/pypi/xsafeclaw

xsafeclaw

pypi

Share

Summary

xsafeclaw v0.1.4 was classified as CRITICAL RISK with a risk score of 1134. Sigil detected 90 findings across 695 files, covering phases including install hooks, network exfiltration, code patterns, obfuscation. Review the findings below before installing this package.

Package description: XSafeClaw - Keeping Your Claw Safe. Real-time monitoring and security for OpenClaw AI agents.

CRITICAL RISK(1134)

v0.1.4

24 April 2026, 10:32 UTC

by Sigil Bot

Risk Score

1134

Findings

90

Files Scanned

695

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

xsafeclaw-0.1.4/fyh_add/Dockerfile:24

# Install Node.js 22 (required by OpenClaw)
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
    && apt-get install -y nodejs
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

xsafeclaw-0.1.4/src/xsafeclaw/static/assets/main-C89baYqU.js:490

    `),{size:i,syncFunc:new Function("ud","uv","renderer","syncData","buffer",n.join(`
`))}}let $p=0;const wi={textureCount:0,uboCount:0};class Dd{constructor(e){this.destroyed=!1,this.renderer=e,this.systemCheck(),this.gl=null,this.shader=null,this.program=null,this.cache={},this._uboCache={},this.id=$p++}systemCheck(){if(!pp())throw new Error("Current environment does not allow unsafe-eval, please use @pixi/unsafe-eval module to enable support.")}contextChange(e){this.gl=e,this.reset()}bind(e,
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

xsafeclaw-0.1.4/src/xsafeclaw/static/assets/main-Fagc5g2D.js:22


`);j=T.pop()??"";for(const L of T){const C=L.trim();if(C.startsWith("data:"))try{const _=JSON.parse(C.slice(5).trim());_.type==="node_status"?(n("downloading_node"),_.step==="resolving"?c({step:"resolving"}):_.step==="downloading"?c({step:"downloading",version:_.version,percent:0}):_.step==="extracting"?c(K=>({...K,step:"extracting"})):_.step==="done"&&c(K=>({...K,step:"done",version:_.version}))):_.type==="node_progress"?c(K=>K&&{...K,percent:_.percent,progressText:_.text}):_.type==="npm_insta
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

Badge

Sigil scan badge for pypi/xsafeclaw

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/xsafeclaw)](https://sigilsec.ai/scans/1A6C7706-EAD3-4616-A496-0EA514AAFFE6)

HTML

<a href="https://sigilsec.ai/scans/1A6C7706-EAD3-4616-A496-0EA514AAFFE6"><img src="https://sigilsec.ai/badge/pypi/xsafeclaw" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other pypi scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot