registry  /  netcontrol-agent  /  1.0.2

netcontrol-agent@1.0.2

A Node agent that collects system metrics like CPU, RAM, disk, network usage, and uptime to a remote server.

Static Scan Results

scanned 6d ago · by rust-scanner

Static analysis flagged 15 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 28.5 KB of source, external domains: 192.168.1.100, github.com

Source & flagged code

8 flagged · loading source
netcontrol-agent.jsView file
34const https = require('https'); L35: const { execSync, spawnSync, spawn } = require('child_process'); L36:
High
Child Process

Package source references child process execution.

netcontrol-agent.jsView on unpkg · L34
10* Linux: sudo NC_SERVER_URL=http://server:4000 node netcontrol-agent.js --install L11: * Windows: (run PowerShell as Administrator) L12: * $env:NC_SERVER_URL="http://server:4000"; node netcontrol-agent.js --install
High
Shell

Package source references shell execution.

netcontrol-agent.jsView on unpkg · L10
32const path = require('path'); L33: const http = require('http'); L34: const https = require('https'); L35: const { execSync, spawnSync, spawn } = require('child_process'); L36: L37: // ── Config ───────────────────────────────────────────────────────────────────── L38: const SERVER_URL = (process.env.NC_SERVER_URL || '').replace(/\/$/, ''); L39: const REG_SECRET = process.env.NC_REG_SECRET || '';
High
Same File Env Network Execution

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

netcontrol-agent.jsView on unpkg · L32
205console.log('[Agent] Installing systeminformation…'); L206: execSync('npm install systeminformation --save --loglevel=error', { L207: cwd: path.dirname(AGENT_PATH),
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

netcontrol-agent.jsView on unpkg · L205
6* Run manually: L7: * NC_SERVER_URL=http://server:4000 node netcontrol-agent.js L8: * ... L10: * Linux: sudo NC_SERVER_URL=http://server:4000 node netcontrol-agent.js --install L11: * Windows: (run PowerShell as Administrator) L12: * $env:NC_SERVER_URL="http://server:4000"; node netcontrol-agent.js --install ... L37: // ── Config ───────────────────────────────────────────────────────────────────── L38: const SERVER_URL = (process.env.NC_SERVER_URL || '').replace(/\/$/, ''); L39: const REG_SECRET = process.env.NC_REG_SECRET || ''; ... L48: ? '/etc/netcontrol-agent.json' L49: : path.join(os.homedir(), '.netcontrol-agent.json') L50: );
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

netcontrol-agent.jsView on unpkg · L6
netcontrol-agent-1.0.0.tgzView file
path = netcontrol-agent-1.0.0.tgz kind = high_entropy_blob sizeBytes = 8618 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

netcontrol-agent-1.0.0.tgzView on unpkg
path = netcontrol-agent-1.0.0.tgz kind = compressed_blob sizeBytes = 8618 magicHex = [redacted]
Medium
Ships Compressed Blob

Package ships compressed or archive-like blobs.

netcontrol-agent-1.0.0.tgzView on unpkg
path = netcontrol-agent-1.0.0.tgz kind = nested_archive_needs_inspection sizeBytes = 8618 magicHex = [redacted]
Low
Nested Archive Needs Inspection

Package ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.

netcontrol-agent-1.0.0.tgzView on unpkg

Findings

5 High5 Medium5 Low
HighChild Processnetcontrol-agent.js
HighShellnetcontrol-agent.js
HighSame File Env Network Executionnetcontrol-agent.js
HighRuntime Package Installnetcontrol-agent.js
HighShips High Entropy Blobnetcontrol-agent-1.0.0.tgz
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencenetcontrol-agent.js
MediumShips Compressed Blobnetcontrol-agent-1.0.0.tgz
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNested Archive Needs Inspectionnetcontrol-agent-1.0.0.tgz