registry  /  @intellicore/cli  /  0.3.0

@intellicore/cli@0.3.0

IntelliCore CLI — agentflow를 터미널에서 실행하는 AI 개발 도구

Static Scan Results

scanned 7d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 28 file(s), 176 KB of source, external domains: deb.nodesource.com, get.docker.com, github.com, sh.rustup.rs

Source & flagged code

2 flagged · loading source
dist/update-VCNB6JLS.jsView file
3// src/features/update/update.ts L4: import { execSync } from "child_process"; L5: import chalk from "chalk";
High
Child Process

Package source references child process execution.

dist/update-VCNB6JLS.jsView on unpkg · L3
18console.log(chalk.blue(" \u280B \uC5C5\uB370\uC774\uD2B8 \uC911...")); L19: execSync("npm install -g @intellicore/cli@latest", { L20: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/update-VCNB6JLS.jsView on unpkg · L18

Findings

3 High3 Medium5 Low
HighChild Processdist/update-VCNB6JLS.js
HighShell
HighRuntime Package Installdist/update-VCNB6JLS.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings