registry  /  @gingacodemonkey/config  /  0.0.37

@gingacodemonkey/config@0.0.37

A collection of TypeScript configurations, based on Total TypeScript's TSConfig Cheat Sheet. ESLint rules based on @epic-web/config.

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 3 file(s), 444 KB of source, external domains: github.com

Source & flagged code

2 flagged · loading source
dist/setup.cjsView file
1473function wrapAnsi(string, columns, options) { L1474: return String(string).normalize().replaceAll("\r\n", "\n").split("\n").map((line) => exec(line, columns, options)).join("\n"); L1475: }
High
Child Process

Package source references child process execution.

dist/setup.cjsView on unpkg · L1473
8547const installCommand = { L8548: npm: `npm install ${pkg} --save-dev`, L8549: yarn: `yarn add ${pkg} --dev`, ... L8553: try { L8554: (0, import_node_child_process.execSync)(installCommand, { stdio: "inherit" }); L8555: } catch {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/setup.cjsView on unpkg · L8547

Findings

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