registry  /  @omniwatch-wick/cli  /  0.1.4

@omniwatch-wick/cli@0.1.4

Install Omniwatch laptop capture — hooks, MCP, and local agent

Static Scan Results

scanned 9d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 10.0 KB of source, external domains: 127.0.0.1, agentpolice-api.vedantn06soni.workers.dev, night-watch-indol.vercel.app, python.org

Source & flagged code

3 flagged · loading source
index.jsView file
5L6: const { spawn, spawnSync } = require('child_process'); L7: const crypto = require('crypto');
High
Child Process

Package source references child process execution.

index.jsView on unpkg · L5
5L6: const { spawn, spawnSync } = require('child_process'); L7: const crypto = require('crypto'); L8: const fs = require('fs'); L9: const https = require('https'); L10: const http = require('http'); ... L14: const DEFAULT_BASE = L15: process.env.AGP_BASE || L16: process.env.OMNIWATCH_API ||
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

index.jsView on unpkg · L5
5L6: const { spawn, spawnSync } = require('child_process'); L7: const crypto = require('crypto'); L8: const fs = require('fs'); L9: const https = require('https'); L10: const http = require('http'); ... L14: const DEFAULT_BASE = L15: process.env.AGP_BASE || L16: process.env.OMNIWATCH_API || ... L42: res.on('data', (c) => chunks.push(c)); L43: res.on('end', () => resolve(Buffer.concat(chunks).toString('utf8'))); L44: })
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

index.jsView on unpkg · L5

Findings

3 High3 Medium3 Low
HighChild Processindex.js
HighSame File Env Network Executionindex.js
HighSandbox Evasion Gated Capabilityindex.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings