registry  /  @rahulrc48/ryoto  /  1.1.5

@rahulrc48/ryoto@1.1.5

Interactive System Maintenance CLI tool

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 27 file(s), 135 KB of source, external domains: api.ipify.org, speed.cloudflare.com

Source & flagged code

3 flagged · loading source
index.jsView file
2L3: const { spawn } = require('child_process'); L4: const readline = require('readline');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

index.jsView on unpkg · L2
commands/duplicates.jsView file
59let dupPath = await context.askQuestion('Enter folder path to scan (Press Enter for current directory): '); L60: if (!dupPath) dupPath = process.cwd(); L61:
Low
Weak Crypto

Package source references weak cryptographic algorithms.

commands/duplicates.jsView on unpkg · L59
install.batView file
path = install.bat kind = build_helper sizeBytes = 1477 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

install.batView on unpkg

Findings

4 Medium4 Low
MediumDynamic Requireindex.js
MediumEnvironment Vars
MediumShips Build Helperinstall.bat
MediumStructural Risk Force Deep Review
LowWeak Cryptocommands/duplicates.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings