registry  /  claude-rtl  /  1.0.1

claude-rtl@1.0.1

A smart RTL (Right-to-Left) patcher with UI settings for the Claude application.

Static Scan Results

scanned 4h ago · by rust-scanner

Static analysis flagged 10 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 42.0 KB of source, external domains: fonts.gstatic.com, github.com, www.w3.org

Source & flagged code

4 flagged · loading source
bin/index.jsView file
10import * as asar from '@electron/asar'; L11: import { execSync } from 'child_process'; L12: import figlet from 'figlet';
High
Child Process

Package source references child process execution.

bin/index.jsView on unpkg · L10
151if (os.platform() === 'win32') { L152: console.error(yellow('\nPlease run your terminal (PowerShell/CMD) as Administrator and try again.\n')); L153: } else if (os.platform() === 'darwin') {
High
Shell

Package source references shell execution.

bin/index.jsView on unpkg · L151
48console.error(yellow(' 1. Grant your terminal "App Management" permission to run without sudo.')); L49: console.error(yellow(' 2. Or, run this command with sudo (e.g. sudo npx claude-rtl)')); L50: console.log(blue('\nOpening System Settings directly to App Management for you...')); L51: try { L52: execSync('open "x-apple.systempreferences:com.apple.settings.PrivacySecurity.extension?Privacy_AppBundles"'); L53: console.log(green('✔ Settings opened! Please enable the toggle for your terminal, then try again.\n'));
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/index.jsView on unpkg · L48
bin/Vazirmatn-Variable.woff2View file
path = bin/Vazirmatn-Variable.woff2 kind = high_entropy_blob sizeBytes = 111152 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

bin/Vazirmatn-Variable.woff2View on unpkg

Findings

4 High2 Medium4 Low
HighChild Processbin/index.js
HighShellbin/index.js
HighRuntime Package Installbin/index.js
HighShips High Entropy Blobbin/Vazirmatn-Variable.woff2
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings