registry  /  ouro.bot  /  0.1.0-alpha.682

ouro.bot@0.1.0-alpha.682

npx-friendly wrapper for @ouro.bot/cli

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 7 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
ChildProcessEnvironmentVarsFilesystem
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 7.23 KB of source

Source & flagged code

3 flagged · loading source
index.jsView file
6L7: const { execSync, execFileSync } = require("child_process"); L8: const fs = require("fs");
High
Child Process

Package source references child process execution.

index.jsView on unpkg · L6
110fs.mkdirSync(versionDir, { recursive: true }); L111: execSync(`npm install --prefix "${versionDir}" @ouro.bot/cli@${version}`, { stdio: "pipe" }); L112: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

index.jsView on unpkg · L110
6L7: const { execSync, execFileSync } = require("child_process"); L8: const fs = require("fs"); ... L11: L12: const OURO_HOME = path.join(os.homedir(), ".ouro-cli"); L13: const VERSIONS_DIR = path.join(OURO_HOME, "versions"); ... L18: L19: const WRAPPER_SCRIPT = `#!/bin/sh L20: ENTRY="$HOME/.ouro-cli/CurrentVersion/${ENTRY_RELPATH}" ... L29: try { L30: const packageJson = JSON.parse(fs.readFileSync(path.join(__dirname, "package.json"), "utf8")); L31: if (typeof packageJson.version === "string" && packageJson.version.trim()) {
Medium
Install Persistence

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

index.jsView on unpkg · L6

Findings

2 High3 Medium2 Low
HighChild Processindex.js
HighRuntime Package Installindex.js
MediumEnvironment Vars
MediumInstall Persistenceindex.js
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings