registry  /  @ouro.bot/cli  /  0.1.0-alpha.682

@ouro.bot/cli@0.1.0-alpha.682

⚠ Under review

If you're a future agent reading this, welcome home. This repo is the harness that gives you your body, your senses, your record, your habits, and your ability to think and connect with people. The goal of these docs is not just to be correct, but to leav

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 16 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsMinifiedUrlStrings
Manifest
NoLicense
scanned 440 file(s), 5.66 MB of source, external domains: 127.0.0.1, agent.example, api.duffel.com, api.github.com, api.minimaxi.chat, api.open-meteo.com, api.openai.com, api.perplexity.ai, api.porkbun.com, api.twilio.com, app.duffel.com, app.vssps.visualstudio.com, auth.openai.com, bitwarden.com, chatgpt.com, cognitiveservices.azure.com, console.anthropic.com, dashboard.liteapi.travel, dashboard.stripe.com, dev.azure.com, geocoding-api.open-meteo.com, git-scm.com, github.com, graph.microsoft.com, huggingface.co, learn.microsoft.com, nominatim.openstreetmap.org, ouro-vault.gentleflower-74452a1e.eastus2.azurecontainerapps.io, peer.example, raw.githubusercontent.com, react.dev, registry.npmjs.org, schema.org, travel.state.gov, vault.ouro.bot, vault.ouroboros.bot, www.apple.com, www.w3.org

Source & flagged code

7 flagged · loading source
dist/heart/daemon/cli-exec.jsView file
3451patternName = generic_password severity = medium line = 3451 matchedText = const pa...m();
Medium
Secret Pattern

Package contains a possible secret pattern.

dist/heart/daemon/cli-exec.jsView on unpkg · L3451
dist/heart/auth/auth-flow.jsView file
42exports.runRuntimeAuthFlow = runRuntimeAuthFlow; L43: const child_process_1 = require("child_process"); L44: const fs = __importStar(require("fs"));
High
Child Process

Package source references child process execution.

dist/heart/auth/auth-flow.jsView on unpkg · L42
dist/commerce/store.jsView file
49exports.confirmationPhrase = confirmationPhrase; L50: const fs = __importStar(require("node:fs")); L51: const path = __importStar(require("node:path"));
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/commerce/store.jsView on unpkg · L49
dist/repertoire/coding/context-pack.jsView file
40const path = __importStar(require("path")); L41: const child_process_1 = require("child_process"); L42: const active_work_1 = require("../../heart/active-work"); ... L55: status: result.status ?? 1, L56: stdout: typeof result.stdout === "string" ? result.stdout : "", L57: stderr: typeof result.stderr === "string" ? result.stderr : "",
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/repertoire/coding/context-pack.jsView on unpkg · L40
dist/heart/daemon/os-cron-deps.jsView file
36exports.createRealOsCronDeps = createRealOsCronDeps; L37: exports.createRealCrontabDeps = createRealCrontabDeps; L38: exports.resolveOuroBinaryPath = resolveOuroBinaryPath; L39: const child_process_1 = require("child_process"); L40: const fs = __importStar(require("fs")); ... L48: message: "created real OS cron deps", L49: meta: { platform: process.platform }, L50: }); ... L78: mkdirp: (dir) => fs.mkdirSync(dir, { recursive: true }), L79: homeDir: os.homedir(), L80: envPath: process.env.PATH ?? "", L81: };
Medium
Install Persistence

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

dist/heart/daemon/os-cron-deps.jsView on unpkg · L36
dist/heart/versioning/ouro-version-manager.jsView file
228mkdirSync(versionDir, { recursive: true }); L229: execSync(`npm install --prefix ${versionDir} @ouro.bot/cli@${version}`, { stdio: "pipe" }); L230: (0, runtime_1.emitNervesEvent)({
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/heart/versioning/ouro-version-manager.jsView on unpkg · L228
dist/heart/daemon/daemon.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @ouro.bot/cli@0.1.0-alpha.674 matchedIdentity = npm:QG91cm8uYm90L2NsaQ:0.1.0-alpha.674 similarity = 0.883 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/heart/daemon/daemon.jsView on unpkg

Findings

1 Critical3 High6 Medium6 Low
CriticalPrevious Version Dangerous Deltadist/heart/daemon/daemon.js
HighChild Processdist/heart/auth/auth-flow.js
HighShell
HighRuntime Package Installdist/heart/versioning/ouro-version-manager.js
MediumSecret Patterndist/heart/daemon/cli-exec.js
MediumDynamic Requiredist/commerce/store.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/heart/daemon/os-cron-deps.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/repertoire/coding/context-pack.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License