registry  /  @overwolf/ow-cli  /  0.1.7

@overwolf/ow-cli@0.1.7

The Overwolf CLI is a tool to help you manage your Overwolf applications.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 13 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
CryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 84 file(s), 251 KB of source, external domains: hooks.slack.com

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
patternName = blocked_file severity = critical matchedText = .env redactedSecretContext = secretLikeLines = 0 notes = no secret-like key/value lines found in sampled text
Critical
Critical Secret

Package contains a critical-looking secret pattern.

.envView on unpkg
bin/commands/client/calculate-opk-uid.command.jsView file
89var ret = ''; L90: var offsetFromA = 'a'.charCodeAt(0); L91: for (var i = 0; i < hash.length; ++i) {
Low
Weak Crypto

Package source references weak cryptographic algorithms.

bin/commands/client/calculate-opk-uid.command.jsView on unpkg · L89
scripts/postinstall.jsView file
17log('adding script line for ow autocomplete to bashrc'); L18: lines.push('source ' + `"${path.join(__dirname, 'ow-completion.sh')}"`); L19: try { ... L27: const registerAutocompleteScript = async () => { L28: const homePath = process.env.HOMEPATH; L29: ... L35: // TODO: a fallback for other OS where bashrc is located in a different place L36: const bashrcPath = path.join(homePath, '.bashrc'); L37:
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

scripts/postinstall.jsView on unpkg · L17
scripts/ow-completion.shView file
path = scripts/ow-completion.sh kind = build_helper sizeBytes = 1168 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/ow-completion.shView on unpkg

Findings

1 Critical1 High6 Medium5 Low
CriticalCritical Secret.env
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencescripts/postinstall.js
MediumShips Build Helperscripts/ow-completion.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptobin/commands/client/calculate-opk-uid.command.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings