registry  /  @cocreate/cli  /  1.56.0

@cocreate/cli@1.56.0

Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.

Static Scan Results

scanned 9h 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
ChildProcessDynamicRequireEnvironmentVarsFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 47 file(s), 139 KB of source, external domains: cdn.cocreate.app, cdn.jsdelivr.net, cocreate.app, deb.nodesource.com, github.com, img.badgesize.io, img.shields.io, schema.org

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
src/execute.jsView file
4const util = require("node:util"); L5: const exec = util.promisify(require("node:child_process").exec); L6: const { getConfig } = require("./getConfig");
High
Child Process

Package source references child process execution.

src/execute.jsView on unpkg · L4
src/addMeta.jsView file
1const fs = require("fs"); L2: const path = require("path");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/addMeta.jsView on unpkg · L1
src/commands/fs/webpack.jsView file
145fs.writeFileSync(webpackPath, fileContent); L146: execSync(`npx prettier --write "${webpackPath}"`).toString(); L147: return true;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/commands/fs/webpack.jsView on unpkg · L145

Findings

3 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processsrc/execute.js
HighRuntime Package Installsrc/commands/fs/webpack.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiresrc/addMeta.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings