registry  /  @quantum-ai/free-code  /  2.2.15

@quantum-ai/free-code@2.2.15

DEPRECATED: Please use @quantum-ai/free-code@2.2.16 or later.

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 13 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
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 273 KB of source, external domains: json-schema.org
Oversized source lightweight scan
dist/index.mjs23.5 MB file, sampled 256 KB
FilesystemNetworkChildProcessEnvironmentVarsCryptoShellHighEntropyStringsUrlStringsjson-schema.org

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node postinstall.cjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node postinstall.cjs
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
dist/index.cjsView file
1#!/usr/bin/env node L2: const path = require('path'); L3: const { pathToFileURL } = require('url');
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.cjsView on unpkg · L1
dist/tree-sitter-markdown_inline-j5349f42.wasmView file
path = dist/tree-sitter-markdown_inline-j5349f42.wasm kind = wasm_module sizeBytes = 426020 magicHex = [redacted]
Medium
Ships Wasm Module

Package ships WebAssembly modules.

dist/tree-sitter-markdown_inline-j5349f42.wasmView on unpkg
dist/index.mjsView file
path = dist/index.mjs kind = oversized_source_file sizeBytes = 24647232 magicHex = [redacted]
High
Oversized Source File

Package contains source files above the static scanner size ceiling.

dist/index.mjsView on unpkg
path = dist/index.mjs kind = oversized_cli_entrypoint sizeBytes = 24647232 magicHex = [redacted]
Medium
Oversized Cli Entrypoint

Package contains an oversized executable-looking CLI entrypoint.

dist/index.mjsView on unpkg

Findings

2 High7 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighOversized Source Filedist/index.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiredist/index.cjs
MediumNetwork
MediumEnvironment Vars
MediumShips Wasm Moduledist/tree-sitter-markdown_inline-j5349f42.wasm
MediumOversized Cli Entrypointdist/index.mjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings