Close Open Privacy Scan

bolt Snapshot: commit c770094
science engine v3
schedule 2026-07-07T11:08:05.941063+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code. Dependency data flows are listed separately and do not affect this verdict.

App Privacy Score

97 /100
Low privacy risk

Low risk · 195 finding(s)

Dependency score: 67 (Medium risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

1 high 0 medium 194 low
First-party packages: 4
Dependency packages: 13
Ecosystem: npm

swap_horiz Application data flows

No application data flows were found. See dependency data flows below.

hub Dependency data flows (1)
high ibm_db dependency User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/npm/[email protected]/installer/driverInstall.js:49 pkgs/npm/[email protected]/installer/driverInstall.js:778

</> First-Party Code

first-party (npm)

npm first-party
expand_more 14 low-confidence finding(s)
low env_fs production #4c533968bc0e4e22 Environment-variable access.
repo/build-packages.mjs:74
      PATH: `${process.env.PATH || ''}:${path.join(rootDir, 'node_modules/.bin')}`,

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #180c3ac3ab73793c Filesystem access.
repo/dev/sync-exports.mjs:106
    await fs.writeFile(indexPath, fileContents, 'utf-8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #fbf164a0c518a175 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:88
        await writeFile(join(migrationsDir, fixture.name), buildJsContent(fixture));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #74590989a5a97c59 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:93
        await writeFile(join(migrationDir, 'up.sql'), up);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #f24107aceede2765 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:96
          await writeFile(join(migrationDir, 'down.sql'), down);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #0255ca0dd465ac2b Filesystem access.
repo/packages/cli/src/api/generate-migration.ts:31
      fs.writeFile(path.join(migrationPath, 'up.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #33b99d78ffdd8982 Filesystem access.
repo/packages/cli/src/api/generate-migration.ts:32
      fs.writeFile(path.join(migrationPath, 'down.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #3aabe3f6a4fe6c59 Filesystem access.
repo/packages/cli/src/api/generate-seed.ts:31
      fs.writeFile(path.join(seedPath, 'up.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #d71da52422e3173e Filesystem access.
repo/packages/cli/src/api/generate-seed.ts:32
      fs.writeFile(path.join(seedPath, 'down.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #b50cfbf5efd3fc01 Filesystem access.
repo/packages/cli/src/api/get-umzug.ts:110
      const fileContents = await fs.readFile(upFilename, 'utf-8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #999a5d02873989e3 Filesystem access.
repo/packages/cli/src/api/get-umzug.ts:120
      const fileContents = await fs.readFile(downFilename, 'utf-8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #0b54b89ca0dd9309 Environment-variable access.
repo/packages/core/src/abstract-dialect/query-generator-typescript.ts:984
    if (process.env.npm_lifecycle_event !== 'mocha') {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #a895bbbe23c53ef5 Environment-variable access.
repo/packages/core/src/utils/check.ts:20
  return process.env.NODE_ENV !== 'production';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #43dbf13c8f52d38f Filesystem access.
repo/packages/utils/src/node/read-file-if-exists.ts:15
    return await fs.readFile(filePath, options);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

first-party (npm): packages/cli

npm first-party
expand_more 9 low-confidence finding(s)
low env_fs production #fbf164a0c518a175 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:88
        await writeFile(join(migrationsDir, fixture.name), buildJsContent(fixture));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #74590989a5a97c59 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:93
        await writeFile(join(migrationDir, 'up.sql'), up);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #f24107aceede2765 Filesystem access.
repo/packages/cli/src/_internal/test-helpers.ts:96
          await writeFile(join(migrationDir, 'down.sql'), down);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #0255ca0dd465ac2b Filesystem access.
repo/packages/cli/src/api/generate-migration.ts:31
      fs.writeFile(path.join(migrationPath, 'up.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #33b99d78ffdd8982 Filesystem access.
repo/packages/cli/src/api/generate-migration.ts:32
      fs.writeFile(path.join(migrationPath, 'down.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #3aabe3f6a4fe6c59 Filesystem access.
repo/packages/cli/src/api/generate-seed.ts:31
      fs.writeFile(path.join(seedPath, 'up.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #d71da52422e3173e Filesystem access.
repo/packages/cli/src/api/generate-seed.ts:32
      fs.writeFile(path.join(seedPath, 'down.sql'), ''),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #b50cfbf5efd3fc01 Filesystem access.
repo/packages/cli/src/api/get-umzug.ts:110
      const fileContents = await fs.readFile(upFilename, 'utf-8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #999a5d02873989e3 Filesystem access.
repo/packages/cli/src/api/get-umzug.ts:120
      const fileContents = await fs.readFile(downFilename, 'utf-8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

first-party (npm): packages/core

npm first-party
expand_more 2 low-confidence finding(s)
low env_fs production #0b54b89ca0dd9309 Environment-variable access.
repo/packages/core/src/abstract-dialect/query-generator-typescript.ts:984
    if (process.env.npm_lifecycle_event !== 'mocha') {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs production #a895bbbe23c53ef5 Environment-variable access.
repo/packages/core/src/utils/check.ts:20
  return process.env.NODE_ENV !== 'production';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

first-party (npm): packages/utils

npm first-party
expand_more 1 low-confidence finding(s)
low env_fs production #43dbf13c8f52d38f Filesystem access.
repo/packages/utils/src/node/read-file-if-exists.ts:15
    return await fs.readFile(filePath, options);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

</> Dependencies

ibm_db

npm dependency
high pii_flow dependency Excluded from app score #2d834ca93d255f2b User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/npm/[email protected]/installer/driverInstall.js:778 · flow /tmp/closeopen-4uh183ce/pkgs/npm/[email protected]/installer/driverInstall.js:49 → /tmp/closeopen-4uh183ce/pkgs/npm/[email protected]/installer/driverInstall.js:778
        var req = https.request(options, function(res) {
            // Handle redirects
            if (res.statusCode >= 300 && res.statusCode < 400 && res.headers.location) {
                var redirectUrl = new URL(res.headers.location);
                options.hostname = redirectUrl.hostname;
                options.path = redirectUrl.pathname;
                res.resume();
                var redirectReq = https.request(options, handleResponse);
                redirectReq.on('error', function(err) {
                    console.error('\nHTTPS request error:', err.message);
                    installationFailed(err.message);
                });
                redirectReq.end();
                return;
            }
            handleResponse(res);
        });

User/PII-bearing data flows to an external sink — the classic data-exfiltration shape.

Fix: Confirm no user identifiers reach this sink; redact/hash before sending, or remove the flow.

expand_more 51 low-confidence finding(s)
low env_fs dependency Excluded from app score #42c2a03c7be096dc Filesystem access.
pkgs/npm/[email protected]/installer/driverInstall.js:5
var fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c4d96273a787a2b8 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:30
if(process.env.npm_config_loglevel == 'warn') { // -quiet option

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b3549ffbc395857c Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:33
if(process.env.npm_config_loglevel == 'silent') { // -silent option

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #849a647f0ad04809 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:48
if (process.env.npm_config_cafile) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9d25715f56d0cdc1 Filesystem access.
pkgs/npm/[email protected]/installer/driverInstall.js:49
    const ca = fs.readFileSync(process.env.npm_config_cafile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5b2356fa0df6223f Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:49
    const ca = fs.readFileSync(process.env.npm_config_cafile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5db4a6c8d1ca2f6e Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:52
else if (process.env.npm_package_config_cafile) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #33e6b1b44490f681 Filesystem access.
pkgs/npm/[email protected]/installer/driverInstall.js:53
    const ca = fs.readFileSync(process.env.npm_package_config_cafile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #53d1fa84adeddb42 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:53
    const ca = fs.readFileSync(process.env.npm_package_config_cafile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #df5b2b63717bf041 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:61
if(process.env.npm_config_clidriver && process.env.npm_config_clidriver != true) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #dce3fc6b8b221ae7 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:62
    clidriverVersion = process.env.npm_config_clidriver;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #778599410bc23aab Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:69
else if(process.env.npm_package_config_clidriver && process.env.npm_package_config_clidriver != true) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #06f9bce14d12e44c Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:70
    clidriverVersion = process.env.npm_package_config_clidriver;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5f1cde7b642a75ea Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:76
else if(process.env.CLIDRIVER_DOWNLOAD_VERSION) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5d9a4d892eea6ecf Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:77
    clidriverVersion = process.env.CLIDRIVER_DOWNLOAD_VERSION;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #caab11fef36035c7 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:110
installerURL = process.env.npm_config_IBM_DB_INSTALLER_URL ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4fad9a6e1e2fe3e8 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:111
               process.env.npm_package_config_IBM_DB_INSTALLER_URL ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5e294f8279d30794 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:112
               process.env.IBM_DB_INSTALLER_URL || installerURL;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0006fbcfde29be8f Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:144
    if((process.env.DOWNLOAD_CLIDRIVER == "true") &&

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #975f952f918e77cc Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:150
    if(process.env.DOWNLOAD_CLIDRIVER == "true"){

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c016cde21f1bf0bd Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:151
        process.env.IBM_DB_HOME = '';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #308af445d2b828f1 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:160
    if (process.env.IBM_DB_HOME) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6ba0d8874588ff07 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:161
        if (fs.existsSync(process.env.IBM_DB_HOME) || platform == "os390") {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #fd6c0ca65274e3d3 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:162
          IBM_DB_HOME = process.env.IBM_DB_HOME;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5a0085201c1e2f8c Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:166
          printMsg(process.env.IBM_DB_HOME + " directory does not exist. Please" +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #12c322314d8bb315 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:174
        process.env.IBM_DB_HOME = IBM_DB_HOME.replace(/\s/g,'\\ ');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #fbe3569ea6d62169 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:210
                process.env.IBM_DB_HOME = undefined;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #29b5f752599cbcf9 Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:391
                    process.env.IBM_DB_HOME = IBM_DB_HOME.replace(/\s/g,'\\ ');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a55788d1044e9fbc Environment-variable access.
pkgs/npm/[email protected]/installer/driverInstall.js:409
                process.env.IBM_DB_HOME = IBM_DB_HOME.replace(/\s/g,'\\ ');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #3835d21f51d1c856 Filesystem access.
pkgs/npm/[email protected]/installer/driverInstall.js:496
                        fs.readFile(ODBC_BINDINGS_VCXPROJ_FILE, 'utf8', function (err,data) {
                            if (err)
                            {
                                console.log('\nReading failure: can not read ' +
                                'build/odbc_bindings.vcxproj! \n' +
                                'Proceeding with Pre-compiled Binary Installation.\n');
                                installPreCompiledBinary();
                                return;
                            }

                            //Removing kernel dependencies from the file.
                            // More flexible pattern to handle variations in formatting
                            var kernelLibsPattern = /kernel32\.lib[;\s]*user32\.lib[;\s]*gdi32\.lib[;\s]*winspool\.lib[;\s]*comdlg32\.lib[;\s]*advapi32\.lib[;\s]*shell32\.lib[;\s]*ole32\.lib[;\s]*oleaut32\.lib[;\s]*uuid\.lib[;\s]*odbc32\.lib[;\s]*DelayImp\.lib[;\s]*/gi;
                            var result = data.replace(kernelLibsPattern, '');
                            
                            // Check if replacement was successful
                            if (data !== result) {
                                printMsg("Successfully updated file build/odbc_bindings.vcxproj");
                            } else {
                                printMsg("Warning: Kernel dependencies pattern not found in build/odbc_bindings.vcxproj - file may have different format");
                            }

                            fs.writeFile(ODBC_BINDINGS_VCXPROJ_FILE, result, 'utf8', function (err) {
                                if (err)
                                {
                                    console.log('\nWriting failure: can not write ' + 'build/odbc_bindings.vcxproj! \n' +
                                    'Proceeding with Pre-compiled Binary Installation. \n');
                                    installPreCompiledBinary();
                                    return;
                                }
                                else printMsg("\nKernel additional dependencies removed successfully!\n");
                            });
                        });

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c8e734e32b7df183 Filesystem access.
pkgs/npm/[email protected]/installer/driverInstall.js:518
                            fs.writeFile(ODBC_BINDINGS_VCXPROJ_FILE, result, 'utf8', function (err) {
                                if (err)
                                {
                                    console.log('\nWriting failure: can not write ' + 'build/odbc_bindings.vcxproj! \n' +
                                    'Proceeding with Pre-compiled Binary Installation. \n');
                                    installPreCompiledBinary();
                                    return;
                                }
                                else printMsg("\nKernel additional dependencies removed successfully!\n");
                            });

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #8d4ff2958230728d Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:27
if (process.env.IBM_DB_HOME) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #262ed4e35fa03397 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:28
  clidriver = process.env.IBM_DB_HOME;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d1db2026e0dbb98e Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:32
  process.env.PATH = path.resolve(clidriver, 'bin') + ';' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #9cbf345b0092c68f Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:35
                      path.resolve(clidriver, 'lib') + ';' + process.env.PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c598fb389cc9b44e Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:36
  process.env.LIB =  path.resolve(clidriver, 'bin') + ';' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #e9b3d971e662bfd9 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:38
                      path.resolve(clidriver, 'lib') + ';' + process.env.LIB;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4a05bfdac586cd02 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:41
  process.env.PATH = path.resolve(clidriver, 'bin') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #82315095ac2594dc Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:42
                      path.resolve(clidriver, 'lib') + ':' + process.env.PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b4e7186efbccb0f6 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:43
  process.env.LD_LIBRARY_PATH = path.resolve(clidriver, 'lib') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #94dba41a6cb0fc7f Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:44
                                path.resolve(clidriver, 'lib/icc') + ':' + process.env.LD_LIBRARY_PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6936ffa3aefe07a5 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:47
  process.env.PATH = path.resolve(clidriver, 'bin') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #313f057d667bad8d Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:48
                      path.resolve(clidriver, 'lib') + ':' + process.env.PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #118aac26d73b5b23 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:49
  process.env.DYLD_LIBRARY_PATH = path.resolve(clidriver, 'lib') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #fbd36beb696da5fa Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:50
                                  path.resolve(clidriver, 'lib/icc') + ':' + process.env.DYLD_LIBRARY_PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c76b91ea415659bc Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:53
  process.env.PATH = path.resolve(clidriver, 'bin') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #3cd3b000d2dc95dd Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:54
                      path.resolve(clidriver, 'lib') + ':' + process.env.PATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0abb99caf204da23 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:55
  process.env.LIBPATH = path.resolve(clidriver, 'lib') + ':' +

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1bf1c59e30da5bf4 Environment-variable access.
pkgs/npm/[email protected]/lib/odbc.js:56
                        path.resolve(clidriver, 'lib/icc') + ':' + process.env.LIBPATH;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b18a343623288ce3 Filesystem access.
pkgs/npm/[email protected]/lib/odbc.js:1025
    fs.readFile(sql, function (err, sql) {
        if (err) {
            deferred ? deferred.reject(err) : cb(err);
        }
        else {
            var query = sql.toString();
            var myarray = query.split(delimiter);
            var res = "";
            if (outputfile !== undefined) {
                if (fs.existsSync(outputfile)) {
                    fs.unlinkSync(outputfile)
                }
                else {
                    fs.ensureFileSync(outputfile)
                }
            }
            for (var i = 0; i < myarray.length; i++) {
                query = (myarray[i]).trim();
                var result = [];
                if(query) {
                    result = self.querySync(query);
                    if (!Array.isArray(result)) {
                        if (outputfile === undefined) {
                            deferred ? deferred.reject(result) : cb(result);
                        }
                        else {
                            fs.appendFileSync(outputfile, result);
                        }
                    }
                    if (result.length > 0) {
                        result = JSON.stringify(result);
                        if (outputfile === undefined) {
                            res += result + delimiter;
                        }
                        else {
                            fs.appendFileSync(outputfile, result + delimiter);
                        }
                    }
                }
            }
            deferred ? deferred.resolve(res) : cb(err, res);
        }
    });

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #23de43ab308c860b Filesystem access.
pkgs/npm/[email protected]/lib/odbc.js:1107
    var query = fs.readFileSync(sql, 'utf8')

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

@oclif/core

npm dependency
expand_more 24 low-confidence finding(s)
low env_fs dependency Excluded from app score #9ac2e31f5f87d197 Environment-variable access.
pkgs/npm/@[email protected]/lib/command.js:347
        keys.map((key) => delete process.env[key]);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2da515201f6a7ae0 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:199
        const base = process.env[`XDG_${category.toUpperCase()}_HOME`] ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d0534b71fbefe2ac Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:200
            (this.windows && process.env.LOCALAPPDATA) ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #779c7593a9f62b1f Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:308
        this.home = process.env.HOME || (this.windows && this.windowsHome()) || (0, os_1.getHomeDir)() || (0, node_os_1.tmpdir)();

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2c31029f739b2732 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:546
        return process.env[this.scopedEnvVarKeys(k).find((k) => process.env[k])];

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2cf3f85ba7c7ced1 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:577
        return process.env.HOMEDRIVE && process.env.HOMEPATH && (0, node_path_1.join)(process.env.HOMEDRIVE, process.env.HOMEPATH);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #640ec8b746b1ce95 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/config.js:580
        return process.env.USERPROFILE;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #f956fe390a382173 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/plugin.js:223
                if (!process.env.OCLIF_NEXT_VERSION && manifest.version.split('-')[0] !== this.version.split('-')[0]) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b62f44889a7d3a94 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/ts-path.js:274
        debug(`Skipping typescript path lookup for ${root} because it's an ESM module (NODE_ENV: ${process.env.NODE_ENV}, root plugin module type: ${rootPlugin?.moduleType})`);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b221cf1cbef05841 Environment-variable access.
pkgs/npm/@[email protected]/lib/config/ts-path.js:275
        const warningIsDisabled = process.env.OCLIF_DISABLE_LINKED_ESM_WARNING && (0, util_1.isTruthy)(process.env.OCLIF_DISABLE_LINKED_ESM_WARNING);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #87e0999432eefac5 Environment-variable access.
pkgs/npm/@[email protected]/lib/execute.js:52
        process.env.NODE_ENV = 'development';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b3484bcb8664710c Environment-variable access.
pkgs/npm/@[email protected]/lib/index.js:49
    if (process.env.OCLIF_DISABLE_ENGINE_WARNING && (0, util_1.isTruthy)(process.env.OCLIF_DISABLE_ENGINE_WARNING))

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #19a2bae4edac166c Environment-variable access.
pkgs/npm/@[email protected]/lib/parser/parse.js:17
        process.env.CLI_FLAGS_DEBUG === '1'

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #78d85e87fc77f462 Environment-variable access.
pkgs/npm/@[email protected]/lib/parser/parse.js:403
            if (fws.inputFlag.flag.env && process.env[fws.inputFlag.flag.env]) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #43eb9ba754322c34 Environment-variable access.
pkgs/npm/@[email protected]/lib/parser/parse.js:404
                const valueFromEnv = process.env[fws.inputFlag.flag.env];

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0ce20af3bda88407 Environment-variable access.
pkgs/npm/@[email protected]/lib/parser/parse.js:414
                        valueFunction: async (i) => (0, util_1.isTruthy)(process.env[i.inputFlag.flag.env] ?? 'false'),

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #7abdf6151c83a84d Environment-variable access.
pkgs/npm/@[email protected]/lib/screen.js:18
const columns = Number.parseInt(process.env.OCLIF_COLUMNS, 10) || settings_1.settings.columns;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #91c982c74f067ca0 Environment-variable access.
pkgs/npm/@[email protected]/lib/util/os.js:37
    const SHELL = process.env.SHELL ?? (0, node_os_1.userInfo)().shell?.split(node_path_1.default.sep)?.pop();

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #86e8fefdaff69562 Environment-variable access.
pkgs/npm/@[email protected]/lib/util/os.js:54
            : (process.env.COMSPEC ?? 'cmd.exe');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4dec2b55aa7cdc87 Environment-variable access.
pkgs/npm/@[email protected]/lib/util/os.js:57
        return process.env.COMSPEC ?? 'cmd.exe';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1ee61ceab7694eda Environment-variable access.
pkgs/npm/@[email protected]/lib/util/read-pjson.js:16
    if (process.env.OCLIF_DISABLE_RC) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1f5d904a846b4160 Environment-variable access.
pkgs/npm/@[email protected]/lib/util/util.js:66
    return !['development', 'test'].includes(process.env.NODE_ENV ?? '');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #f4acfa575bf394cb Environment-variable access.
pkgs/npm/@[email protected]/lib/ux/index.js:29
    !process.env.CI &&

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0481ff0a6aef83e3 Environment-variable access.
pkgs/npm/@[email protected]/lib/ux/index.js:30
    !['dumb', 'emacs-color'].includes(process.env.TERM) &&

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

@sequelize/core

npm dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #3688f5714db1332e Environment-variable access.
pkgs/npm/@[email protected]/lib/abstract-dialect/query-generator-typescript.js:735
    if (process.env.npm_lifecycle_event !== "mocha") {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

bnf-parser

npm dependency
expand_more 16 low-confidence finding(s)
low env_fs dependency Excluded from app score #dd81020d1517da06 Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:5
import { readdirSync, existsSync, readFileSync, writeFileSync, appendFileSync, statSync, mkdirSync } from "fs";

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #daff3faa8f3f633b Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:84
    const data = readFileSync(file, 'utf8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6bf1bb91b43290fa Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:123
    writeFileSync(`${out_dir}/${name}.d.ts`, types);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #055dff3a6457f01c Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:128
            writeFileSync(`${out_dir}/${name}.wat`, mod.emitText());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1ccc2cc7b17f6500 Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:138
        writeFileSync(`${out_dir}/${name}.js`, GenerateRunner(lang, mod.emitBinary()));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #bd08d79f90d3b692 Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:149
writeFileSync(`${out_dir}/shared.js`, wasm.Runner.toString());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #8ca7ff80e6549727 Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:150
writeFileSync(`${out_dir}/shared.d.ts`, readFileSync(`${script}/artifacts/shared.d.ts`, "utf8")
    .replace(/    /gm, "\t")
    .replace(/\r\n/g, "\n"));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2abe32aac833b4bf Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:150
writeFileSync(`${out_dir}/shared.d.ts`, readFileSync(`${script}/artifacts/shared.d.ts`, "utf8")

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #beb9824ed03737a8 Filesystem access.
pkgs/npm/[email protected]/bin/cli.js:153
appendFileSync(`${out_dir}/shared.js`, readFileSync(`${script}/artifacts/shared.js`, "utf8")

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #52991ef524b9fced Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-run.js:1
import { writeFileSync } from "fs";

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #7382cc1f62ca8fca Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-run.js:12
writeFileSync("out.wasm", myModule.emitBinary());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #8a895629066c2ed3 Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-run.js:20
    writeFileSync("out.wat", myModule.emitText());

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4147f1aa93b95019 Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-run.js:21
    writeFileSync("out.wasm", bin);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4305184d74a9d41f Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-run.js:46
writeFileSync("dump.json", JSON.stringify(output.root, null, 2));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #7202fb4ad73afc9e Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-types.js:1
import { writeFileSync } from "fs";

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #57693544a221f6a5 Filesystem access.
pkgs/npm/[email protected]/bin/wasm/test-types.js:34
writeFileSync("./dump.d.ts", types.CompileTypes(lang));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

dayjs

npm dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #3f52a7863092ca80 Environment-variable access.
pkgs/npm/[email protected]/esm/plugin/devHelper/index.js:4
  if (!process || process.env.NODE_ENV !== 'production') {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a0eae17975f26220 Environment-variable access.
pkgs/npm/[email protected]/plugin/devHelper.js:1
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_devHelper=t()}(this,(function(){"use strict";return function(e,t,s){if(!process||"production"!==process.env.NODE_ENV){var o=t.prototype,n=o.parse;o.parse=function(e){var t=e.date;return"string"==typeof t&&13===t.length&&console.warn("To parse a Unix timestamp like "+t+", you should pass it as a Number. https://day.js.org/docs/en/parse/unix-timestamp-milliseconds"),"number"==typeof t&&4===String(t).length&&console.warn("Guessing you may want to parse the Year "+t+", you should pass it as a String "+t+", not a Number. Otherwise, "+t+" will be treated as a Unix timestamp"),e.args.length>=2&&!s.p.customParseFormat&&console.warn("To parse a date-time string like "+t+" using the given format, you should enable customParseFormat plugin first. https://day.js.org/docs/en/parse/string-format"),n.bind(this)(e)};var a=s.locale;s.locale=function(e,t,o){return void 0===t&&"string"==typeof e&&(s.Ls[e]||console.warn("Guessing you may want to use locale "+e+", you have to load it before using it. https://day.js.org/docs/en/i18n/loading-into-nodejs")),a(e,t,o)};var i=o.diff;o.diff=function(e,t,o){return(!e||!s(e).isValid())&&console.warn("Invalid usage: diff() requires a valid comparison date as the first argument. https://day.js.org/docs/en/display/difference"),i.call(this,e,t,o)}}}}));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

debug

npm dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #e0e35b68cf47dbcc Environment-variable access.
pkgs/npm/[email protected]/src/browser.js:230
		r = process.env.DEBUG;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a453ff09d12d6dae Environment-variable access.
pkgs/npm/[email protected]/src/node.js:136
	let val = process.env[key];

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c85ebbe1d3ae93bf Environment-variable access.
pkgs/npm/[email protected]/src/node.js:205
		process.env.DEBUG = namespaces;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a49eda0baf250e7c Environment-variable access.
pkgs/npm/[email protected]/src/node.js:209
		delete process.env.DEBUG;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d7145cdd5f2a307f Environment-variable access.
pkgs/npm/[email protected]/src/node.js:221
	return process.env.DEBUG;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

mariadb

npm dependency
expand_more 3 low-confidence finding(s)
low env_fs dependency Excluded from app score #b307be9b6cfd713c Filesystem access.
pkgs/npm/[email protected]/lib/cmd/handshake/auth/caching-sha2-password-auth.js:86
                  key = fs.readFileSync(key, 'utf8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1b5fbd17eaadf689 Filesystem access.
pkgs/npm/[email protected]/lib/cmd/handshake/auth/sha256-password-auth.js:54
              key = fs.readFileSync(key, 'utf8');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1fda4739b5c48894 Environment-variable access.
pkgs/npm/[email protected]/lib/config/connection-options.js:30
    this.user = opts.user || process.env.USERNAME;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

mysql2

npm dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #a68f9f1dba5acd3e Environment-variable access.
pkgs/npm/[email protected]/lib/packets/index.js:60
  if (process.env.NODE_DEBUG) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

oracledb

npm dependency
expand_more 44 low-confidence finding(s)
low env_fs tooling Excluded from app score unknown #ce67b8d5f88e1eb2 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:76
  user: process.env.NODE_ORACLEDB_USER,

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #1032aad99645fc67 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:82
  password: process.env.NODE_ORACLEDB_PASSWORD,

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #ee67714db295ea87 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:86
  connectString: process.env.NODE_ORACLEDB_CONNECTIONSTRING,

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #b8be3f9477e34c0f Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:90
  externalAuth: process.env.NODE_ORACLEDB_EXTERNALAUTH ? true : false,

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #497fcdbb69d472f8 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:97
if (process.env.NODE_ORACLEDB_WALLET_PASSWORD) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #1edcd182576450b7 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:98
  config.walletPassword = process.env.NODE_ORACLEDB_WALLET_PASSWORD;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #6387bdbd095fe195 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:101
if (process.env.NODE_ORACLEDB_WALLET_LOCATION) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #33f317921bfe395d Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:102
  config.walletLocation = process.env.NODE_ORACLEDB_WALLET_LOCATION;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #9663ab2b3e0dd598 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:109
if (process.env.NODE_ORACLEDB_DBA_USER) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #033ffd0dbef6fe8e Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:110
  config.DBA_user = process.env.NODE_ORACLEDB_DBA_USER;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #adf3e5fd15267d0d Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:113
if (process.env.NODE_ORACLEDB_DBA_PASSWORD) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #ac7792662ef527a4 Environment-variable access.
pkgs/npm/[email protected]/examples/dbconfig.js:114
  config.DBA_password = process.env.NODE_ORACLEDB_DBA_PASSWORD;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #cd0ec4d2078aeaf9 Environment-variable access.
pkgs/npm/[email protected]/examples/example.js:47
if (process.env.NODE_ORACLEDB_DRIVER_MODE === 'thick') {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs tooling Excluded from app score unknown #1aef0dbc091ffff7 Environment-variable access.
pkgs/npm/[email protected]/examples/example.js:60
    clientOpts = { libDir: process.env.NODE_ORACLEDB_CLIENT_LIB_DIR };

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d2ea62098d6c7431 Filesystem access.
pkgs/npm/[email protected]/lib/configProviders/file.js:26
const fs = require('fs').promises;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #18fa7588db69315f Filesystem access.
pkgs/npm/[email protected]/lib/configProviders/file.js:47
    const data = Buffer.from(await fs.readFile(this.paramMap.get("filepath"), { encoding: 'utf8', flag: 'r' }));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #f86cdde765578b96 Environment-variable access.
pkgs/npm/[email protected]/lib/impl/parserHelpers.js:286
    const configDir = options.configDir || process.env.TNS_ADMIN || '';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #3e80606cb6c7d069 Environment-variable access.
pkgs/npm/[email protected]/lib/impl/parserHelpers.js:424
        errors.throwErr(errors.ERR_TNS_ENTRY_NOT_FOUND, connStr, configDir ? configDir + '/tnsnames.ora' : process.env.TNS_ADMIN + '/tnsnames.ora');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #812ecd4de40f8b10 Environment-variable access.
pkgs/npm/[email protected]/lib/poolStatistics.js:83
    this.threadPoolSize = process.env.UV_THREADPOOL_SIZE;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #50f224a19cd7d23d Environment-variable access.
pkgs/npm/[email protected]/lib/thin/connection.js:1248
    } else if (process.env.ORA_DEBUG_JDWP) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a1224b9df523273d Environment-variable access.
pkgs/npm/[email protected]/lib/thin/connection.js:1249
      this.jdwpData = Buffer.from(process.env.ORA_DEBUG_JDWP);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #83ca2623f233cb57 Environment-variable access.
pkgs/npm/[email protected]/lib/thin/protocol/messages/auth.js:115
    } else if (process.env.ORA_EDITION) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b62616c5257782ff Environment-variable access.
pkgs/npm/[email protected]/lib/thin/protocol/messages/auth.js:116
      this.edition = process.env.ORA_EDITION;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #4bdf461fa9220af5 Environment-variable access.
pkgs/npm/[email protected]/lib/thin/protocol/messages/auth.js:160
    if (process.env.ORA_SDTZ) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #a13aecf2285053d2 Environment-variable access.
pkgs/npm/[email protected]/lib/thin/protocol/messages/auth.js:161
      tzRepr = process.env.ORA_SDTZ;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #aeb454570b784fff Environment-variable access.
pkgs/npm/[email protected]/lib/thin/sqlnet/ntTcp.js:349
    if (process.env.NODE_ORACLEDB_DEBUG_PACKETS)

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #52403a020e204af0 Environment-variable access.
pkgs/npm/[email protected]/lib/thin/sqlnet/ntTcp.js:458
        if (process.env.NODE_ORACLEDB_DEBUG_PACKETS)

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #49f42f7c6faebc82 Filesystem access.
pkgs/npm/[email protected]/lib/thin/sqlnet/paramParser.js:30
const fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0a91481a1425407d Environment-variable access.
pkgs/npm/[email protected]/lib/thin/sqlnet/paramParser.js:41
  const tnsAdminVal = process.env.TNS_ADMIN;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #130aaa8246b9bf1d Filesystem access.
pkgs/npm/[email protected]/lib/thin/sqlnet/sessionAtts.js:32
const fs = require("fs");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #e46d5b162e9fa6d1 Filesystem access.
pkgs/npm/[email protected]/lib/thin/sqlnet/sessionAtts.js:151
      fs.readFile(this.nt.walletFile, (err, data) => {
        if (err) {
          reject(err);
        } else {
          resolve(data);
        }
      });

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #719ae183a9a6cf02 Filesystem access.
pkgs/npm/[email protected]/package/install.js:41
const fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #dd42ead48286edcf Filesystem access.
pkgs/npm/[email protected]/package/prunebinaries.js:45
const fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6cfe3f6615c45f04 Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:47
    process.env.HTTPS_PROXY ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #e2c8a07b45ad414e Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:48
    process.env.https_proxy;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #76b9fe63a6d2c251 Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:51
    process.env.HTTPS_PROXY_PORT ||

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #72bf6ebcbee975c5 Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:52
    process.env.https_proxy_port;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #368a2217a6d0fc3d Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:90
  if (process.env.AWS_REGION) return process.env.AWS_REGION;

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b84b39a578a80505 Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:94
    const profile = paramMap.get("aws_profile") || process.env.AWS_PROFILE || "default";

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #7e44615be30b5495 Environment-variable access.
pkgs/npm/[email protected]/plugins/configProviders/awsCommon.js:111
    profile: paramMap.get("aws_profile") || process.env.AWS_PROFILE || "default",

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #7a1491a8c842d7ce Filesystem access.
pkgs/npm/[email protected]/plugins/configProviders/ociobject/index.js:32
const fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6c8dfcd5fdc8cfe8 Filesystem access.
pkgs/npm/[email protected]/plugins/configProviders/ociobject/index.js:109
        const publicKey = fs.readFileSync(this.paramMap.get('oci_key_file'), { encoding: "utf8" });

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #cc39f7b86d77ab1a Filesystem access.
pkgs/npm/[email protected]/plugins/token/extensionOci/index.js:31
const fs = require('fs');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #62f971d1b55e252b Filesystem access.
pkgs/npm/[email protected]/plugins/token/extensionOci/index.js:159
  const privateKey = fs.readFileSync(privateKeyLocation, 'utf-8'); // ~/.oci/oci_api_key.pem

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

pg

npm dependency
expand_more 6 low-confidence finding(s)
low env_fs dependency Excluded from app score #ab8bbd67729098d2 Environment-variable access.
pkgs/npm/[email protected]/lib/connection-parameters.js:15
    envVar = process.env['PG' + key.toUpperCase()]

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #19f51ae8e3cf866a Environment-variable access.
pkgs/npm/[email protected]/lib/connection-parameters.js:19
    envVar = process.env[envVar]

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #b7dafed2a9eeb4fc Environment-variable access.
pkgs/npm/[email protected]/lib/connection-parameters.js:26
  switch (process.env.PGSSLMODE) {

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #fb42bc4bc6ef84cd Environment-variable access.
pkgs/npm/[email protected]/lib/connection-parameters.js:127
      this.connect_timeout = process.env.PGCONNECT_TIMEOUT || 0

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1965befbe063a1b8 Environment-variable access.
pkgs/npm/[email protected]/lib/defaults.js:5
  user = process.platform === 'win32' ? process.env.USERNAME : process.env.USER

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #2160e4a7b0512441 Environment-variable access.
pkgs/npm/[email protected]/lib/index.js:41
  forceNative = !!process.env.NODE_PG_FORCE_NATIVE

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

semver

npm dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #a421a0924dd42820 Environment-variable access.
pkgs/npm/[email protected]/internal/debug.js:6
  process.env.NODE_DEBUG &&

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #1b6cf5722f5310ef Environment-variable access.
pkgs/npm/[email protected]/internal/debug.js:7
  /\bsemver\b/i.test(process.env.NODE_DEBUG)

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

sqlite3

npm dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #c33b10794ad19adc Filesystem access.
pkgs/npm/[email protected]/deps/extract.js:2
const fs = require("fs");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

umzug

npm dependency
expand_more 12 low-confidence finding(s)
low env_fs dependency Excluded from app score #c488bbe63468ac95 Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.d.ts:2
import * as fs from 'fs';

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #c7998c5dec876860 Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:27
const fs = __importStar(require("fs"));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #5ca3fb61ea741b5c Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:71
        return this.fs.promises.readFile(filepath).then(buf => buf.toString(), () => undefined);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #75ea91a0b0876582 Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:75
        await this.fs.promises.writeFile(filepath, content);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #08ed357c5490d452 Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:81
        const existing = await this.readFile(this.lockFile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #acaadc26873a2b3c Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:85
        await this.writeFile(this.lockFile, 'lock');

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #6a3ee7d2a495df55 Filesystem access.
pkgs/npm/[email protected]/lib/file-locker.js:88
        const existing = await this.readFile(this.lockFile);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #497046b7e78e1c86 Filesystem access.
pkgs/npm/[email protected]/lib/storage/json.js:27
const fs_1 = require("fs");

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #538f506010af662e Filesystem access.
pkgs/npm/[email protected]/lib/storage/json.js:32
        return fs_1.promises.readFile(filepath).then(c => c.toString(), () => null);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #0a19704c495cdd2a Filesystem access.
pkgs/npm/[email protected]/lib/storage/json.js:37
        await fs_1.promises.writeFile(filepath, content);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #aba70a811fd82f29 Filesystem access.
pkgs/npm/[email protected]/lib/umzug.js:32
const fs = __importStar(require("fs"));

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

low env_fs dependency Excluded from app score #d3343814de12e374 Filesystem access.
pkgs/npm/[email protected]/lib/umzug.js:277
                fs.writeFileSync(pair[0], pair[1]);

Reads environment variables or the filesystem — an inventory-level capability, not a leak on its own.

Fix: Usually benign; confirm any secret read here is not later sent externally.

Skipped dependencies

Production

  • snowflake-sdk prod — dist-only: no readable source
  • @inquirer/checkbox prod — dist-only: no readable source
  • @inquirer/confirm prod — dist-only: no readable source
  • @inquirer/input prod — dist-only: no readable source
  • @inquirer/select prod — dist-only: no readable source
  • cosmiconfig prod — dist-only: no readable source