registry  /  @millsydotdev/ceoinabox  /  1.3.2

@millsydotdev/ceoinabox@1.3.2

CEO-in-a-Box: AI department hierarchy plugin for OpenCode

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 31 file(s), 203 KB of source, external domains: api.github.com, github.com

Source & flagged code

4 flagged · loading source
scripts/env-check.jsView file
1#!/usr/bin/env node L2: import { execSync } from 'child_process'; L3: import { readFileSync, existsSync } from 'fs';
High
Child Process

Package source references child process execution.

scripts/env-check.jsView on unpkg · L1
28try { L29: raw = execSync(`${cmd} --version 2>&1`, { encoding: 'utf-8', timeout: 5_000, shell: true }).trim(); L30: } catch (e) {
High
Shell

Package source references shell execution.

scripts/env-check.jsView on unpkg · L28
scripts/validate.jsView file
29try { L30: const out = execSync('npx tsc --noEmit', { cwd: p, encoding: 'utf8', stdio: 'pipe' }); L31: if (out) console.log(out);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/validate.jsView on unpkg · L29
MakefileView file
path = Makefile kind = build_helper sizeBytes = 2404 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

MakefileView on unpkg

Findings

3 High4 Medium4 Low
HighChild Processscripts/env-check.js
HighShellscripts/env-check.js
HighRuntime Package Installscripts/validate.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build HelperMakefile
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings