registry  /  @antjs.org/colony  /  0.0.1

@antjs.org/colony@0.0.1

Deploy Ant apps to ants.page (console.antjs.org)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 8 file(s), 27.6 KB of source, external domains: console.antjs.org

Source & flagged code

2 flagged · loading source
dist/auth.jsView file
44const path = __importStar(require("node:path")); L45: const node_child_process_1 = require("node:child_process"); L46: const utils_1 = require("./utils");
High
Child Process

Package source references child process execution.

dist/auth.jsView on unpkg · L44
dist/commands.jsView file
33if (result.error?.code === 'ENOENT') L34: result = (0, node_child_process_1.spawnSync)('npx', ['--yes', 'antland', 'install'], { stdio: 'inherit' }); L35: if (result.error || result.status !== 0)
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands.jsView on unpkg · L33

Findings

2 High3 Medium4 Low
HighChild Processdist/auth.js
HighRuntime Package Installdist/commands.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings