registry  /  @onedigitas/kitcode  /  0.1.11

@onedigitas/kitcode@0.1.11

Local aggregate activity server for KitCode.

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis completed at 93.0% confidence. No malicious behavior was detected; 10 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 20 file(s), 104 KB of source, external domains: 127.0.0.1, github.com, kitcode.onedigitas.com

Source & flagged code

4 flagged · loading source
bin/kitcode.mjsView file
3import fs from 'node:fs'; L4: import {spawn} from 'node:child_process'; L5: import {createRequire} from 'node:module';
High
Child Process

Package source references child process execution.

bin/kitcode.mjsView on unpkg · L3
232function terminalUrl(options) { L233: return `http://${options.host}:${options.port}/terminal`; L234: } ... L241: const entryPath = path.resolve(fileURLToPath(new URL('../src/mini-electron.mjs', import.meta.url))); L242: const child = spawn(electronPath, [entryPath], { L243: detached: true, L244: env: { L245: ...process.env, L246: KITCODE_MINI_URL: url,
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

bin/kitcode.mjsView on unpkg · L232
matchType = previous_version_dangerous_delta matchedPackage = @onedigitas/kitcode@0.1.7 matchedIdentity = npm:QG9uZWRpZ2l0YXMva2l0Y29kZQ:0.1.7 similarity = 0.467 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

bin/kitcode.mjsView on unpkg
src/hook-prompt.mjsView file
55? { L56: bin: 'powershell.exe', L57: args: ['-NoProfile', '-Command', `[void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show(${JSON.stringify(message)...
High
Shell

Package source references shell execution.

src/hook-prompt.mjsView on unpkg · L55

Findings

4 High2 Medium4 Low
HighChild Processbin/kitcode.mjs
HighShellsrc/hook-prompt.mjs
HighSame File Env Network Executionbin/kitcode.mjs
HighPrevious Version Dangerous Deltabin/kitcode.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings