registry  /  trackfox  /  1.1.0

trackfox@1.1.0

TrackFox Analytics CLI - instrument websites and view analytics from your terminal

Static Scan Results

scanned 14h ago · by rust-scanner

Static analysis flagged 10 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 42 file(s), 106 KB of source, external domains: trackfox.app, www.w3.org

Source & flagged code

2 flagged · loading source
src/installers/electron.jsView file
2import path from 'path'; L3: import { execSync } from 'child_process'; L4: import chalk from 'chalk';
High
Child Process

Package source references child process execution.

src/installers/electron.jsView on unpkg · L2
35try { L36: execSync('npm install trackfox-electron', { cwd: projectDir, stdio: 'ignore' }); L37: } catch (err) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/installers/electron.jsView on unpkg · L35

Findings

3 High3 Medium4 Low
HighChild Processsrc/installers/electron.js
HighShell
HighRuntime Package Installsrc/installers/electron.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings