Skip to main content
Scans/pypi/xerv-crayon

xerv-crayon

pypi

Share

Summary

xerv-crayon v5.2.8 was classified as CRITICAL RISK with a risk score of 645. Sigil detected 38 findings across 77 files, covering phases including obfuscation, install hooks, code patterns, provenance, network exfiltration. Review the findings below before installing this package.

Package description: Omni-Backend Tokenizer - CPU (AVX2/512), CUDA (NVIDIA), ROCm (AMD) with automatic hardware detection

CRITICAL RISK(645)

v5.2.8

20 March 2026, 07:48 UTC

by Sigil Bot

Risk Score

645

Findings

38

Files Scanned

77

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-setup-py-cmdclass

CRITICAL

setup.py overrides cmdclass — may execute code during install

xerv_crayon-5.2.8/src/crayon/resources/CRAYON_Full_Codebase.txt:3549

    log("Using CrayonBuildExt for HIP compilation")
    cmdclass = {"build_ext": CrayonBuildExt}
elif BuildExtension and TORCH_CUDA_AVAILABLE:
Why was this flagged?

This package overrides Python's setup.py cmdclass, which allows arbitrary code to execute during pip install. This is the primary attack vector for malicious PyPI packages — attackers use it to steal credentials, install backdoors, or download additional payloads before the developer ever runs the code. Rated CRITICAL because it executes automatically with no user interaction required.

install-setup-py-cmdclass

CRITICAL

setup.py overrides cmdclass — may execute code during install

xerv_crayon-5.2.8/src/crayon/resources/CRAYON_Full_Codebase.txt:3553

    log("Using PyTorch BuildExtension for CUDA compilation")
    cmdclass = {"build_ext": BuildExtension.with_options(no_python_abi_suffix=True)}
else:
Why was this flagged?

This package overrides Python's setup.py cmdclass, which allows arbitrary code to execute during pip install. This is the primary attack vector for malicious PyPI packages — attackers use it to steal credentials, install backdoors, or download additional payloads before the developer ever runs the code. Rated CRITICAL because it executes automatically with no user interaction required.

install-setup-py-cmdclass

CRITICAL

setup.py overrides cmdclass — may execute code during install

xerv_crayon-5.2.8/src/crayon/resources/CRAYON_Full_Codebase.txt:3556

    # Use default
    cmdclass = {}
Why was this flagged?

This package overrides Python's setup.py cmdclass, which allows arbitrary code to execute during pip install. This is the primary attack vector for malicious PyPI packages — attackers use it to steal credentials, install backdoors, or download additional payloads before the developer ever runs the code. Rated CRITICAL because it executes automatically with no user interaction required.

Badge

Sigil scan badge for pypi/xerv-crayon

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/xerv-crayon)](https://sigilsec.ai/scans/40B3E6EA-5A02-4014-8477-917278B80EAE)

HTML

<a href="https://sigilsec.ai/scans/40B3E6EA-5A02-4014-8477-917278B80EAE"><img src="https://sigilsec.ai/badge/pypi/xerv-crayon" 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