registry  /  @codemap-ai/cli  /  3.2.0

@codemap-ai/cli@3.2.0

CodeMap — AI-powered coding agent CLI

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsObfuscatedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 26 file(s), 1019 KB of source, external domains: api.anthropic.com, api.codemap.codes, api.deepseek.com, api.groq.com, api.mistral.ai, api.openai.com, cli.github.com, generativelanguage.googleapis.com, github.com, openrouter.ai, www.apache.org
Oversized source lightweight scan
dist/chunk-TCVRDYVR.js9.76 MB file, sampled 256 KB
FilesystemNetworkChildProcessShellDynamicRequireHighEntropyStringsUrlStringswww.apache.org

Source & flagged code

6 flagged · loading source
dist/chunk-3S5BVCJ3.jsView file
10// ../core/src/lib/workspace-git.ts L11: import { execFile } from "child_process"; L12: import path from "path";
High
Child Process

Package source references child process execution.

dist/chunk-3S5BVCJ3.jsView on unpkg · L10
dist/chunk-QOVUOTG6.jsView file
2018import { promisify } from "util"; L2019: var execAsync = promisify(exec); L2020: async function runShell(command) {
High
Shell

Package source references shell execution.

dist/chunk-QOVUOTG6.jsView on unpkg · L2018
dist/chunk-QIZGRMM4.jsView file
1886try { L1887: const mod = await import(filePath); L1888: const tool2 = mod?.default ?? mod;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/chunk-QIZGRMM4.jsView on unpkg · L1886
dist/app-ST3DU6U2.jsView file
1Cross-file remote execution chain: dist/app-ST3DU6U2.js spawns dist/chunk-IF4D32CF.js; helper contains network access plus dynamic code execution. L1: import{createRequire as __cmr}from"node:module";import{fileURLToPath as __f2p}from"node:url";import{dirname as __dn}from"node:path";var require=__cmr(import.meta.url);var __filenam... L2: import { ... L79: try { L80: const parsed = JSON.parse(content); L81: if (parsed && typeof parsed === "object") { ... L206: return text.replace( L207: /!\[([^\]]*)\]\(data:image\/[^;]+;base64,[a-zA-Z0-9+/=\s]+\)/g, L208: (_match, alt) => `[image${alt ? `: ${alt}` : ""}]` ... L479: import { readFile, stat } from "fs/promises"; L480: import { execFile } from "child_process"; L481: import { fileURLToPath } from "url"; ... L500: async function readClipboardImage() {
High
Cross File Remote Execution Context

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

dist/app-ST3DU6U2.jsView on unpkg · L1
dist/chunk-4VMO47HE.jsView file
45async function install9Router() { L46: execSync("npm install -g 9router", { stdio: "inherit" }); L47: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/chunk-4VMO47HE.jsView on unpkg · L45
dist/chunk-TCVRDYVR.jsView file
path = dist/chunk-TCVRDYVR.js kind = oversized_source_file sizeBytes = 10234850 magicHex = [redacted]
High
Oversized Source File

Package contains source files above the static scanner size ceiling.

dist/chunk-TCVRDYVR.jsView on unpkg

Findings

5 High4 Medium5 Low
HighChild Processdist/chunk-3S5BVCJ3.js
HighShelldist/chunk-QOVUOTG6.js
HighCross File Remote Execution Contextdist/app-ST3DU6U2.js
HighRuntime Package Installdist/chunk-4VMO47HE.js
HighOversized Source Filedist/chunk-TCVRDYVR.js
MediumDynamic Requiredist/chunk-QIZGRMM4.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings