Close Open Privacy Scan

bolt Snapshot: commit 7497bff
science engine v1.22
schedule 2026-07-21T11:17:26.278832+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.

smart_toy MCP server detected: fastmcp, mcp, openai — detected in dependencies, not a safety judgment.

App Privacy Score

82 /100
Low privacy risk

Low risk · 2541 finding(s)

Dependency score: 82 (Low risk)

bar_chart Score Breakdown

egress −15
env_fs −3

list Scan Summary

0 high 1 medium 2540 low
First-party packages: 56
Dependency packages: 47
Ecosystem: python

swap_horiz Application data flows

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

hub Dependency data flows (1)
medium pyiceberg dependency A credential read from the environment/filesystem is applied as authorization on the same outbound request (auth header). This is intentional authentication, not unexpected data exfiltration.
pkgs/python/[email protected]/pyiceberg/io/fsspec.py:102 pkgs/python/[email protected]/pyiceberg/io/fsspec.py:113

</> First-Party Code

first-party (python): samples/mcp-integration-with-kb

python first-party
expand_more 3 low-confidence finding(s)
low env_fs production #ff4d5fdcdad3641d Environment-variable access.
repo/samples/mcp-integration-with-kb/clients/client_server.py:49
        region_name=os.getenv('AWS_REGION', 'us-west-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 production #74e92c79dae3e28f Environment-variable access.
repo/samples/mcp-integration-with-kb/clients/client_server.py:119
                        'AWS_PROFILE': os.getenv('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 production #1f47a91b93d2505e Environment-variable access.
repo/samples/mcp-integration-with-kb/clients/client_server.py:120
                        'AWS_REGION': os.getenv('AWS_REGION', 'us-west-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.

first-party (python): samples/mcp-integration-with-nova-canvas

python first-party
expand_more 4 low-confidence finding(s)
low env_fs production #3fb86b006afa27c3 Environment-variable access.
repo/samples/mcp-integration-with-nova-canvas/clients/client_server.py:44
        region_name=os.getenv('AWS_REGION', 'us-east-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 production #e8921ffa3f2dfc36 Environment-variable access.
repo/samples/mcp-integration-with-nova-canvas/clients/client_server.py:207
                        'AWS_PROFILE': os.getenv('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 production #c6ec0fcbff9514de Environment-variable access.
repo/samples/mcp-integration-with-nova-canvas/clients/client_server.py:208
                        'AWS_REGION': os.getenv('AWS_REGION', 'us-east-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 production #df4d0772e2be5d35 Filesystem access.
repo/samples/mcp-integration-with-nova-canvas/user_interfaces/image_generator_st.py:274
                    with open(image_path, 'rb') as file:

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 (python): src/amazon-bedrock-agentcore-mcp-server

python first-party
expand_more 19 low-confidence finding(s)
low env_fs production #a5e45585aef0dcc1 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/server.py:68
    disable = os.getenv('AGENTCORE_DISABLE_TOOLS', '')

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 #03fef6f0738047e5 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/server.py:69
    enable = os.getenv('AGENTCORE_ENABLE_TOOLS', '')

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 #0fee4463fe167426 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/browser_client.py:42
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #5253cd52896b538d Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/interaction.py:38
INTERACTION_TIMEOUT_MS = int(getenv('BROWSER_INTERACTION_TIMEOUT_MS', '5000'))

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 #0b5bb224d8dfbfc2 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/navigation.py:34
NAVIGATION_TIMEOUT_MS = int(getenv('BROWSER_NAVIGATION_TIMEOUT_MS', '30000'))

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 #0f94d0dbc3ab786c Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/navigation.py:36
_schemes_env = getenv('BROWSER_ALLOWED_URL_SCHEMES', 'http,https')

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 #c44b9378ca545b3f Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/observation.py:36
BROWSER_EVALUATE_DISABLED = getenv('BROWSER_DISABLE_EVALUATE', '').lower() == '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 production #9fbf88ef4622b14a Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/browser/session.py:46
DEFAULT_BROWSER_IDENTIFIER = getenv('BROWSER_IDENTIFIER', 'aws.browser.v1')

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 #358ed741720ad9c4 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/code_interpreter/__init__.py:31
    auto_stop = os.environ.get('AUTO_STOP_SESSIONS', 'false').lower() == '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 production #b6a2ab5d69699543 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/code_interpreter/client.py:42
    return os.environ.get('AWS_REGION', 'us-east-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 production #90aaa0bf2dfd1257 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/code_interpreter/client.py:51
    return os.environ.get('CODE_INTERPRETER_IDENTIFIER', DEFAULT_IDENTIFIER)

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 #871a45d4c4679667 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/gateway/gateway_client.py:51
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #412e234730ca47b9 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/identity/identity_client.py:53
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #a6010e2862b5f55c Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/memory/memory_client.py:51
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #bab3c0af996513a4 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/memory/memory_client.py:79
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #265aea0a37fbdc48 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/policy/policy_client.py:50
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #3dd69d5c3dd29e94 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/runtime_client.py:48
    region = region_name or getenv('AWS_REGION') or 'us-east-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 production #4ddb49d565ca59d3 Environment-variable access.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/tools/runtime/runtime_client.py:70
    region = region_name or getenv('AWS_REGION') or 'us-east-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 egress production #379a047c2dc071f1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/amazon-bedrock-agentcore-mcp-server/awslabs/amazon_bedrock_agentcore_mcp_server/utils/doc_fetcher.py:60
    with urllib.request.urlopen(req, timeout=doc_config.timeout) as r:  # nosec

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/amazon-kendra-index-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #39bdd723ae6dbd2e Environment-variable access.
repo/src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_mcp_server/server.py:95
            'region': region or os.environ.get('AWS_REGION', 'us-east-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 production #4daf40b4e1457862 Environment-variable access.
repo/src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_mcp_server/server.py:101
        return {'error': str(e), 'region': region or os.environ.get('AWS_REGION', 'us-east-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 production #86d5b5c271e1ff18 Environment-variable access.
repo/src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_mcp_server/server.py:123
    kendra_index_id = indexId or os.getenv('KENDRA_INDEX_ID')

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 #d5efabde019195f8 Environment-variable access.
repo/src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_mcp_server/util.py:36
    AWS_PROFILE = os.environ.get('AWS_PROFILE')

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 #8b00ea9a99d601dc Environment-variable access.
repo/src/amazon-kendra-index-mcp-server/awslabs/amazon_kendra_index_mcp_server/util.py:37
    AWS_REGION = region or os.environ.get('AWS_REGION', 'us-east-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.

first-party (python): src/amazon-keyspaces-mcp-server

python first-party
expand_more 8 low-confidence finding(s)
low env_fs production #b8b0448e3e019caf Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:49
            use_keyspaces=os.getenv('DB_USE_KEYSPACES', 'false').lower() == '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 production #595bec7b418ec759 Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:50
            cassandra_contact_points=os.getenv('DB_CASSANDRA_CONTACT_POINTS', '127.0.0.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 production #bd8fb9a5a7d158fb Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:51
            cassandra_port=int(os.getenv('DB_CASSANDRA_PORT', CASSANDRA_DEFAULT_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 production #a62fa39c89159113 Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:52
            cassandra_local_datacenter=os.getenv('DB_CASSANDRA_LOCAL_DATACENTER', 'datacenter1'),

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 #39ed7943d81e3a15 Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:53
            cassandra_username=os.getenv('DB_CASSANDRA_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.

low env_fs production #66338f31db984e0d Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:54
            cassandra_password=os.getenv('DB_CASSANDRA_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 production #e7fb613458664f79 Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:55
            keyspaces_endpoint=os.getenv(
                'DB_KEYSPACES_ENDPOINT', 'cassandra.us-east-1.amazonaws.com'
            ),

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 #f1f3a1e97d1679f9 Environment-variable access.
repo/src/amazon-keyspaces-mcp-server/awslabs/amazon_keyspaces_mcp_server/config.py:58
            keyspaces_region=os.getenv('DB_KEYSPACES_REGION', 'us-east-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.

first-party (python): src/amazon-mq-mcp-server

python first-party
expand_more 8 low-confidence finding(s)
low env_fs production #43dfab47f7ad8079 Environment-variable access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/aws_service_mcp_generator.py:104
            aws_profile = os.environ.get('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 production #6cbc493177ccec82 Environment-variable access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/aws_service_mcp_generator.py:125
            aws_profile = os.environ.get('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 egress production #554ca782ba558e8b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/admin.py:41
        response = requests.request(method, url, headers=self.headers, json=data, verify=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #e5e812932c1650b2 Filesystem access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/handlers.py:34
        content = (script_dir / 'doc' / 'rabbitmq_broker_sizing_guide.md').read_text()

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 #ae15772f968a39a9 Filesystem access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/handlers.py:37
        content = (script_dir / 'doc' / 'rabbitmq_setup_best_practice.md').read_text()

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 #a094f86ae19730b9 Filesystem access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/handlers.py:40
        content = (script_dir / 'doc' / 'rabbitmq_quorum_queue_migration_guide.md').read_text()

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 #b1a2b467af0c93df Filesystem access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/handlers.py:43
        content = (
            script_dir / 'doc' / 'rabbitmq_performance_optimization_best_practice.md'
        ).read_text()

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 #0f27306f5f1b3059 Filesystem access.
repo/src/amazon-mq-mcp-server/awslabs/amazon_mq_mcp_server/rabbitmq/handlers.py:48
        content = (
            script_dir / 'doc' / 'rabbitmq_check_broker_follow_best_practice_instructions.md'
        ).read_text()

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 (python): src/amazon-neptune-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #5abed285ffe5d002 Environment-variable access.
repo/src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/server.py:55
        endpoint = os.environ.get('NEPTUNE_ENDPOINT', None)

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 #e08ba765ce7ec41f Environment-variable access.
repo/src/amazon-neptune-mcp-server/awslabs/amazon_neptune_mcp_server/server.py:61
        use_https_value = os.environ.get('NEPTUNE_USE_HTTPS', '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.

first-party (python): src/amazon-qbusiness-anonymous-mcp-server

python first-party
expand_more 3 low-confidence finding(s)
low env_fs production #e36036cdfbd6e1a5 Environment-variable access.
repo/src/amazon-qbusiness-anonymous-mcp-server/awslabs/amazon_qbusiness_anonymous_mcp_server/clients.py:40
        region = os.getenv('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 production #42c5a39af6b1eb92 Environment-variable access.
repo/src/amazon-qbusiness-anonymous-mcp-server/awslabs/amazon_qbusiness_anonymous_mcp_server/clients.py:43
        AWS_PROFILE = os.environ.get('AWS_PROFILE')

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 #912333369a4778e3 Environment-variable access.
repo/src/amazon-qbusiness-anonymous-mcp-server/awslabs/amazon_qbusiness_anonymous_mcp_server/clients.py:78
        app_id = os.getenv('QBUSINESS_APPLICATION_ID')

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 (python): src/amazon-qindex-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #0e1f6303e412daee Environment-variable access.
repo/src/amazon-qindex-mcp-server/awslabs/amazon_qindex_mcp_server/server.py:206
        aws_profile = os.environ.get('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 production #bc52c5d78d7dfa52 Environment-variable access.
repo/src/amazon-qindex-mcp-server/awslabs/amazon_qindex_mcp_server/server.py:285
        aws_profile = os.environ.get('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.

first-party (python): src/amazon-sns-sqs-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #c4e14f53887c3978 Environment-variable access.
repo/src/amazon-sns-sqs-mcp-server/awslabs/amazon_sns_sqs_mcp_server/generator.py:106
            aws_profile = os.environ.get('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 production #81ff3315e758cd7c Environment-variable access.
repo/src/amazon-sns-sqs-mcp-server/awslabs/amazon_sns_sqs_mcp_server/generator.py:129
            aws_profile = os.environ.get('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.

first-party (python): src/amazon-translate-mcp-server

python first-party
expand_more 21 low-confidence finding(s)
low env_fs production #d29161a304239324 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:79
            region_name or os.getenv('AWS_REGION') or os.getenv('AWS_DEFAULT_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 production #7b3617b9b856d17f Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:81
        self._profile_name = profile_name or os.getenv('AWS_PROFILE')

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 #c6269e46fbb0c736 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:82
        self._aws_access_key_id = aws_access_key_id or os.getenv('AWS_ACCESS_KEY_ID')

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 #b7bfc254787982f9 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:83
        self._aws_secret_access_key = aws_secret_access_key or os.getenv('AWS_SECRET_ACCESS_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 production #d8e09b097a436206 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/aws_client.py:84
        self._aws_session_token = aws_session_token or os.getenv('AWS_SESSION_TOKEN')

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 #ee416811429328a3 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:125
        aws_profile=os.getenv('AWS_PROFILE'),

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 #93d3b81b3e1345c9 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:126
        aws_region=os.getenv('AWS_REGION', os.getenv('AWS_DEFAULT_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 production #6995af25febd670c Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:127
        aws_access_key_id=os.getenv('AWS_ACCESS_KEY_ID'),

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 #b2c0d9a38fb1f955 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:128
        aws_secret_access_key=os.getenv('AWS_SECRET_ACCESS_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 production #3216db855f829f04 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:130
        log_level=os.getenv('FASTMCP_LOG_LEVEL', 'INFO').upper(),

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 #0a91fdb27e83eeeb Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:131
        max_text_length=parse_int(os.getenv('TRANSLATE_MAX_TEXT_LENGTH'), 10000),

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 #cd8cb242f1a77e32 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:132
        batch_timeout=parse_int(os.getenv('TRANSLATE_BATCH_TIMEOUT'), 3600),

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 #6673103c8007b74b Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:134
        enable_audit_logging=parse_bool(os.getenv('ENABLE_AUDIT_LOGGING'), 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 production #2fb80417d2451d50 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:135
        enable_translation_cache=parse_bool(os.getenv('ENABLE_TRANSLATION_CACHE'), 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 production #38a0b2b485bd7f08 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:137
        cache_ttl=parse_int(os.getenv('TRANSLATE_CACHE_TTL'), 3600),

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 #71c53fdeaadcb482 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:139
        max_file_size=parse_int(os.getenv('TRANSLATE_MAX_FILE_SIZE'), 10 * 1024 * 1024),

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 #1d3254f3dfebda74 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:141
            os.getenv('TRANSLATE_ALLOWED_EXTENSIONS'), {'.csv', '.tmx', '.txt'}

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 #647f5b85be30fd04 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:144
        blocked_patterns=parse_list(os.getenv('TRANSLATE_BLOCKED_PATTERNS'), []),

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 #a2e06c8736fa7aee Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/config.py:195
    has_env_creds = os.getenv('AWS_ACCESS_KEY_ID') and os.getenv('AWS_SECRET_ACCESS_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 production #6abe35b355a92913 Environment-variable access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/logging_config.py:157
        log_level = os.getenv('FASTMCP_LOG_LEVEL', 'INFO').upper()

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 #ae689666c9b7aa1b Filesystem access.
repo/src/amazon-translate-mcp-server/awslabs/amazon_translate_mcp_server/terminology_manager.py:340
            with open(file_path_obj, 'rb') as f:

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 (python): src/aurora-dsql-mcp-server

python first-party
expand_more 1 low-confidence finding(s)
low egress production #3566fef8bfd62664 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aurora-dsql-mcp-server/awslabs/aurora_dsql_mcp_server/server.py:731
            response = await client.post(knowledge_server, json=payload)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/aws-api-mcp-server

python first-party
expand_more 25 low-confidence finding(s)
low env_fs production #3af9c44dc1f6ea8a Filesystem access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/agent_scripts/manager.py:52
                    with open(file_path, 'r') as f:

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 #524000d9a0fe55fe Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:63
        os.environ.get('XDG_RUNTIME_DIR') or os.environ.get('TMPDIR') or tempfile.gettempdir()

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 #6585e2c179513197 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:70
    return os.getenv(env_key, str(default)).casefold() in TRUTHY_VALUES

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 #3bb8d4164e5bb9d5 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:75
    value = os.getenv(FILE_ACCESS_MODE_KEY, 'workdir').casefold()

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 #11e59aec5144bb86 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:91
    transport = os.getenv('AWS_API_MCP_TRANSPORT', 'stdio')

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 #fb63ea37fc08b5b6 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:122
    if custom_workdir := os.getenv(AWS_API_MCP_WORKING_DIR_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 production #3cc06e25bb22c49f Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:167
FASTMCP_LOG_LEVEL = os.getenv('FASTMCP_LOG_LEVEL', 'INFO')

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 #441921f4757dc990 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:168
AWS_API_MCP_PROFILE_NAME = os.getenv('AWS_API_MCP_PROFILE_NAME')

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 #8c1959779fea3861 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:169
AWS_REGION = os.getenv('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 production #4488d83a53fafd15 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:177
HOST = os.getenv('AWS_API_MCP_HOST', '127.0.0.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 production #a37955f1c82011da Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:178
PORT = int(os.getenv('AWS_API_MCP_PORT', 8000))

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 #855930508ec9ce01 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:179
ALLOWED_HOSTS = os.getenv('AWS_API_MCP_ALLOWED_HOSTS', HOST)

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 #9462f130fb48884c Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:180
ALLOWED_ORIGINS = os.getenv('AWS_API_MCP_ALLOWED_ORIGINS', HOST)

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 #ec55fa763a702e98 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:182
CUSTOM_SCRIPTS_DIR = os.getenv('AWS_API_MCP_AGENT_SCRIPTS_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 production #ca2e5682159b9106 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:184
ENDPOINT_SUGGEST_AWS_COMMANDS = os.getenv(
    'ENDPOINT_SUGGEST_AWS_COMMANDS', 'https://api-mcp.global.api.aws/suggest-aws-commands'
)

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 #4d89c624b927c241 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:189
AWS_MAX_ATTEMPTS = int(os.getenv('AWS_MAX_ATTEMPTS', 3))

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 #af91b88bdc90f4ba Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:193
AUTH_TYPE = os.getenv('AUTH_TYPE')

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 #2aeea177b3b33b24 Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:194
AUTH_ISSUER = os.getenv('AUTH_ISSUER')

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 #0c892c6e210c7daa Environment-variable access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/common/config.py:195
AUTH_JWKS_URI = os.getenv('AUTH_JWKS_URI')

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 egress production #ade33a11d5397132 Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/metadata/read_only_operations_list.py:54
            response = requests.get(SERVICE_REFERENCE_URL, timeout=DEFAULT_REQUEST_TIMEOUT).json()

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #618e174a8be411a3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/metadata/read_only_operations_list.py:97
            response = requests.get(
                self._service_reference_urls_by_service[service], timeout=DEFAULT_REQUEST_TIMEOUT
            ).json()

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #635310297fcd45b9 Filesystem access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/parser/interpretation.py:106
    with open(validated_path, 'wb') as f:

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 #110da47bfa4f276d Filesystem access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/security/policy.py:69
            with open(policy_path, 'r') as policy_file:

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 #f698a0a75ca4a866 Filesystem access.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/core/security/policy.py:94
            with open(customization_path, 'r') as f:

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 egress production #e64cf82ec1e346d9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-api-mcp-server/awslabs/aws_api_mcp_server/server.py:164
            response = session.post(
                ENDPOINT_SUGGEST_AWS_COMMANDS,
                json={'query': query},
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/aws-appsync-mcp-server

python first-party
expand_more 1 low-confidence finding(s)
low env_fs production #1412db7785d28547 Environment-variable access.
repo/src/aws-appsync-mcp-server/awslabs/aws_appsync_mcp_server/helpers.py:33
            profile_name=os.getenv('AWS_PROFILE'), region_name=os.getenv('AWS_REGION', 'us-east-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.

first-party (python): src/aws-bedrock-custom-model-import-mcp-server

python first-party
expand_more 6 low-confidence finding(s)
low env_fs production #bd168f24daa441be Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/server.py:127
    os.environ['AWS_EXECUTION_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 production #3d272971fd5053b0 Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/utils/consts.py:24
AWS_REGION = os.getenv('AWS_REGION', 'us-east-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 production #a27606338b5f8a0d Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/utils/consts.py:25
AWS_PROFILE = os.getenv('AWS_PROFILE')

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 #be53b153cd60593b Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/utils/consts.py:33
LOG_LEVEL = os.getenv('FASTMCP_LOG_LEVEL', DEFAULT_LOG_LEVEL)

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 #e50f26d719f2f37a Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/utils/consts.py:35
S3_BUCKET_NAME = os.getenv(ENV_S3_BUCKET)

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 #8354d0d62a5d098a Environment-variable access.
repo/src/aws-bedrock-custom-model-import-mcp-server/awslabs/aws_bedrock_custom_model_import_mcp_server/utils/consts.py:36
ROLE_ARN = os.getenv(ENV_ROLE_ARN)

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 (python): src/aws-dataprocessing-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #7158166b37f35abf Environment-variable access.
repo/src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/handlers/commons/common_resource_handler.py:640
            aws_region = region or os.getenv('AWS_REGION', 'us-east-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 production #661afa887001a97f Environment-variable access.
repo/src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/utils/aws_helper.py:57
        aws_region = os.environ.get('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 production #f129b762ea696850 Environment-variable access.
repo/src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/utils/aws_helper.py:62
        aws_region = os.environ.get('AWS_DEFAULT_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 production #f637140dc2145101 Environment-variable access.
repo/src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/utils/aws_helper.py:82
        return os.environ.get('AWS_PROFILE')

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 #c9b28746dfc27876 Environment-variable access.
repo/src/aws-dataprocessing-mcp-server/awslabs/aws_dataprocessing_mcp_server/utils/aws_helper.py:94
        custom_tags = os.environ.get(CUSTOM_TAGS_ENV_VAR, '').lower()

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 (python): src/aws-documentation-mcp-server

python first-party
expand_more 10 low-confidence finding(s)
low env_fs production #10a135e30d12be66 Environment-variable access.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server.py:23
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #c995696d83e6f766 Environment-variable access.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server.py:25
PARTITION = os.getenv('AWS_DOCUMENTATION_PARTITION', 'aws').lower()

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 egress production #1f25d9df2bca715c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_aws.py:490
            response = await client.post(
                search_url_with_session,
                json=request_body,
                headers={
                    'Content-Type': 'application/json',
                    'User-Agent': DEFAULT_USER_AGENT,
                    'X-MCP-Session-Id': SESSION_UUID,
                },
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #a33ba778f7e7b8ea Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_aws.py:708
            response = await client.get(
                recommendation_url,
                headers={'User-Agent': DEFAULT_USER_AGENT},
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #00270ebdea636cc7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_aws_cn.py:168
            response = await client.get(
                url_with_session,
                follow_redirects=True,
                headers={'User-Agent': DEFAULT_USER_AGENT},
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #85ffd506b0170b1b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_aws_cn.py:175
            toc_response = await client.get(
                toc_url_with_session,
                follow_redirects=True,
                headers={'User-Agent': DEFAULT_USER_AGENT, 'Content-Type': 'application/json'},
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #7eeda1666e73091e Environment-variable access.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_utils.py:43
BASE_USER_AGENT = os.getenv(
    'MCP_USER_AGENT',
    'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36',
)

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 egress production #81ac069c46fef6c3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_utils.py:71
            response = await client.get(
                url_with_session,
                follow_redirects=True,
                headers={
                    'User-Agent': DEFAULT_USER_AGENT,
                    'X-MCP-Session-Id': session_uuid,
                },
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #165643c21fadaeb8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_utils.py:174
            response = await client.get(
                url_with_session,
                follow_redirects=True,
                headers={
                    'User-Agent': DEFAULT_USER_AGENT,
                    'X-MCP-Session-Id': session_uuid,
                },
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #cdef23b9dd306a3c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server/server_utils.py:256
            response = await client.get(
                url_with_session,
                follow_redirects=True,
                headers={
                    'User-Agent': DEFAULT_USER_AGENT,
                    'X-MCP-Session-Id': session_uuid,
                },
                timeout=30,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/aws-for-sap-management-mcp-server

python first-party
expand_more 1 low-confidence finding(s)
low env_fs production #f0bea1c2d0c7624d Environment-variable access.
repo/src/aws-for-sap-management-mcp-server/awslabs/aws_for_sap_management_mcp_server/client_factory.py:40
        profile_name = getenv('AWS_PROFILE', None)

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 (python): src/aws-healthomics-mcp-server

python first-party
expand_more 26 low-confidence finding(s)
low env_fs production #fdfcb1236cb1edd2 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/consts.py:26
    DEFAULT_MAX_RESULTS = int(os.environ.get('HEALTHOMICS_DEFAULT_MAX_RESULTS', '100'))

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 #7f05fe38d16da6b5 Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/workflow_linting.py:200
                    full_path.write_text(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 production #f12d4c2d519fbdc7 Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/tools/workflow_linting.py:319
                    full_path.write_text(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 production #0d14912427150597 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:40
    return os.environ.get('AWS_REGION', DEFAULT_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 production #6aa4ea620bf5ae92 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:49
    service_name = os.environ.get('HEALTHOMICS_SERVICE_NAME', DEFAULT_OMICS_SERVICE_NAME)

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 #8b8ce9a0cf7998c0 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:68
    endpoint_url = os.environ.get('HEALTHOMICS_ENDPOINT_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 production #3522a3c12e1ce61f Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/aws_utils.py:105
    raw = os.environ.get(AGENT_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 production #ad4d00ab60227812 Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:149
        with open(path, 'r', encoding='utf-8') as f:

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 #7c6d0d0879f5106c Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:152
        with open(path, 'rb') as f:

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 #cf60e98703e6cbdf Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/content_resolver.py:281
            with open(full_path, 'r', encoding='utf-8') as f:

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 #1b3c69f2c52de7bf Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/path_utils.py:128
    resolved_path.write_text(svg_content, encoding='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 #8606c4a48459238a Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:105
    bucket_paths_env = os.environ.get(GENOMICS_SEARCH_S3_BUCKETS_ENV, '').strip()

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 #1ac20ec2c6e9eb68 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:146
            os.environ.get(

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 #4db921d6373d30fc Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:146
            os.environ.get(
                GENOMICS_SEARCH_MAX_CONCURRENT_ENV, str(DEFAULT_GENOMICS_SEARCH_MAX_CONCURRENT)
            )

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 #6736886fc8ba6dbd Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:171
            os.environ.get(GENOMICS_SEARCH_TIMEOUT_ENV, str(DEFAULT_GENOMICS_SEARCH_TIMEOUT))

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 #52ce4cbe04e149eb Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:192
    env_value = os.environ.get(

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 #a95fd60bee686581 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:192
    env_value = os.environ.get(
        GENOMICS_SEARCH_ENABLE_HEALTHOMICS_ENV, str(DEFAULT_GENOMICS_SEARCH_ENABLE_HEALTHOMICS)
    ).lower()

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 #812ff48ab36f1cb3 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:217
    env_value = os.environ.get(

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 #0514be0393ab97cb Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:217
    env_value = os.environ.get(
        GENOMICS_SEARCH_ENABLE_S3_TAG_SEARCH_ENV, str(DEFAULT_GENOMICS_SEARCH_ENABLE_S3_TAG_SEARCH)
    ).lower()

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 #768e710a19df50a8 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:244
            os.environ.get(

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 #447bc4ff35d1caab Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:244
            os.environ.get(
                GENOMICS_SEARCH_MAX_TAG_BATCH_SIZE_ENV,
                str(DEFAULT_GENOMICS_SEARCH_MAX_TAG_BATCH_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 production #2bec5012ef08d5f9 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:270
            os.environ.get(

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 #b60fbb33618c2179 Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:270
            os.environ.get(
                GENOMICS_SEARCH_RESULT_CACHE_TTL_ENV, str(DEFAULT_GENOMICS_SEARCH_RESULT_CACHE_TTL)
            )

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 #aeecae732caa87ae Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:295
            os.environ.get(

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 #431b4296c1562c1f Environment-variable access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/search_config.py:295
            os.environ.get(
                GENOMICS_SEARCH_TAG_CACHE_TTL_ENV, str(DEFAULT_GENOMICS_SEARCH_TAG_CACHE_TTL)
            )

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 #345a80f541ce11cb Filesystem access.
repo/src/aws-healthomics-mcp-server/awslabs/aws_healthomics_mcp_server/utils/validation_utils.py:490
            with open(readme, 'r', encoding='utf-8') as f:

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 (python): src/aws-iac-mcp-server

python first-party
expand_more 7 low-confidence finding(s)
low env_fs production #a79f493505cfab79 Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/aws_client.py:45
        region_name = environ.get('AWS_REGION', 'us-east-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 production #898f2f005762be08 Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/aws_client.py:47
    session = Session(profile_name=environ.get('AWS_PROFILE'))

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 #f23ea27229551542 Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/aws_knowledge_client.py:27
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #26bd48160a8cf1d4 Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/aws_knowledge_client.py:29
KNOWLEDGE_MCP_ENDPOINT = os.environ.get(

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 #bd9de8e22e321234 Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/aws_knowledge_client.py:29
KNOWLEDGE_MCP_ENDPOINT = os.environ.get(
    'KNOWLEDGE_MCP_ENDPOINT', 'https://knowledge-mcp.global.api.aws'
)

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 #8017c44e50d752db Environment-variable access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/client/mcp_proxy.py:25
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #bac6bcfad267be6d Filesystem access.
repo/src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/tools/cloudformation_compliance_checker.py:52
        with open(_bundled_rules_path(), 'r') as f:

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 (python): src/aws-iot-sitewise-mcp-server

python first-party
expand_more 3 low-confidence finding(s)
low env_fs production #847a44fd3f5e4ffd Environment-variable access.
repo/src/aws-iot-sitewise-mcp-server/awslabs/aws_iot_sitewise_mcp_server/server.py:234
    allow_writes = os.environ.get('SITEWISE_MCP_ALLOW_WRITES', 'False').lower() == '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 production #4c42a4070877a6ce Environment-variable access.
repo/src/aws-iot-sitewise-mcp-server/awslabs/aws_iot_sitewise_mcp_server/server.py:283
    allow_writes = os.environ.get('SITEWISE_MCP_ALLOW_WRITES', 'False').lower() == '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 production #ed5b039b1ff629a1 Environment-variable access.
repo/src/aws-iot-sitewise-mcp-server/run_server.py:41
    os.environ['SITEWISE_MCP_ALLOW_WRITES'] = str(args.allow_writes)

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 (python): src/aws-location-mcp-server

python first-party
expand_more 9 low-confidence finding(s)
low env_fs production #8ed9a2df10d94baa Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:31
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #cff044cf12a2c735 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:79
        self.aws_region = os.environ.get('AWS_REGION', 'us-east-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 production #9a0cffb97b78ab99 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:84
        aws_access_key = os.environ.get('AWS_ACCESS_KEY_ID')

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 #80f05d8bcb60bb98 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:85
        aws_secret_key = os.environ.get('AWS_SECRET_ACCESS_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 production #8b8b17bcf27757af Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:86
        aws_session_token = os.environ.get('AWS_SESSION_TOKEN')

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 #ad2dff1062b92344 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:113
        self.aws_region = os.environ.get('AWS_REGION', 'us-east-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 production #d2b0f44cac7befd8 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:118
        aws_access_key = os.environ.get('AWS_ACCESS_KEY_ID')

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 #0bcde575933b0eb4 Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:119
        aws_secret_key = os.environ.get('AWS_SECRET_ACCESS_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 production #52590a56637ed98c Environment-variable access.
repo/src/aws-location-mcp-server/awslabs/aws_location_server/server.py:120
        aws_session_token = os.environ.get('AWS_SESSION_TOKEN')

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 (python): src/aws-network-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #e924438446aaff4c Environment-variable access.
repo/src/aws-network-mcp-server/awslabs/aws_network_mcp_server/utils/aws_common.py:26
        region_name = getenv('AWS_REGION', 'us-east-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 production #30c770b2e935cb34 Environment-variable access.
repo/src/aws-network-mcp-server/awslabs/aws_network_mcp_server/utils/aws_common.py:29
        profile_name = getenv('AWS_PROFILE', None)

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 (python): src/aws-pricing-mcp-server

python first-party
expand_more 8 low-confidence finding(s)
low env_fs production #852aca2948e94f74 Filesystem access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/cdk_analyzer.py:56
            with open(file_path, 'r', encoding='utf-8') as f:

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 #476ba0dad267b0c0 Environment-variable access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/consts.py:26
AWS_REGION = os.environ.get('AWS_REGION', 'us-east-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 production #acc1a0968e54422d Environment-variable access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/consts.py:27
AWS_PROFILE = os.environ.get('AWS_PROFILE')

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 #e1bbdc322662bbc3 Environment-variable access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/consts.py:28
PRICING_ENDPOINT = os.environ.get('PRICING_ENDPOINT')

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 #c88585bd9fedd325 Environment-variable access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/consts.py:29
LOG_LEVEL = os.getenv('FASTMCP_LOG_LEVEL', '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 production #24099b20f91c1ee8 Environment-variable access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/report_generator.py:76
    base = Path(os.environ.get(OUTPUT_DIR_ENV_VAR) or Path.cwd()).resolve()

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 #fadebd4f07b55c3f Filesystem access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/report_generator.py:105
    with open(safe_path, 'w') as f:

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 #deb7350d842561f6 Filesystem access.
repo/src/aws-pricing-mcp-server/awslabs/aws_pricing_mcp_server/terraform_analyzer.py:257
            with open(file_path, 'r', encoding='utf-8') as f:

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 (python): src/aws-serverless-mcp-server

python first-party
expand_more 16 low-confidence finding(s)
low env_fs production #24cfe42d7e2557b6 Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/server.py:292
    logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #b4d56bf21dafefe6 Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/server.py:336
    os.environ['AWS_EXECUTION_ENV'] = f'awslabs/mcp/aws-serverless-mcp-server/{__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 production #1d73eb59f3eccd5c Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/template/registry.py:73
    templates_path = os.environ.get('TEMPLATES_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 production #f9e33f3a6b097572 Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/esm/esm_recommend.py:233
                'lambda', region_name=os.environ.get('AWS_DEFAULT_REGION', 'us-east-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 production #fb966791e4982a2b Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/poller/esm_recommend.py:83
                'lambda', region_name=os.environ.get('AWS_DEFAULT_REGION', 'us-east-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 production #6cac33e5516ae110 Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/deploy_webapp.py:288
            with open(status_file_path, 'r', encoding='utf-8') as f:

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 #ab9ad066b91b7091 Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/update_webapp_frontend.py:318
        with open(file_path, 'rb') as f:

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 #ed8f75cb06619dba Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/utils/deploy_service.py:243
        with open(template_path, 'w', encoding='utf-8') as f:

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 #e28f882beff4557a Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/utils/deploy_service.py:284
        with open(sam_config_path, 'w', encoding='utf-8') as f:

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 #5803d85554aada06 Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/tools/webapps/utils/startup_script_generator.py:116
    with open(script_path, 'w', encoding='utf-8') as f:

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 #ef890f4ba0d6e7f5 Environment-variable access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/const.py:19
AWS_REGION = os.environ.get('AWS_REGION', 'us-east-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 production #8435d5e4c67bab70 Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/deployment_manager.py:67
        with open(metadata_file, 'w', encoding='utf-8') as f:

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 #c0e863dc1f8ef37c Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/deployment_manager.py:88
            with open(metadata_file, 'r', encoding='utf-8') as f:

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 #72fc0aa02cf84907 Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/deployment_manager.py:102
        with open(metadata_file, 'w', encoding='utf-8') as f:

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 #a2b783ce6bc1dfac Filesystem access.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/deployment_manager.py:150
        with open(metadata_file, 'r', encoding='utf-8') as f:

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 egress production #7da695ddf60a47ef Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-serverless-mcp-server/awslabs/aws_serverless_mcp_server/utils/github.py:37
        response = requests.get(url, headers=default_headers, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/aws-support-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #c2c90a38334c41e2 Environment-variable access.
repo/src/aws-support-mcp-server/awslabs/aws_support_mcp_server/server.py:165
        region_name=os.environ.get('AWS_REGION', DEFAULT_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 production #380809cd3d9a08af Environment-variable access.
repo/src/aws-support-mcp-server/awslabs/aws_support_mcp_server/server.py:166
        profile_name=os.environ.get('AWS_PROFILE'),

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 (python): src/aws-transform-mcp-server

python first-party
expand_more 20 low-confidence finding(s)
low env_fs production #ce53e462b60b2d69 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/aws_helper.py:38
        profile = (os.environ.get('AWS_PROFILE') or '').strip() or None

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 #496935cf36da538c Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/aws_helper.py:45
            os.environ.get('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 production #bcbe8f013cec1f8e Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/config_store.py:62
    override = os.environ.get('AWS_TRANSFORM_API_ENDPOINT')

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 #ef03b57ecaf80fdb Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/config_store.py:81
    override = os.environ.get('AWS_TRANSFORM_TCP_ENDPOINT')

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 #d18b4f3422bbdeb2 Filesystem access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/config_store.py:260
            with open(self._config_file) as f:

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 #131cf384ef2807bf Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/file_validation.py:74
    configured = os.environ.get(WRITE_BASE_ENV_VAR)

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 egress production #881c4fac544f99cf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/http_utils.py:99
            response = await client.request(
                method,
                url,
                headers=headers,
                content=body,
                timeout=timeout_seconds,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #a5efadd708b61859 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/server.py:185
        os.environ.get('AWS_PROFILE'),

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 #5f2ac0f6f8354175 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/server.py:186
        os.environ.get('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 production #b2ec486d3bc4ebe4 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/server.py:258
    logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', 'INFO'))

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 egress production #6be7702af0dfb1bc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tool_utils.py:261
        response = await client.get(s3_url, follow_redirects=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #7a1ea7d69792008f Filesystem access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tool_utils.py:273
            with open(full_path, 'wb') as fh:

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 #dee649d9dc227e3b Filesystem access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/artifact.py:130
                with open(validated_path, 'rb') as fh:

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 egress production #922ff272be6a7f8e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/artifact.py:171
                s3_response = await client.put(
                    init_result['s3PreSignedUrl'],
                    content=content_bytes,
                    headers=put_headers,
                )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #3814fb334adbb0be Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/configure.py:394
            scope = os.environ.get('AWS_TRANSFORM_OAUTH_SCOPE', OAUTH_SCOPE)

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 #226f7c8a2c5c6d23 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/tools/configure.py:749
            profile = os.environ.get('AWS_PROFILE')

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 #2dd3dd2f2544f091 Environment-variable access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/transform_api_client.py:125
    profile = (os.environ.get('AWS_PROFILE') or '').strip() or None

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 egress production #2a2a1f93adb1c005 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/upload_helper.py:101
        s3_response = await client.put(
            init_result['s3PreSignedUrl'],
            content=content_bytes,
            headers=put_headers,
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #b60ea7cc3dbee49e Filesystem access.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/upload_helper.py:157
    with open(validated_path, 'rb') as fh:

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 egress production #019286ed8cb5ec0a Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/aws-transform-mcp-server/awslabs/aws_transform_mcp_server/upload_helper.py:182
        s3_response = await client.put(
            init_result['s3PreSignedUrl'],
            content=content_bytes,
            headers=put_headers,
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/bedrock-kb-retrieval-mcp-server

python first-party
expand_more 6 low-confidence finding(s)
low env_fs production #36203f76096f1f04 Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:46
        region_name=os.getenv('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 production #bda3c446d74148b8 Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:47
        profile_name=os.getenv('AWS_PROFILE'),

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 #639feb0f4237df1b Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:50
        region_name=os.getenv('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 production #f0231391ba2bd66d Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:51
        profile_name=os.getenv('AWS_PROFILE'),

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 #30520b46c03a67a4 Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:57
kb_inclusion_tag_key = os.getenv('KB_INCLUSION_TAG_KEY', DEFAULT_KNOWLEDGE_BASE_TAG_INCLUSION_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 production #8248cbeef862c56f Environment-variable access.
repo/src/bedrock-kb-retrieval-mcp-server/awslabs/bedrock_kb_retrieval_mcp_server/server.py:60
kb_reranking_enabled_raw = os.getenv('BEDROCK_KB_RERANKING_ENABLED')

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 (python): src/billing-cost-management-mcp-server

python first-party
expand_more 14 low-confidence finding(s)
low env_fs production #73cf95665f06e42a Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/aws_pricing_operations.py:54
        requested_region = os.environ.get('AWS_REGION', 'us-east-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 production #33b18ed12cd6677b Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/compute_optimizer_tools.py:132
                            'aws_region': region or os.environ.get('AWS_REGION', 'us-east-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 production #3fd6c31a297aba52 Filesystem access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/recommendation_details_tools.py:434
            with open(template_path, 'r') as f:

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 #ba2c603082507e2d Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/storage_lens_tools.py:839
        manifest_loc = manifest_location or os.environ.get(ENV_STORAGE_LENS_MANIFEST_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 production #973c62e030f81f9c Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/tools/storage_lens_tools.py:848
        output_loc = output_location or os.environ.get(ENV_STORAGE_LENS_OUTPUT_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 production #bc31eb2e16fa9661 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/aws_service_base.py:85
    region = region_name or os.environ.get('AWS_REGION', 'us-east-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 production #2269a4c8d3af135f Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/aws_service_base.py:88
    profile_name = os.environ.get('AWS_PROFILE')

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 #ac969f35f40c493b Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/logging_utils.py:40
LOG_LEVEL = os.environ.get(ENV_LOG_LEVEL, DEFAULT_LOG_LEVEL).upper()

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 #61ea5e798b6d4ec1 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/logging_utils.py:75
    log_file = os.environ.get(ENV_LOG_FILE)

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 #83270cef4e3372f4 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/logging_utils.py:81
    rotation = os.environ.get(ENV_LOG_ROTATION, '10 MB')

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 #a0d3ce116e041821 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/logging_utils.py:82
    retention = os.environ.get(ENV_LOG_RETENTION, '7 days')

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 #ad07b4bed663980a Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/sql_utils.py:46
    os.getenv('MCP_SQL_THRESHOLD', 25 * 1024)

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 #0063ea963c0039f7 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/sql_utils.py:48
FORCE_SQL_CONVERSION = os.getenv('MCP_FORCE_SQL', 'false').lower() == '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 production #691dac39bf312ca9 Environment-variable access.
repo/src/billing-cost-management-mcp-server/awslabs/billing_cost_management_mcp_server/utilities/sql_utils.py:50
    os.getenv('BCM_MCP_SQLITE_TIMEOUT_MS', 30000)

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 (python): src/ccapi-mcp-server

python first-party
expand_more 35 low-confidence finding(s)
low env_fs production #65d4f6e9ab0dfb35 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/aws_client.py:49
    profile_name = environ.get('AWS_PROFILE')

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 #590778a25bb7121c Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/cloud_control_utils.py:42
        default_tags_setting = environ.get('DEFAULT_TAGS', 'enabled').lower()

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 #9c5f597ea6a00416 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/explanation.py:91
            default_tags_setting = environ.get('DEFAULT_TAGS', 'enabled').lower()

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 #85d4ca911adfabd4 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/resource_operations.py:45
    security_scanning_enabled = environ.get('SECURITY_SCANNING', 'enabled').lower() == 'enabled'

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 #3933779c173511ec Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/resource_operations.py:273
    region_str = request.region or environ.get('AWS_REGION') or environ.get('AWS_DEFAULT_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 production #261bfa56e5ed7751 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/resource_operations.py:373
    region_str = region or environ.get('AWS_REGION') or environ.get('AWS_DEFAULT_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 production #7b12d5a5c53ce981 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:33
            environ.get('AWS_ACCESS_KEY_ID') and environ.get('AWS_SECRET_ACCESS_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 production #c1db19adbb06b038 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:41
            'region': environ.get('AWS_REGION') or 'us-east-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 production #5bb61a356a83d1ee Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:42
            'profile': environ.get('AWS_PROFILE', ''),

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 #884b2254a390302a Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:46
                'AWS_PROFILE': environ.get('AWS_PROFILE', ''),

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 #5c84d3e2ed5a344f Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:47
                'AWS_REGION': environ.get('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 production #3803fe109090a0a6 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:48
                'SECURITY_SCANNING': environ.get('SECURITY_SCANNING', 'enabled'),

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 #d2478e827962157a Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:49
                'DEFAULT_TAGS': environ.get('DEFAULT_TAGS', 'enabled'),

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 #ef87fd7f7e41b4b4 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:56
            'region': environ.get('AWS_REGION') or 'us-east-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 production #4ab28fd1ee17a24f Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:57
            'profile': environ.get('AWS_PROFILE', ''),

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 #a1616f643d515827 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:58
            'credential_source': 'env' if environ.get('AWS_ACCESS_KEY_ID') else 'profile',

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 #1360605266e1c191 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:60
                'AWS_PROFILE': environ.get('AWS_PROFILE', ''),

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 #0241d34fcb3c3e01 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:61
                'AWS_REGION': environ.get('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 production #e0d0c31e7e48135a Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:62
                'SECURITY_SCANNING': environ.get('SECURITY_SCANNING', 'enabled'),

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 #3e254478563b4ea7 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:63
                'DEFAULT_TAGS': environ.get('DEFAULT_TAGS', 'enabled'),

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 #eb00a75765439fbe Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:162
        access_key = environ.get('AWS_ACCESS_KEY_ID', '')

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 #77105d4cc8affc78 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:163
        secret_key = environ.get('AWS_SECRET_ACCESS_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 production #43e93ad1c2328788 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:202
        profile_name = environ.get('AWS_PROFILE', '')

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 #2229a9fc60bbbf4f Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:203
        region = environ.get('AWS_REGION') or 'us-east-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 production #55b17c1e6a2521af Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:205
            environ.get('AWS_ACCESS_KEY_ID', '') != ''

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 #ac8aaed5b7e8e790 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:206
            and environ.get('AWS_SECRET_ACCESS_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 production #6b6f1d6b73f85497 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:218
            'profile': environ.get('AWS_PROFILE', ''),

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 #765d04e30237d115 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:220
            'region': environ.get('AWS_REGION') or 'us-east-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 production #d928c4219e1e6807 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:221
            'using_env_vars': environ.get('AWS_ACCESS_KEY_ID', '') != ''

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 #b42248d38ea4e7a2 Environment-variable access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/impl/tools/session_management.py:222
            and environ.get('AWS_SECRET_ACCESS_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 production #82500abe2a37932d Filesystem access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/schema_manager.py:53
                with open(self.metadata_file, 'r') as f:

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 #fd9c46b65fb7a3da Filesystem access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/schema_manager.py:62
        with open(self.metadata_file, 'w') as f:

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 #e2dbe7dca559d497 Filesystem access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/schema_manager.py:74
                with open(schema_file, 'r') as f:

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 #5e583c59ae2f0c72 Filesystem access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/schema_manager.py:179
                with open(schema_file, 'w') as f:

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 #af125864790e6c74 Filesystem access.
repo/src/ccapi-mcp-server/awslabs/ccapi_mcp_server/schema_manager.py:192
                with open(self.metadata_file, 'w') as f:

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 (python): src/cloudtrail-mcp-server

python first-party
expand_more 1 low-confidence finding(s)
low env_fs production #b1fdcaac9c045c6b Environment-variable access.
repo/src/cloudtrail-mcp-server/awslabs/cloudtrail_mcp_server/tools.py:52
            if aws_profile := os.environ.get('AWS_PROFILE'):

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 (python): src/cloudwatch-applicationsignals-mcp-server

python first-party
expand_more 38 low-confidence finding(s)
low env_fs production #e5e7ec568af340e8 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:37
    desired_log_path = os.environ.get('AUDITOR_LOG_PATH', tempfile.gettempdir())

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 #33639aa3783a017f Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:116
            with open(log_path, 'a') as f:

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 #37ba33fdc186b3b7 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:142
                    with open(log_path, 'a') as f:

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 #6dc2998122275b45 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:150
                    with open(log_path, 'a') as f:

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 #effaafe1611dbbfc Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:165
                with open(log_path, 'a') as f:

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 #e515bce98c45e4b1 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/audit_utils.py:404
        user_prompt_text = os.environ.get('MCP_USER_PROMPT', '') or ''

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 #8e0b02dc7a9c5d08 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:34
    env_region = os.environ.get('AWS_REGION') or os.environ.get('AWS_DEFAULT_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 production #9000c24595fd0d5c Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:39
    profile = os.environ.get('AWS_PROFILE')

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 #4323ca0562de1873 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:62
    mcp_source = os.environ.get('MCP_RUN_FROM')

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 #a27dca251c2dffa6 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:70
    applicationsignals_endpoint = os.environ.get('MCP_APPLICATIONSIGNALS_ENDPOINT')

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 #5268d59ae85fa0ee Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:71
    logs_endpoint = os.environ.get('MCP_LOGS_ENDPOINT')

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 #55d64ead2feaba48 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:72
    cloudwatch_endpoint = os.environ.get('MCP_CLOUDWATCH_ENDPOINT')

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 #f021ed2fbb310554 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:73
    xray_endpoint = os.environ.get('MCP_XRAY_ENDPOINT')

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 #d78a7ae0ba8ac5b5 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:74
    synthetics_endpoint = os.environ.get('MCP_SYNTHETICS_ENDPOINT')

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 #113e5a22bc12886b Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:75
    rum_endpoint = os.environ.get('MCP_RUM_ENDPOINT')

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 #059deee9b93c1ac3 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/aws_clients.py:92
    if aws_profile := os.environ.get('AWS_PROFILE'):

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 #839efb7c880da549 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_knowledge_base_loader.py:71
            with open(file_path, 'r') as f:

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 egress production #e412ed48189ef509 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_utils.py:798
                        response = requests.get(layer_response['Content']['Location'], timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #7e25d2ec48041e28 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_utils.py:840
                            response = requests.get(
                                layer_response['Content']['Location'], timeout=30
                            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #86c8bcab91430509 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/canary_utils.py:872
                    response = requests.get(code_location, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #5e0a435c7d4edec7 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/enablement_tools.py:141
        with open(template_file, 'r') as f:

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 #12d4b6e090719fef Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/server.py:92
log_level = os.environ.get('MCP_CLOUDWATCH_APPLICATION_SIGNALS_LOG_LEVEL', 'INFO').upper()

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 #5207a2d3b4feb86d Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/server.py:97
log_file_path = os.environ.get('AUDITOR_LOG_PATH', tempfile.gettempdir())

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 #10e5cc44a95cf8b8 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/service_events/cw_logs.py:68
    return os.environ.get('SERVICE_EVENTS_LOG_GROUP_PREFIX', DEFAULT_LOG_GROUP_PREFIX)

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 #49039ffa20ee59f2 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/awslabs/cloudwatch_applicationsignals_mcp_server/service_events/promql_client.py:103
    profile = os.environ.get('AWS_PROFILE')

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 test-only Excluded from app score #8663f05ac35a0c97 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/conversation_runner.py:117
                content = file_path.read_text(encoding='utf-8', errors='replace')

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 test-only Excluded from app score #cf2aee2db387a242 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/conversation_runner.py:137
                file_path.write_text(tool_input[MESSAGE_CONTENT], encoding='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 test-only Excluded from app score #a5358898238dd2fe Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_config.py:39
MODEL_ID = os.environ.get('MCP_EVAL_MODEL_ID', _DEFAULT_MODEL_ID)

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 test-only Excluded from app score #27a593b9f6701f76 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_config.py:40
AWS_REGION = os.environ.get('MCP_EVAL_AWS_REGION', _DEFAULT_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 test-only Excluded from app score #f837378918a0df5b Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_config.py:41
MAX_TURNS = int(os.environ.get('MCP_EVAL_MAX_TURNS', str(_DEFAULT_MAX_TURNS)))

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 test-only Excluded from app score #b9aace0147e0e83e Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_config.py:42
TEMPERATURE = float(os.environ.get('MCP_EVAL_TEMPERATURE', str(_DEFAULT_TEMPERATURE)))

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 test-only Excluded from app score #9f0d1ead71ad5ab3 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_mcp_server_wrapper.py:44
    mock_file = os.environ.get('TEMP_SERVER_WRAPPER_MOCK_FILE')

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 test-only Excluded from app score #ca4a244b2cdcad16 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_mcp_server_wrapper.py:54
        with open(mock_path, 'r') as f:

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 test-only Excluded from app score #0f96ad41bee48911 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_mcp_server_wrapper.py:140
    loguru_level = os.environ.get('TEMP_SERVER_WRAPPER_LOGURU_LEVEL', 'INFO').upper()

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 test-only Excluded from app score #159df65fcb58fb26 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/eval_mcp_server_wrapper.py:144
    log_level = os.environ.get('TEMP_SERVER_WRAPPER_LOG_LEVEL', 'INFO').upper()

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 test-only Excluded from app score #3c5c91e00cc16569 Environment-variable access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/mcp_client.py:81
    env = os.environ.copy()

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 test-only Excluded from app score #b0c54f8a210715d3 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/mcp_dependency_mocking_handler.py:125
                with open(fixture_path, 'r') as f:

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 test-only Excluded from app score #1a5b1016ce374333 Filesystem access.
repo/src/cloudwatch-applicationsignals-mcp-server/evals/core/mcp_dependency_mocking_handler.py:128
                with open(fixture_path, 'r') as f:

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 (python): src/cloudwatch-mcp-server

python first-party
expand_more 4 low-confidence finding(s)
low env_fs production #3c8df108371f19cd Environment-variable access.
repo/src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/aws_common.py:41
        profile_name = getenv('AWS_PROFILE', None)

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 #a0e564ccbd550879 Environment-variable access.
repo/src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/promql_client.py:66
            profile_name = getenv('AWS_PROFILE', None)

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 #7c4cc8d1a9180c59 Environment-variable access.
repo/src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/promql_client.py:67
        region = region or getenv('AWS_REGION') or 'us-east-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 production #45f6dd45dc9aca61 Filesystem access.
repo/src/cloudwatch-mcp-server/awslabs/cloudwatch_mcp_server/cloudwatch_metrics/tools.py:90
            with open(metadata_file, 'r', encoding='utf-8') as f:

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 (python): src/document-loader-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #64deb9280f4414d2 Environment-variable access.
repo/src/document-loader-mcp-server/awslabs/document_loader_mcp_server/server.py:36
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #b61cb8324065201c Environment-variable access.
repo/src/document-loader-mcp-server/awslabs/document_loader_mcp_server/server.py:51
    env_val = os.getenv('MAX_FILE_SIZE_MB')

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 #18ca85292399ea7b Environment-variable access.
repo/src/document-loader-mcp-server/awslabs/document_loader_mcp_server/server.py:75
    env_base = os.getenv('DOCUMENT_BASE_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 production #2923c9a58557ce93 Environment-variable access.
repo/src/document-loader-mcp-server/awslabs/document_loader_mcp_server/server.py:81
        test_indicator in os.environ

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 #9a8d647c717db419 Environment-variable access.
repo/src/document-loader-mcp-server/awslabs/document_loader_mcp_server/server.py:106
    env_val = os.getenv('SOFFICE_TIMEOUT_SECONDS')

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 (python): src/dynamodb-mcp-server

python first-party
expand_more 39 low-confidence finding(s)
low env_fs production #f434d3c5d22dbffc Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/cdk_generator/generator.py:150
            with open(json_file_path, 'r', encoding='utf-8') as f:

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 #0e392c6f270a138b Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/cdk_generator/generator.py:248
            output_path.write_text(rendered_content, encoding='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 #b03ca24fe895b3c6 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/cost_performance_calculator/calculator_runner.py:70
        content = file_path.read_text(encoding='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 #1ffbe1efdcb34ed1 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/cost_performance_calculator/calculator_runner.py:77
            file_path.write_text(new_content, encoding='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 #d37a2eaec360286b Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:68
        port_value = kwargs.get('port') or os.getenv('MYSQL_PORT', str(DEFAULT_MYSQL_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 production #696ef8a4bf629960 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:84
            cluster_arn = os.getenv('MYSQL_CLUSTER_ARN')

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 #5c0bd289a64c88d2 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:85
            hostname = os.getenv('MYSQL_HOSTNAME') if not cluster_arn else None

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 #d1a334ecb785fc34 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:89
            'secret_arn': kwargs.get('aws_secret_arn') or os.getenv('MYSQL_SECRET_ARN'),

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 #f0cf98e8d1ef1788 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:90
            'database': kwargs.get('source_identifier') or os.getenv('MYSQL_DATABASE'),

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 #ff182fcf2831c8db Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:91
            'region': kwargs.get('aws_region') or os.getenv('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 production #9aba2129fb065545 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/analyzer_utils.py:95
            or int(os.getenv('MYSQL_MAX_QUERY_RESULTS', str(DEFAULT_MAX_QUERY_RESULTS))),

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 #08a81cdba73f2a8f Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/base_plugin.py:178
        with open(output_file, 'w', encoding='utf-8') as f:

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 #36e138369516e46c Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/base_plugin.py:205
        with open(result_file_path, 'r', encoding='utf-8') as f:

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 #e3d7e71260ce2523 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/db_analyzer/oracle.py:451
        with open(output_file, 'w', encoding='utf-8') as f:

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 #48cf70a346437c9d Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/markdown_formatter.py:182
                with open(file_path, 'w', encoding='utf-8') as f:

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 #cc477d3a1c281253 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/markdown_formatter.py:241
                with open(file_path, 'w', encoding='utf-8') as f:

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 #94aa54d0477760dd Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/markdown_formatter.py:408
                with open(manifest_path, 'w', encoding='utf-8') as f:

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 #4bf77a41df785a67 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/model_validation_utils.py:90
                'region_name': os.environ.get('AWS_REGION', DynamoDBClientConfig.DEFAULT_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 egress production #985c8315be0ebe5b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/model_validation_utils.py:381
        with urllib.request.urlopen(  # nosec B310
            DynamoDBLocalConfig.DOWNLOAD_URL, timeout=DynamoDBLocalConfig.DOWNLOAD_TIMEOUT
        ) as response:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #66294db3b95610be Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/model_validation_utils.py:396
            with open(tar_path, 'wb') as f:

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 #33bc87cc3a07162d Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/model_validation_utils.py:650
    java_home = os.environ.get('JAVA_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 production #19b8210ef7440fca Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/model_validation_utils.py:1037
    return prompt_file.read_text(encoding='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 #38478869184d06e4 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/core/file_utils.py:49
            with open(file_obj, encoding='utf-8') as f:

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 #6d68fe7d017600b1 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/output/output_manager.py:73
        with open(mapping_file, 'w') as f:

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 #8d89fdd77f4a1cb3 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/output/output_manager.py:95
        with open(output_file, 'w') as f:

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 #6b421d8591313306 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/repo_generation_tool/output/output_manager.py:114
            with open(source_file) as src, open(dest_file, 'w') as dst:

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 #b7bb7b54a628733c Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:171
    architect_prompt = prompt_file.read_text(encoding='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 #4980d4935789c234 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:217
    schema_generator_prompt = prompt_file.read_text(encoding='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 #3d7ae3fb3f7c21de Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:220
        usage_data_prompt = (
            Path(__file__).parent / 'prompts' / 'usage_data_generator.md'
        ).read_text(encoding='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 #7437f6676f0f60f1 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:530
        os.environ['AWS_ACCESS_KEY_ID'] = (

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 #25beff9702f35ead Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:533
        os.environ['AWS_SECRET_ACCESS_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 production #4f8f5b0abb1ee3d9 Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:536
        os.environ['AWS_DEFAULT_REGION'] = os.environ.get(

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 #cb184804f9891a2e Environment-variable access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:536
        os.environ['AWS_DEFAULT_REGION'] = os.environ.get(
            'AWS_REGION', DynamoDBClientConfig.DEFAULT_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 production #7b32be5e3c340b5a Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:599
                json_guide = guide_path.read_text(encoding='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 #030b6ab68244fc36 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:611
            with open(data_model_path, 'r') as f:

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 #5b626fb4f4db38a3 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:889
        implementation_prompt = prompt_file.read_text(encoding='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 #46a5cd15b3cca6bf Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:903
        workflow_steps = workflow_steps_file.read_text(encoding='utf-8').format(

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 #9b34c573bf3b7d66 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:940
    content = prompt_file.read_text(encoding='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 #3ebe3854751f3e51 Filesystem access.
repo/src/dynamodb-mcp-server/awslabs/dynamodb_mcp_server/server.py:991
        with open(output_file, 'w') as f:

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 (python): src/ecs-mcp-server

python first-party
expand_more 20 low-confidence finding(s)
low env_fs production #5b46078ed2af3677 Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/delete.py:134
            with open(ecr_template_path, "r") as f:

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 #ef8626e9b5755e83 Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/delete.py:175
            with open(ecs_template_path, "r") as f:

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 #c65ccf6b4b810c23 Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/infrastructure.py:83
    with open(ecr_source_path, "r") as f:

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 #4ad62984551391f6 Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/infrastructure.py:86
    with open(ecr_template_path, "w") as f:

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 #223db79ed4dae4db Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/infrastructure.py:92
    with open(ecs_source_path, "r") as f:

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 #dbb86ca2d81004df Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/api/infrastructure.py:95
    with open(ecs_template_path, "w") as f:

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 #d88c4fb965a13d98 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/main.py:45
    log_level = os.environ.get("FASTMCP_LOG_LEVEL", "INFO")

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 #d67c18376f424d75 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/main.py:47
    log_file = os.environ.get("FASTMCP_LOG_FILE")

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 #7e116de94c275bf1 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/aws.py:64
    region = os.environ.get("AWS_REGION", "us-east-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 production #66d94aa42539f086 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/aws.py:65
    profile = os.environ.get("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 production #449c409ffd95c4fb Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/aws.py:201
    region = os.environ.get("AWS_REGION", "us-east-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 production #9aa7d16e6273a47c Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:34
        "aws_region": os.environ.get("AWS_REGION", "us-east-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 production #2cd8f252c722c476 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:35
        "aws_profile": os.environ.get("AWS_PROFILE", None),

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 #43fcc6cc6ff4398d Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:36
        "log_level": os.environ.get("FASTMCP_LOG_LEVEL", "INFO"),

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 #307dcc647c07d68f Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:37
        "log_file": os.environ.get("FASTMCP_LOG_FILE"),

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 #20b27c27f762a478 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:39
        "allow-write": os.environ.get("ALLOW_WRITE", "").lower() in ("true", "1", "yes"),

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 #dcaba24e756dd287 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/config.py:40
        "allow-sensitive-data": os.environ.get("ALLOW_SENSITIVE_DATA", "").lower()

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 #5764937a60490fff Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/docker.py:100
        region = os.environ.get("AWS_REGION", "us-east-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 production #bcee52ee8db03265 Environment-variable access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/docker.py:101
        profile = os.environ.get("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 production #803418206e6b2121 Filesystem access.
repo/src/ecs-mcp-server/awslabs/ecs_mcp_server/utils/security.py:153
        with open(validated_path, "r") as f:

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 (python): src/eks-mcp-server

python first-party
expand_more 22 low-confidence finding(s)
low env_fs production #c75c91dc4240d64c Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/aws_helper.py:44
        return os.environ.get('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 production #2a378a96386ed1ba Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/aws_helper.py:49
        return os.environ.get('AWS_PROFILE')

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 #a23cd94b32872152 Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/cloudwatch_metrics_guidance_handler.py:68
            with open(metrics_guidance_path, 'r') as f:

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 egress production #a9e4dd4433b82855 Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/eks_kb_handler.py:81
            response = requests.post(
                API_ENDPOINT,
                json={'question': query},
                auth=AWSSigV4(AWS_SERVICE, region=AWS_REGION),
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #f1786ef7322ffb13 Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/eks_stack_handler.py:292
            with open(source_template_path, 'r') as source_file:

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 #114332f7a4a09a95 Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/eks_stack_handler.py:311
            with open(template_path, 'w') as dest_file:

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 #a1b9e8ef7462f97b Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/eks_stack_handler.py:372
            with open(template_file, 'r') as template_file_obj:

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 #78a433bb268f3287 Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_apis.py:128
            os.environ.get('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 production #e1810ac49de01a1c Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_apis.py:129
            or os.environ.get('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 production #2cca694292e3bcf2 Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_apis.py:130
            or os.environ.get('HTTP_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 production #e2c8b1bf9b4e3169 Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_apis.py:131
            or os.environ.get('http_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 production #0f97a3b1c55a15ce Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_client_cache.py:66
        self._auth_mode = os.environ.get('EKS_AUTH_MODE', DEFAULT_AUTH_MODE).lower()

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 #ae51d332f01de6fb Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_client_cache.py:172
        kubeconfig_path = os.environ.get('KUBECONFIG', None)

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 #6c7fcc182992ab5e Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_client_cache.py:223
        kubeconfig_path = os.environ.get('KUBECONFIG', None)

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 #fcd4df47da633a17 Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_handler.py:170
                with open(yaml_path, 'r') as yaml_file:

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 #7f74e53f1d16c5ad Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_handler.py:793
            with open(output_file_path, 'w') as f:

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 #2c264155301a713d Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/k8s_handler.py:872
            with open(template_path, 'r') as f:

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 egress test-only Excluded from app score #7678a204bb93cba1 Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/scripts/update_eks_cloudwatch_metrics_guidance.py:53
        response = requests.get(DOCS_URL, timeout=10)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs test-only Excluded from app score #32914374f4ef33bb Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/scripts/update_eks_cloudwatch_metrics_guidance.py:220
        with open(METRICS_FILE_PATH, 'r') as f:

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 test-only Excluded from app score #10fe822823a17939 Filesystem access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/scripts/update_eks_cloudwatch_metrics_guidance.py:234
        with open(METRICS_FILE_PATH, 'w') as f:

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 #addd917a2b32debc Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/server.py:161
        os.environ['EKS_AUTH_MODE'] = args.auth_mode

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 #130c8ecf73556ebc Environment-variable access.
repo/src/eks-mcp-server/awslabs/eks_mcp_server/server.py:164
    auth_mode = os.environ.get('EKS_AUTH_MODE', 'iam')

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 (python): src/elasticache-mcp-server

python first-party
expand_more 6 low-confidence finding(s)
low env_fs production #cc28fac736ec7003 Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:40
            aws_profile = os.environ.get('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 production #57a4b33d4d7157b8 Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:41
            aws_region = os.environ.get('AWS_REGION', 'us-east-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 production #82aac491f045500d Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:44
            max_retries = int(os.environ.get(f'{cls._env_prefix}_MAX_RETRIES', '3'))

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 #46d18f38e64147aa Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:45
            retry_mode = os.environ.get(f'{cls._env_prefix}_RETRY_MODE', 'standard')

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 #ee36f9f6f6a9bb56 Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:46
            connect_timeout = int(os.environ.get(f'{cls._env_prefix}_CONNECT_TIMEOUT', '5'))

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 #3ab28351c87fce20 Environment-variable access.
repo/src/elasticache-mcp-server/awslabs/elasticache_mcp_server/common/connection.py:47
            read_timeout = int(os.environ.get(f'{cls._env_prefix}_READ_TIMEOUT', '10'))

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 (python): src/finch-mcp-server

python first-party
expand_more 13 low-confidence finding(s)
low env_fs production #11867be7ca199155 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/consts.py:49
    FINCH_YAML_PATH = os.path.join(os.environ.get('LOCALAPPDATA', ''), '.finch', 'finch.yaml')

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 #16a737fa3155d6de Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:57
        app_data = os.environ.get('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 production #d08503df73eac032 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:63
        if 'HOME' in os.environ:

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 #a4529edc7e3623f5 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:91
    log_level = os.environ.get('FASTMCP_LOG_LEVEL', 'INFO')

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 #b7bb59325c28ba59 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:92
    file_logging_disabled = os.environ.get('FINCH_DISABLE_FILE_LOGGING', '').lower() in (

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 #158b3f0d44d311e8 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:97
    custom_log_file = os.environ.get('FINCH_MCP_LOG_FILE')  # User-specified log file 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 production #f9eb5704a396d8b9 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:511
    log_file = os.environ.get('FINCH_MCP_LOG_FILE')

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 #4f11d82f7c0135e2 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:514
    elif os.environ.get('FINCH_DISABLE_FILE_LOGGING'):

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 #c6f70033ec661938 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/server.py:540
        os.environ['FINCH_DISABLE_FILE_LOGGING'] = '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 production #e81c7f7c1330263f Filesystem access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/utils/build.py:50
        with open(dockerfile_path, 'r') as f:

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 #65524cd08262df11 Environment-variable access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/utils/common.py:119
        env = os.environ.copy()

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 #d7f900bc6457b006 Filesystem access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/utils/vm.py:320
                with open(finch_yaml_path, 'r') as f:

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 #9a561f0f2ac60d6e Filesystem access.
repo/src/finch-mcp-server/awslabs/finch_mcp_server/utils/vm.py:339
                    with open(finch_yaml_path, 'w') as f:

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 (python): src/healthlake-mcp-server

python first-party
expand_more 8 low-confidence finding(s)
low egress production #1038f24d77d84bbc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:631
                    response = await client.get(url, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #b99d2e6eef25d636 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:645
                    response = await client.get(url, params=params, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #66a183a4021d8523 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:723
                    response = await client.get(pagination_url, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #4097ff2bf367950a Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:731
                    response = await client.post(url, data=form_data, headers=headers, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #cc97c280e779dcac Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:773
                response = await client.get(url, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #02e3479937f0581d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:797
                response = await client.post(url, json=resource_data, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #09352409b386ed57 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/fhir_operations.py:827
                response = await client.put(url, json=resource_data, auth=auth)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #e8f9bb342fc5e9de Environment-variable access.
repo/src/healthlake-mcp-server/awslabs/healthlake_mcp_server/main.py:34
logger.add(sys.stderr, level=os.getenv('MCP_LOG_LEVEL', '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.

first-party (python): src/lambda-tool-mcp-server

python first-party
expand_more 7 low-confidence finding(s)
low env_fs production #4a554fda3bb929c3 Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:30
AWS_PROFILE = os.environ.get('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 production #8635fd39b8fb411d Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:33
AWS_REGION = os.environ.get('AWS_REGION', 'us-east-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 production #95bc9d1fca09a11c Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:36
FUNCTION_PREFIX = os.environ.get('FUNCTION_PREFIX', '')

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 #e35364723103430c Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:41
    for function_name in os.environ.get('FUNCTION_LIST', '').split(',')

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 #fa5faf4c20d2be22 Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:46
FUNCTION_TAG_KEY = os.environ.get('FUNCTION_TAG_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 production #02f8ccca59f7a345 Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:49
FUNCTION_TAG_VALUE = os.environ.get('FUNCTION_TAG_VALUE', '')

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 #b3c5f1ae9a6701d7 Environment-variable access.
repo/src/lambda-tool-mcp-server/awslabs/lambda_tool_mcp_server/server.py:52
FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY = os.environ.get('FUNCTION_INPUT_SCHEMA_ARN_TAG_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.

first-party (python): src/mcp-lambda-handler

python first-party
expand_more 2 low-confidence finding(s)
low env_fs production #2b6f782a3865e586 Filesystem access.
repo/src/mcp-lambda-handler/awslabs/mcp_lambda_handler/types.py:243
            with open(self.path, 'r', encoding='utf-8') as f:

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 #05efd1e128b6ec50 Filesystem access.
repo/src/mcp-lambda-handler/awslabs/mcp_lambda_handler/types.py:250
            with open(self.path, 'rb') as f:

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 (python): src/memcached-mcp-server

python first-party
expand_more 12 low-confidence finding(s)
low env_fs production #708ef672fb60474e Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:39
            host = os.getenv('MEMCACHED_HOST', '127.0.0.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 production #e47af5bb6a448cd7 Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:40
            port = int(os.getenv('MEMCACHED_PORT', '11211'))

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 #9064400aff35f2c0 Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:41
            timeout = float(os.getenv('MEMCACHED_TIMEOUT', '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 production #ff0fb5bdc5fd6f8c Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:42
            connect_timeout = float(os.getenv('MEMCACHED_CONNECT_TIMEOUT', '5'))

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 #5212d571770b7c7b Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:43
            retry_timeout = float(os.getenv('MEMCACHED_RETRY_TIMEOUT', '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 production #dae1d221823b223f Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:44
            max_retries = int(os.getenv('MEMCACHED_MAX_RETRIES', '3'))

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 #9fd8f15fbff06229 Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:47
            use_tls = os.getenv('MEMCACHED_USE_TLS', 'false').lower() == '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 production #2d8cae2da1cd754b Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:48
            tls_cert_path = os.getenv('MEMCACHED_TLS_CERT_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 production #6e2b9bce4cb578d4 Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:49
            tls_key_path = os.getenv('MEMCACHED_TLS_KEY_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 production #b034d37dfefeef9b Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:50
            tls_ca_cert_path = os.getenv('MEMCACHED_TLS_CA_CERT_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 production #a64d40a4d0876fd2 Environment-variable access.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/common/connection.py:51
            tls_verify = os.getenv('MEMCACHED_TLS_VERIFY', 'true').lower() == '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 egress production #027fd66d48ff2755 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/memcached-mcp-server/awslabs/memcached_mcp_server/tools/cache.py:36
        result = client.get(key)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/mssql-mcp-server

python first-party
expand_more 2 low-confidence finding(s)
low egress production #17fb23114928c46d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/mssql-mcp-server/awslabs/mssql_mcp_server/connection/pymssql_pool_connection.py:97
                    await self._pool.put(conn)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #706959b064a01531 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/mssql-mcp-server/awslabs/mssql_mcp_server/connection/pymssql_pool_connection.py:162
                    await current_pool.put(conn)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/mysql-mcp-server

python first-party
expand_more 3 low-confidence finding(s)
low env_fs production #0dce408fd67b5a2d Filesystem access.
repo/src/mysql-mcp-server/awslabs/mysql_mcp_server/connection/asyncmy_pool_connection.py:63
        with open(_RDS_CA_BUNDLE_PATH, 'rb'):

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 egress production #349133309d467e50 Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/mysql-mcp-server/hatch_build.py:100
        with urllib.request.urlopen(  # nosec B310
            _RDS_CA_BUNDLE_URL, timeout=30, context=ctx
        ) as resp:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #ea5976798ac75764 Filesystem access.
repo/src/mysql-mcp-server/hatch_build.py:114
    with open(abs_path, 'wb') as fh:

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 (python): src/openapi-mcp-server

python first-party
expand_more 25 low-confidence finding(s)
low env_fs production #24167205949d2ac7 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/api/config.py:153
        if key in os.environ:

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 #5873b5b5195af83e Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/api/config.py:154
            env_value = os.environ[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 egress production #ea44bd721d058eae Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/auth/cognito_auth.py:310
            response = requests.post(token_endpoint, headers=headers, data=data)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #cedcf0d39f0c3874 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/auth/register.py:29
    auth_type = os.environ.get('AUTH_TYPE', '').lower()

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 egress production #c03524eaee958d9b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/prompts/prompt_manager.py:126
                response = await client.get(path)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #7347f3023cdecdb5 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:20
METRICS_MAX_HISTORY = int(os.environ.get('METRICS_MAX_HISTORY', '100'))

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 #1629acc8b52f16a3 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:21
USE_PROMETHEUS = os.environ.get('ENABLE_PROMETHEUS', 'false').lower() == '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 production #b3ccd12134cd0102 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:22
PROMETHEUS_PORT = int(os.environ.get('PROMETHEUS_PORT', '9090'))

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 #a6831d887013d4f4 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:25
ENABLE_OPERATION_PROMPTS = os.environ.get('ENABLE_OPERATION_PROMPTS', 'true').lower() == '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 production #fa04dadb67d0e86c Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:28
HTTP_MAX_CONNECTIONS = int(os.environ.get('HTTP_MAX_CONNECTIONS', '100'))

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 #509fb7a2ad7850fc Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:29
HTTP_MAX_KEEPALIVE = int(os.environ.get('HTTP_MAX_KEEPALIVE', '20'))

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 #ee13a9ccd9168f41 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:30
USE_TENACITY = os.environ.get('USE_TENACITY', 'true').lower() == '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 production #40ca924084f941cb Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:33
CACHE_MAXSIZE = int(os.environ.get('CACHE_MAXSIZE', '1000'))

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 #1a52e5f7f11113f3 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:34
CACHE_TTL = int(os.environ.get('CACHE_TTL', '3600'))  # 1 hour 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 production #75724df814106fa8 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/config.py:35
USE_CACHETOOLS = os.environ.get('USE_CACHETOOLS', 'true').lower() == '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 egress production #e0cfc63c8ced2c4a Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/http_client.py:205
            response = await client.request(method, url, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #374db6c2420bd4e1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/http_client.py:216
                response = await client.request(method, url, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #b0786c0bed953f81 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/http_client.py:261
    response = await client.request(method, url, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #13c9ade2e0d33bca Filesystem access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/openapi.py:461
            with open(spec_path, 'rb') as f:

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 #0d74e62f3327a28e Filesystem access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/openapi.py:490
                    with open(spec_path, 'r') as f:

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 #962b6b7e6901cfc5 Filesystem access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/openapi.py:510
                with open(spec_path, 'r') as f:

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 #a37e3288e8f76d6f Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/openapi_validator.py:37
USE_OPENAPI_CORE = OPENAPI_CORE_AVAILABLE and os.environ.get(

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 #b4f792bcb12e11e0 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/openapi_validator.py:37
USE_OPENAPI_CORE = OPENAPI_CORE_AVAILABLE and os.environ.get(
    'MCP_USE_OPENAPI_CORE', 'true'
).lower() in ('true', '1', 'yes')

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 #d13f6fbd6b9054aa Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/url_validator.py:141
                os.environ.get('SYSTEMROOT', r'C:\Windows') + os.sep,

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 #22a5c776d8dc7ec8 Environment-variable access.
repo/src/openapi-mcp-server/awslabs/openapi_mcp_server/utils/url_validator.py:142
                os.environ.get('SYSTEMROOT', r'C:\Windows') + r'\System32' + os.sep,

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 (python): src/prometheus-mcp-server

python first-party
expand_more 15 low-confidence finding(s)
low env_fs production #b0e6ea067fbca0ff Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:55
logger.add(sys.stderr, level=os.getenv(ENV_LOG_LEVEL, 'INFO'))

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 #895ee9d47116222f Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:83
        region = args.region or os.getenv(ENV_AWS_REGION) or DEFAULT_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 production #aab4c998e672a4cd Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:84
        profile = args.profile or os.getenv(ENV_AWS_PROFILE)

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 #a0675f3868c265eb Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:85
        url = args.url or os.getenv('PROMETHEUS_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 production #8609cf783906f159 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:422
    region = region_name or os.getenv('AWS_REGION') or DEFAULT_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 production #6310e23511bce569 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:803
        aws_region = region or os.getenv('AWS_REGION') or DEFAULT_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 production #aab14e4fb8cadf2c Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:804
        aws_profile = profile or os.getenv(ENV_AWS_PROFILE)

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 #9c1e3308a42b8aa6 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:807
        prometheus_url = os.getenv('PROMETHEUS_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 production #b78cef5551d6b962 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:955
        aws_region = region or os.getenv('AWS_REGION') or DEFAULT_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 production #30e26c3da8ecb3d1 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:956
        aws_profile = profile or os.getenv(ENV_AWS_PROFILE)

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 #219f444c5cfa7b8d Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:959
        prometheus_url = os.getenv('PROMETHEUS_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 production #23bcb5c771b8eed1 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:1034
    prometheus_url = os.getenv('PROMETHEUS_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 production #0be2452169e55249 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:1067
        os.environ['PROMETHEUS_URL'] = config['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 production #6961b5d779de0f05 Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:1069
        os.environ['AWS_REGION'] = config['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 production #b3f96c2622a891fe Environment-variable access.
repo/src/prometheus-mcp-server/awslabs/prometheus_mcp_server/server.py:1071
        os.environ[ENV_AWS_PROFILE] = config['profile']

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 (python): src/redshift-mcp-server

python first-party
expand_more 4 low-confidence finding(s)
low env_fs production #3f00eb53f9ea753c Environment-variable access.
repo/src/redshift-mcp-server/awslabs/redshift_mcp_server/redshift.py:859
    aws_region=os.environ.get('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 production #e3d7495de0d7b54b Environment-variable access.
repo/src/redshift-mcp-server/awslabs/redshift_mcp_server/redshift.py:860
    aws_profile=os.environ.get('AWS_PROFILE'),

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 #e4e569d32f457c5b Environment-variable access.
repo/src/redshift-mcp-server/awslabs/redshift_mcp_server/server.py:46
    os.environ.get('LOG_FILE', sys.stderr),

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 #102b57cbd615e8dc Environment-variable access.
repo/src/redshift-mcp-server/awslabs/redshift_mcp_server/server.py:47
    level=os.environ.get('FASTMCP_LOG_LEVEL', DEFAULT_LOG_LEVEL),

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 (python): src/roda-mcp-server

python first-party
expand_more 3 low-confidence finding(s)
low env_fs production #b8bf38c6e2c61625 Environment-variable access.
repo/src/roda-mcp-server/awslabs/roda_mcp_server/server.py:35
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 egress production #81af1879fcd596cb Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/roda-mcp-server/awslabs/roda_mcp_server/server.py:100
                    response = await client.get(REGISTRY_NDJSON_URL, timeout=30.0)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress production #505c90efd1be8568 Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/roda-mcp-server/awslabs/roda_mcp_server/server.py:105
                    checksum_response = await client.get(REGISTRY_CHECKSUM_URL, timeout=10.0)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

first-party (python): src/s3-tables-mcp-server

python first-party
expand_more 9 low-confidence finding(s)
low env_fs production #34390ea7ace71dbc Environment-variable access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py:119
        if os.environ.get('PYTEST_CURRENT_TEST') or os.environ.get('MCP_SERVER_DISABLE_LOGGING'):

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 #5865e3f406155f8f Filesystem access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py:134
            with open(log_file, 'a') as f:

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 #61d3b476171a4fd8 Filesystem access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py:153
                with open(log_file, 'a') as f:

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 #d2a5cbf6744ed378 Filesystem access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py:172
                with open(log_file, 'a') as f:

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 #b220d1be507cbe4d Filesystem access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/server.py:202
        with open(log_file, 'a') as f:

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 #05cb593dcf05a417 Environment-variable access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/utils.py:62
    region = region_name or os.getenv('AWS_REGION') or 'us-east-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 production #b625cd8f862a0cbc Environment-variable access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/utils.py:78
    region = region_name or os.getenv('AWS_REGION') or 'us-east-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 production #47a3615215996531 Environment-variable access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/utils.py:94
    region = region_name or os.getenv('AWS_REGION') or 'us-east-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 production #1f690799a3cabff9 Environment-variable access.
repo/src/s3-tables-mcp-server/awslabs/s3_tables_mcp_server/utils.py:110
    region = region_name or os.getenv('AWS_REGION') or 'us-east-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.

first-party (python): src/sagemaker-ai-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #61e67297639b4121 Environment-variable access.
repo/src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/aws_helper.py:53
        region = os.environ.get('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 production #33eb51c164310d09 Environment-variable access.
repo/src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/aws_helper.py:59
        return os.environ.get('AWS_PROFILE')

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 #cb810ffc791e1e90 Environment-variable access.
repo/src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/sagemaker_hyperpod/hyperpod_cluster_node_handler.py:104
            os.environ['AWS_PROFILE'] = profile_name

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 #ad92b34c09374945 Filesystem access.
repo/src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/sagemaker_hyperpod/hyperpod_stack_handler.py:360
                with open(validated_path, 'r') as f:

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 #43be8ba66cd3e12f Environment-variable access.
repo/src/sagemaker-ai-mcp-server/awslabs/sagemaker_ai_mcp_server/server.py:157
    logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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.

first-party (python): src/security-agent-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #31b63affd30a5a09 Environment-variable access.
repo/src/security-agent-mcp-server/awslabs/security_agent_mcp_server/server.py:80
logger.add(sys.stderr, level=os.getenv('FASTMCP_LOG_LEVEL', '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 production #e93cb0d431b64032 Environment-variable access.
repo/src/security-agent-mcp-server/awslabs/security_agent_mcp_server/server.py:90
_region = os.environ.get('AWS_REGION', DEFAULT_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 production #1f624c9e4aa54a73 Environment-variable access.
repo/src/security-agent-mcp-server/awslabs/security_agent_mcp_server/server.py:97
_ALLOWED_ROOT: str | None = os.environ.get('WORKSPACE_ROOT')

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 #7aadecc233eba7b1 Filesystem access.
repo/src/security-agent-mcp-server/awslabs/security_agent_mcp_server/state.py:41
    with open(tmp, 'w') as f:

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 #d217e6ae52edf364 Filesystem access.
repo/src/security-agent-mcp-server/awslabs/security_agent_mcp_server/state.py:59
        return json.loads(path.read_text())

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 (python): src/stepfunctions-tool-mcp-server

python first-party
expand_more 7 low-confidence finding(s)
low env_fs production #e174d1df124ec466 Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/aws_helper.py:33
        return os.environ.get('AWS_REGION', 'us-east-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 production #8d16d2aa19e8dd78 Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/aws_helper.py:42
        return os.environ.get('AWS_PROFILE')

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 #ea1df258f67408eb Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/server.py:37
STATE_MACHINE_PREFIX = os.environ.get('STATE_MACHINE_PREFIX', '')

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 #be9b221c491056c7 Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/server.py:42
    for state_machine_name in os.environ.get('STATE_MACHINE_LIST', '').split(',')

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 #f428db4784718722 Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/server.py:47
STATE_MACHINE_TAG_KEY = os.environ.get('STATE_MACHINE_TAG_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 production #7db90318841e336c Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/server.py:50
STATE_MACHINE_TAG_VALUE = os.environ.get('STATE_MACHINE_TAG_VALUE', '')

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 #4c82d55d60aad788 Environment-variable access.
repo/src/stepfunctions-tool-mcp-server/awslabs/stepfunctions_tool_mcp_server/server.py:53
STATE_MACHINE_INPUT_SCHEMA_ARN_TAG_KEY = os.environ.get('STATE_MACHINE_INPUT_SCHEMA_ARN_TAG_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.

first-party (python): src/timestream-for-influxdb-mcp-server

python first-party
expand_more 5 low-confidence finding(s)
low env_fs production #d108829957f38f60 Environment-variable access.
repo/src/timestream-for-influxdb-mcp-server/awslabs/timestream_for_influxdb_mcp_server/server.py:39
INFLUXDB_TOKEN = os.environ.get('INFLUXDB_TOKEN')

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 #bbfebba2eaaa9b0f Environment-variable access.
repo/src/timestream-for-influxdb-mcp-server/awslabs/timestream_for_influxdb_mcp_server/server.py:40
INFLUXDB_URL = os.environ.get('INFLUXDB_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 production #eb7118267833cb70 Environment-variable access.
repo/src/timestream-for-influxdb-mcp-server/awslabs/timestream_for_influxdb_mcp_server/server.py:41
INFLUXDB_ORG = os.environ.get('INFLUXDB_ORG')

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 #d1f8468ef540f9f9 Environment-variable access.
repo/src/timestream-for-influxdb-mcp-server/awslabs/timestream_for_influxdb_mcp_server/server.py:249
    aws_region: str = os.environ.get('AWS_REGION', 'us-east-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 production #5cb929171f92eb75 Environment-variable access.
repo/src/timestream-for-influxdb-mcp-server/awslabs/timestream_for_influxdb_mcp_server/server.py:250
    aws_profile = os.environ.get('AWS_PROFILE')

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 (python): src/valkey-mcp-server

python first-party
expand_more 30 low-confidence finding(s)
low env_fs production #09113fdc1e84ed84 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:23
MCP_TRANSPORT = os.getenv('MCP_TRANSPORT', 'stdio')

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 #e2dd50155f5315fc Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:26
    'host': os.getenv('VALKEY_HOST', '127.0.0.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 production #4dd0e80b109246e8 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:27
    'port': int(os.getenv('VALKEY_PORT', 6379)),

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 #209489d887f84002 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:28
    'username': os.getenv('VALKEY_USERNAME', None),

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 #9af62e4926f8d274 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:29
    'password': os.getenv('VALKEY_PWD', ''),

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 #20d096f9b3a1cb24 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:30
    'ssl': os.getenv('VALKEY_USE_SSL', False) in ('true', '1', 't'),

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 #6a3c3a64575bed35 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:31
    'ssl_ca_certs': os.getenv('VALKEY_SSL_CA_CERTS', None),

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 #4da1564704ba8095 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:32
    'cluster_mode': os.getenv('VALKEY_CLUSTER_MODE', False) in ('true', '1', 't'),

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 #5d7e5d367a41990f Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:33
    'vector_algorithm': os.getenv('VALKEY_VECTOR_ALGORITHM', 'HNSW').upper(),

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 #e621cc51c220d5f1 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:34
    'vector_distance_metric': os.getenv('VALKEY_VECTOR_DISTANCE_METRIC', 'COSINE').upper(),

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 #b82dd0f12031f60a Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:35
    'glide_log_level': os.getenv('VALKEY_GLIDE_LOG_LEVEL', 'WARN').upper(),

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 #3c7b687a36c0ab4f Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:42
        'provider': os.getenv('EMBEDDING_PROVIDER', 'bedrock').lower(),

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 #bea333eddb906587 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:43
        'ollama_host': os.getenv('OLLAMA_HOST', 'http://localhost:11434'),

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 #75210ab12346571d Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:44
        'ollama_embedding_model': os.getenv('OLLAMA_EMBEDDING_MODEL', 'nomic-embed-text'),

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 #1d7be45ba66cbe7a Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:45
        'bedrock_region': os.getenv('AWS_REGION', 'us-east-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 production #a572ca499f33bf92 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:46
        'bedrock_model_id': os.getenv(
            'BEDROCK_MODEL_ID', 'amazon.nova-2-multimodal-embeddings-v1: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 production #e05e119266024ee9 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:49
        'bedrock_max_attempts': int(os.getenv('BEDROCK_MAX_ATTEMPTS', '3')),

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 #64fac02acac2d9f9 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:50
        'bedrock_max_pool_connections': int(os.getenv('BEDROCK_MAX_POOL_CONNECTIONS', '50')),

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 #3166fc8e5f879b38 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:51
        'bedrock_retry_mode': os.getenv('BEDROCK_RETRY_MODE', 'adaptive'),

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 #d208ddc7a246a645 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:52
        'openai_api_key': os.getenv('OPENAI_API_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 production #95c8ab5e844d7bf3 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:53
        'openai_model': os.getenv('OPENAI_MODEL', 'text-embedding-3-small'),

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 #ca7f0626d132c564 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:57
    normalize_env = os.getenv('BEDROCK_NORMALIZE')

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 #9e5f5673815cbd9f Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:63
    dimensions_env = os.getenv('BEDROCK_DIMENSIONS')

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 #f3d968f4bfa7c5e9 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:67
    config['bedrock_input_type'] = os.getenv('BEDROCK_INPUT_TYPE')

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 #790282fa7ee82c6a Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/config.py:70
    dims_env = os.getenv('EMBEDDING_DIMENSIONS')

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 #dab9f755ae2b35e6 Filesystem access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/common/connection.py:72
            with open(ca_path, 'rb') as f:

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 egress production #5ba3ac40c66e01ad Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/embeddings/providers.py:54
        response = await self._client.post(
            f'{self.base_url}/api/embeddings',
            json={'model': self.model, 'prompt': text},
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs production #545ba24b09f3291d Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/main.py:45
    log_file = os.environ.get('MCP_LOG_FILE', 'valkey-mcp-server.log')

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 #39384eae72b74aa5 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/main.py:46
    log_level = os.environ.get('MCP_LOG_LEVEL', '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 production #0c1d658e894d25e9 Environment-variable access.
repo/src/valkey-mcp-server/awslabs/valkey_mcp_server/tools/valkey_admin.py:65
    return os.environ.get('VALKEY_ADMIN_ENABLED', '').lower() in ('true', '1', 't')

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 (python): src/well-architected-security-mcp-server

python first-party
expand_more 4 low-confidence finding(s)
low env_fs production #30c58b7845f3cda5 Environment-variable access.
repo/src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/server.py:54
AWS_REGION = os.environ.get("AWS_REGION", "us-east-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 production #58812ace8ac4237a Environment-variable access.
repo/src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/server.py:55
AWS_PROFILE = os.environ.get("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 production #72cfb1755eeca403 Environment-variable access.
repo/src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/server.py:59
logger.add(sys.stderr, level=os.getenv("FASTMCP_LOG_LEVEL", "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 production #b4b09104765d6364 Filesystem access.
repo/src/well-architected-security-mcp-server/awslabs/well_architected_security_mcp_server/util/prompt_utils.py:49
        with open(file_path, "r") as f:

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

pyiceberg

python dependency
medium pii_flow dependency Excluded from app score #deb619dbd1f4ad44 A credential read from the environment/filesystem is applied as authorization on the same outbound request (auth header). This is intentional authentication, not unexpected data exfiltration.
pkgs/python/[email protected]/pyiceberg/io/fsspec.py:113 · flow /tmp/closeopen-s9zx6m0l/pkgs/python/[email protected]/pyiceberg/io/fsspec.py:102 → /tmp/closeopen-s9zx6m0l/pkgs/python/[email protected]/pyiceberg/io/fsspec.py:113
    response = requests.post(f"{signer_url}/{signer_endpoint.strip()}", headers=signer_headers, json=signer_body)

A credential (read from the environment/filesystem, or parsed from the request URL) is applied as authorization on the same outbound request. This is intentional authentication to the service the credential belongs to, not unexpected data exfiltration.

Fix: Confirm the destination is the credential's own service; scope the credential and avoid logging it. No action if this is the intended authenticated API call.

expand_more 22 low-confidence finding(s)
low env_fs dependency Excluded from app score #033a39f3cfd63824 Environment-variable access.
pkgs/python/[email protected]/build-module.py:22
allowed_to_fail = os.environ.get("CIBUILDWHEEL", "0") != "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 #b56cbef1fbd3450b Filesystem access.
pkgs/python/[email protected]/pyiceberg/avro/decoder.py:79
            v = self.read_bytes()

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 #5f00e1e883245ee8 Filesystem access.
pkgs/python/[email protected]/pyiceberg/avro/decoder.py:111
        return self.read_bytes().decode(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 #8ee28d5b491d36f4 Filesystem access.
pkgs/python/[email protected]/pyiceberg/avro/file.py:206
        block_bytes = self.decoder.read_bytes()

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 #93c993bb53d54e80 Filesystem access.
pkgs/python/[email protected]/pyiceberg/avro/reader.py:257
        return decoder.read_bytes()

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 egress dependency Excluded from app score #0b891a7949d0fda4 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:365
            response = session.get(self.url(Endpoints.get_config, prefixed=False), params=params)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #31dd5b8d7ebefe78 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:520
        response = self._session.post(
            self.url(Endpoints.create_table, namespace=namespace_and_table["namespace"]),
            data=serialized_json,
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6e7e3cfc3488ab3c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:593
        response = self._session.post(
            self.url(Endpoints.register_table, namespace=namespace_and_table["namespace"]),
            data=serialized_json,
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #a26caa57780c3634 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:609
        response = self._session.get(self.url(Endpoints.list_tables, namespace=namespace_concat))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #4ee0b151fb74f4ad Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:625
        response = self._session.get(
            self.url(Endpoints.load_table, prefixed=True, **self._split_identifier_for_path(identifier)), params=params
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f92a521022c90130 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:657
        response = self._session.post(self.url(Endpoints.rename_table), json=payload)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #dd240d06082ecbb6 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:680
        response = self._session.get(self.url(Endpoints.list_views, namespace=namespace_concat))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2b7a291f84eb7a99 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:714
        response = self._session.post(
            self.url(Endpoints.update_table, prefixed=True, **self._split_identifier_for_path(table_request.identifier)),
            data=table_request.model_dump_json().encode(UTF8),
            headers=headers,
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #14034f729e1dde92 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:737
        response = self._session.post(self.url(Endpoints.create_namespace), json=payload)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c89a9769608c80b1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:756
        response = self._session.get(
            self.url(
                f"{Endpoints.list_namespaces}?parent={NAMESPACE_SEPARATOR.join(namespace_tuple)}"
                if namespace_tuple
                else Endpoints.list_namespaces
            ),
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #393a82d6238581cd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:774
        response = self._session.get(self.url(Endpoints.load_namespace_metadata, namespace=namespace))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #290157acd18f4a5e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/__init__.py:789
        response = self._session.post(self.url(Endpoints.update_namespace_properties, namespace=namespace), json=payload)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #189558bad9b2d0d7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/catalog/rest/auth.py:174
        response = requests.post(self.token_url, data=data, headers={"Authorization": self._client_secret_header})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #038a4e41be8483a1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyiceberg/io/fsspec.py:113
    response = requests.post(f"{signer_url}/{signer_endpoint.strip()}", headers=signer_headers, json=signer_body)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #93cc6653c5a352d5 Filesystem access.
pkgs/python/[email protected]/pyiceberg/utils/config.py:80
                    with open(path, encoding=UTF8) as f:

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 #008ee2e6c17ff255 Environment-variable access.
pkgs/python/[email protected]/pyiceberg/utils/config.py:89
        search_dirs = [os.environ.get(PYICEBERG_HOME), os.path.expanduser("~"), os.getcwd()]

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 #97be8b42daf5ec45 Environment-variable access.
pkgs/python/[email protected]/pyiceberg/utils/config.py:126
        for env_var, config_value in os.environ.items():

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.

boto3

python dependency
expand_more 4 low-confidence finding(s)
low env_fs tooling reachable #5ed0b40107062350 Filesystem access.
pkgs/python/[email protected]/boto3/docs/__init__.py:50
        with open(service_doc_path, 'wb') as f:

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 reachable #9604ad4677d1a15e Filesystem access.
pkgs/python/[email protected]/boto3/docs/service.py:200
            with open(examples_file) as f:

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 #879ba2fc480ba9dd Filesystem access.
pkgs/python/[email protected]/setup.py:24
    init = open(os.path.join(ROOT, 'boto3', '__init__.py')).read()

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 #537de7feec8b36af Filesystem access.
pkgs/python/[email protected]/setup.py:32
    long_description=open('README.rst').read(),

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.

botocore

python dependency
expand_more 36 low-confidence finding(s)
low env_fs dependency Excluded from app score #2729c4ca7944830a Environment-variable access.
pkgs/python/[email protected]/botocore/compat.py:288
    disabled = os.environ.get('BOTO_DISABLE_CRT', "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 #ea8be25d2225955c Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:34
    _env_new_retries = os.environ.get('AWS_NEW_RETRIES_2026')

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 #c4b2a81a9fc21252 Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:388
            environ = os.environ

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 #4c69136494ee4bd5 Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:630
        if os.environ.get('AWS_EXECUTION_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 #13a0c867ee7759ec Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:631
            default_region = os.environ.get('AWS_DEFAULT_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 #6fed674f2726994f Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:632
            current_region = os.environ.get('AWS_REGION', default_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 #a1781cbd5b8fc987 Environment-variable access.
pkgs/python/[email protected]/botocore/configprovider.py:992
            environ = os.environ

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 #14d74783c22425e4 Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:1212
            environ = os.environ

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 #22e01f345bf6f70d Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:1338
            environ = os.environ

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 #441edfa9375fe0bf Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:1500
            environ = os.environ

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 #6c653a601d16170b Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:1922
        if env_key and env_key in os.environ:

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 #e2aeaa245e6e65ee Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:1923
            return os.environ[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 #15bbc99c043c5a80 Environment-variable access.
pkgs/python/[email protected]/botocore/credentials.py:2078
            environ = os.environ

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 #2ba2f3848a1b3cb5 Filesystem access.
pkgs/python/[email protected]/botocore/credentials.py:2111
            with open(auth_token_file_path) as token_file:

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 reachable #562f520aeed173f1 Filesystem access.
pkgs/python/[email protected]/botocore/docs/__init__.py:53
        with open(service_file_path, 'wb') as f:

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 reachable #e8842a5a6c762d27 Filesystem access.
pkgs/python/[email protected]/botocore/docs/bcdoc/restdoc.py:284
        with open(sub_resource_file_path, 'wb') as f:

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 #bd641b09e7d425fa Environment-variable access.
pkgs/python/[email protected]/botocore/endpoint.py:449
        return os.environ.get('REQUESTS_CA_BUNDLE', 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 #37df05518fa9c89d Environment-variable access.
pkgs/python/[email protected]/botocore/handlers.py:113
    has_lambda_name = 'AWS_LAMBDA_FUNCTION_NAME' in os.environ

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 #abd8e18aa7291648 Environment-variable access.
pkgs/python/[email protected]/botocore/handlers.py:114
    trace_id = os.environ.get('_X_AMZN_TRACE_ID')

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 #30139a1964aaf887 Environment-variable access.
pkgs/python/[email protected]/botocore/handlers.py:388
                os.environ.get(

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 #a6a7029aff6eaf6d Environment-variable access.
pkgs/python/[email protected]/botocore/handlers.py:388
                os.environ.get(
                    'BOTO_EXPERIMENTAL__NO_EMPTY_CONTINUE',
                    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 #fbb3dbc15b60907e Environment-variable access.
pkgs/python/[email protected]/botocore/httpsession.py:186
        sslkeylogfile = os.environ.get("SSLKEYLOGFILE")

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 #975111861b9e236c Environment-variable access.
pkgs/python/[email protected]/botocore/httpsession.py:467
                os.environ.get('BOTO_EXPERIMENTAL__ADD_PROXY_HOST_HEADER', '')

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 #ae4479403a6ad55b Environment-variable access.
pkgs/python/[email protected]/botocore/plugin.py:60
            context.plugins = os.environ.get('BOTOCORE_EXPERIMENTAL__PLUGINS')

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 #ea162f69fd29b9ec Environment-variable access.
pkgs/python/[email protected]/botocore/plugin.py:63
    return os.environ.get('BOTOCORE_EXPERIMENTAL__PLUGINS')

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 #dbf0fb6807a09f65 Environment-variable access.
pkgs/python/[email protected]/botocore/session.py:575
        if os.environ.get('AWS_EXECUTION_ENV') is not None:

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 #5b50e3d8019fc345 Environment-variable access.
pkgs/python/[email protected]/botocore/session.py:576
            base += ' exec-env/{}'.format(os.environ.get('AWS_EXECUTION_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 #a47c1f04658dcaf6 Environment-variable access.
pkgs/python/[email protected]/botocore/tokens.py:416
            environ = os.environ

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 #14d341d78fe4e28a Environment-variable access.
pkgs/python/[email protected]/botocore/useragent.py:363
            execution_env=os.environ.get('AWS_EXECUTION_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 #f5528d465475de10 Environment-variable access.
pkgs/python/[email protected]/botocore/utils.py:417
            env = os.environ.copy()

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 #c780875096015313 Environment-variable access.
pkgs/python/[email protected]/botocore/utils.py:738
            environ = os.environ

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 #0d3473ccd5b59be2 Filesystem access.
pkgs/python/[email protected]/botocore/utils.py:3570
            with open(actual_key) as f:

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 #9a29d1a612b3f0af Environment-variable access.
pkgs/python/[email protected]/botocore/utils.py:3631
        environ = os.environ

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 #29fc5d2c5bb2cb00 Environment-variable access.
pkgs/python/[email protected]/botocore/utils.py:3714
    if 'AWS_LOGIN_CACHE_DIRECTORY' in os.environ:

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 #f773108742d6a8b2 Environment-variable access.
pkgs/python/[email protected]/botocore/utils.py:3715
        path = os.path.expandvars(os.environ['AWS_LOGIN_CACHE_DIRECTORY'])

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 #73f5ac906b3b3adf Filesystem access.
pkgs/python/[email protected]/setup.py:39
    long_description=open('README.rst').read(),

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.

cachetools

python dependency
expand_more 1 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #04af284236ce0c4a Filesystem access.
pkgs/python/[email protected]/docs/conf.py:12
    text = (src_directory / "cachetools/__init__.py").read_text()

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.

cassandra-driver

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #0e7468da19890d22 Environment-variable access.
pkgs/python/[email protected]/cassandra/cqlengine/management.py:544
    if not os.getenv(CQLENG_ALLOW_SCHEMA_MANAGEMENT):

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 #4b229f71ac762da1 Filesystem access.
pkgs/python/[email protected]/cassandra/datastax/cloud/__init__.py:113
    with open(path, 'r') as stream:

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 egress dependency Excluded from app score #1b415f3a7962c426 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/cassandra/datastax/cloud/__init__.py:139
        response = urlopen(url, context=config.ssl_context, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #cf2da0c159d92de8 Filesystem access.
pkgs/python/[email protected]/setup.py:66
with open(pyproject_toml,"rb") as f:

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.

cfn-lint

python dependency
expand_more 29 low-confidence finding(s)
low env_fs dependency Excluded from app score #a3e066f9b01e669f Environment-variable access.
pkgs/python/[email protected]/src/cfnlint/config.py:967
            default_region_env = os.environ.get("AWS_DEFAULT_REGION", "us-east-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 #71b79c74137776b9 Environment-variable access.
pkgs/python/[email protected]/src/cfnlint/config.py:968
            return [os.environ.get("AWS_REGION", default_region_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 #b3737ae4ea652d57 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/decode/cfn_json.py:368
        with open(filename, encoding="utf-8") as fp:

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 #906fa4d3b27648b9 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/decode/cfn_yaml.py:342
        with open(filename, encoding="utf-8") as fp:

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 #135906d0c510b717 Environment-variable access.
pkgs/python/[email protected]/src/cfnlint/helpers.py:422
        base = os.environ.get("LOCALAPPDATA", os.path.expanduser("~\\AppData\\Local"))

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 #f2e3f33970ab63d5 Environment-variable access.
pkgs/python/[email protected]/src/cfnlint/helpers.py:426
        base = os.environ.get("XDG_CACHE_HOME", os.path.expanduser("~/.cache"))

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 egress dependency Excluded from app score #9f0338aab156ea74 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/cfnlint/helpers.py:461
        with urlopen(req) as res:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #23415d920dc0ae52 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/cfnlint/helpers.py:489
    with urlopen(url) as res:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #78478a7ce16ed674 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/cfnlint/helpers.py:522
        with urlopen(req) as res:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #1b4314e848d03094 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/helpers.py:540
        with open(filename, "r", encoding="utf-8") as metadata_file:

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 #3373916d466359b6 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/helpers.py:550
    with open(filename, "w", encoding="utf-8") as metadata_file:

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 #9a7ad71a275862de Filesystem access.
pkgs/python/[email protected]/src/cfnlint/helpers.py:561
        pkg_resources.files(package)  # pylint: disable=no-member
        .joinpath(filename)
        .read_text(encoding="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 dependency Excluded from app score #1a2b7f4b9e4acade Filesystem access.
pkgs/python/[email protected]/src/cfnlint/maintenance.py:41
    with open(filename, "r", encoding="utf-8") as original_file:

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 #64220c40e17793c4 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/maintenance.py:52
    with open(filename, "w", encoding="utf-8") as new_file:

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 #d26150787d549fef Filesystem access.
pkgs/python/[email protected]/src/cfnlint/maintenance.py:182
    with open(filename, "w", encoding="utf-8") as f:

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 #4affa17ccaf1b66a Filesystem access.
pkgs/python/[email protected]/src/cfnlint/rules/_rules.py:213
            with open(custom_rules_file, encoding="utf-8") as customRules:

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 #20240c1b4242386a Filesystem access.
pkgs/python/[email protected]/src/cfnlint/rules/_rules.py:400
            with open(custom_rules_file, encoding="utf-8") as customRules:

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 #c8ea75cceabc2cbb Filesystem access.
pkgs/python/[email protected]/src/cfnlint/runner/cli.py:163
                with open(self.config.output_file, "w") as output_file:

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 #944b14576084b022 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/_patch.py:37
        with open(filename, encoding="utf-8") as fp:

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 #43e5843a8346b3a2 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:70
            with open(version_file, "r", encoding="utf-8") as f:

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 #3f7f072ff2446770 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:137
                with open(sam_file, "r", encoding="utf-8") as f:

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 #dc6e5bd8a54dba0e Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:161
                with open(provider_file, "r", encoding="utf-8") as f:

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 #2876ef9727d7749a Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:180
                with open(os.path.join(dirpath, filename), "r", encoding="utf-8") as fh:

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 #faf52795796113d3 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:273
            with open(schema_file, "r", encoding="utf-8") as f:

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 #3302baeea86250f6 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:337
                    with zip_ref.open(name) as src, open(dest, "wb") as dst:

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 #c49284f558fe8a44 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:341
                    with zip_ref.open(name) as src, open(dest, "wb") as dst:

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 #76fd6f7fc082fbee Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/manager.py:346
            with open(_cache / "version.json", "w", encoding="utf-8") as vf:

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 #76e22194e83c74d1 Filesystem access.
pkgs/python/[email protected]/src/cfnlint/schema/other_schema_manager.py:70
                with open(os.path.join(dirpath, filename), "r", encoding="utf-8") as fh:

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 #5c812ddb05ebf215 Environment-variable access.
pkgs/python/[email protected]/src/cfnlint/template/transforms/_sam.py:196
            os.environ["AWS_DEFAULT_REGION"] = self._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.

coloredlogs

python dependency
expand_more 24 low-confidence finding(s)
low env_fs dependency Excluded from app score #e292f5ce1d381a50 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:309
    if coerce_boolean(os.environ.get('COLOREDLOGS_AUTO_INSTALL', '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 #21b7d5d0f5e08c24 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:402
        level = os.environ.get('COLOREDLOGS_LOG_LEVEL', DEFAULT_LOG_LEVEL)

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 #7d0da0496f23cb96 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:438
            if use_colors is None and 'NO_COLOR' in os.environ:

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 #6a7d4e23c319e477 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:475
            formatter_options['fmt'] = os.environ.get('COLOREDLOGS_LOG_FORMAT') or DEFAULT_LOG_FORMAT

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 #9565273ea0a1fd00 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:480
            formatter_options['datefmt'] = os.environ.get('COLOREDLOGS_DATE_FORMAT') or DEFAULT_DATE_FORMAT

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 #a63504ce677e5226 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/__init__.py:530
                    environment_value = os.environ.get(environment_name)

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 #949ba45be514e167 Filesystem access.
pkgs/python/[email protected]/coloredlogs/__init__.py:794
            with open(chroot_file) as handle:

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 #6b75e8c706842269 Filesystem access.
pkgs/python/[email protected]/coloredlogs/cli.py:102
        with open(temporary_file, 'w') as handle:

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 #7d775d3d459d0e47 Filesystem access.
pkgs/python/[email protected]/coloredlogs/converter/__init__.py:70
    with open(os.devnull, 'wb') as dev_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 #8a2a63e40dfda3ff Environment-variable access.
pkgs/python/[email protected]/coloredlogs/converter/__init__.py:369
        self.is_enabled = 'text/html' in os.environ.get('CONTENT_TYPE', 'text/plain')

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 #6019aa0aedd87820 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/demo.py:25
DEMO_DELAY = float(os.environ.get('COLOREDLOGS_DEMO_DELAY', '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 #28a0ee8df7971a58 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/demo.py:43
    coloredlogs.install(level=os.environ.get('COLOREDLOGS_LOG_LEVEL', ordered_levels[0][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 #7461335cfac62784 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/syslog.py:274
    override = os.environ.get("COLOREDLOGS_SYSLOG")

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 #95a9e84e0b4253ef Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:88
    os.environ['COLOREDLOGS_DEMO_DELAY'] = '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 #2105625958c98ef1 Filesystem access.
pkgs/python/[email protected]/coloredlogs/tests.py:127
            with open(temporary_file, 'w') as handle:

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 #492cba2093edae05 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:190
        with PatchedItem(os.environ, 'COLOREDLOGS_SYSLOG', '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 #b396e3e8eb26dd62 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:192
        with PatchedItem(os.environ, 'COLOREDLOGS_SYSLOG', '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 #e5e8a3d0ffaa43ba Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:458
        with PatchedItem(os.environ, 'NO_COLOR', 'I like monochrome'):

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 #a6c386b2d61f7663 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:538
        with PatchedItem(os.environ, 'CONTENT_TYPE', 'text/html'):

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 #e4a95672190735bc Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:544
        with PatchedItem(os.environ, 'CONTENT_TYPE', 'text/plain'):

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 #9c8ac46fa09c65b8 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:554
            os.environ['COLOREDLOGS_AUTO_INSTALL'] = '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 #6403c5f2b9e3fd95 Environment-variable access.
pkgs/python/[email protected]/coloredlogs/tests.py:561
            os.environ['COLOREDLOGS_AUTO_INSTALL'] = '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 #304daabaaa949b7d Filesystem access.
pkgs/python/[email protected]/coloredlogs/tests.py:643
    with open(filename) as handle:

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 #1dbe9d4e1cd85281 Filesystem access.
pkgs/python/[email protected]/setup.py:49
    with open(get_absolute_path(*args)) as handle:

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.

cwltool

python dependency
expand_more 87 low-confidence finding(s)
low env_fs dependency Excluded from app score #7bc2c54ac29113b5 Filesystem access.
pkgs/python/[email protected]/cwlref-runner/setup.py:12
      long_description=open(README).read(),

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 #d16fbdd541187430 Environment-variable access.
pkgs/python/[email protected]/cwltool/argparser.py:451
        default=os.environ.get("ORCID", ""),

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 #eb9b6dd366ccc22a Environment-variable access.
pkgs/python/[email protected]/cwltool/argparser.py:460
        default=os.environ.get("CWL_FULL_NAME", ""),

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 #5eb1bb21e65f18e7 Filesystem access.
pkgs/python/[email protected]/cwltool/command_line_tool.py:947
            jobcachelock = open(jobcachepending, "a+")

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 #4e981080e691c425 Filesystem access.
pkgs/python/[email protected]/cwltool/cwlprov/ro.py:151
        with open(bagit, "w", encoding=ENCODING, newline="\n") as bag_it_file:

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 #0ca91b28e7e98a8e Filesystem access.
pkgs/python/[email protected]/cwltool/cwlprov/ro.py:246
        with open(path, "rb") as tag_file:

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 #9595ecd7b0fa411b Filesystem access.
pkgs/python/[email protected]/cwltool/cwlprov/ro.py:611
            with open(manifestpath, "a", encoding=ENCODING, newline="\n") as checksum_file:

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 #340886d3188f316a Filesystem access.
pkgs/python/[email protected]/cwltool/cwlprov/ro.py:632
            with open(lpath, "rb") as file_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 #d35c033398285540 Filesystem access.
pkgs/python/[email protected]/cwltool/cwlviewer.py:19
    return files("cwltool").joinpath("rdfqueries/get_inner_edges.sparql").read_text()

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 #c7698e0fe043f654 Filesystem access.
pkgs/python/[email protected]/cwltool/cwlviewer.py:23
    return files("cwltool").joinpath("rdfqueries/get_input_edges.sparql").read_text()

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 #a4f2e77ac6020135 Filesystem access.
pkgs/python/[email protected]/cwltool/cwlviewer.py:27
    return files("cwltool").joinpath("rdfqueries/get_output_edges.sparql").read_text()

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 #e61b9be75bd01913 Filesystem access.
pkgs/python/[email protected]/cwltool/cwlviewer.py:31
    return files("cwltool").joinpath("rdfqueries/get_root.sparql").read_text()

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 #1e87a9271912f465 Environment-variable access.
pkgs/python/[email protected]/cwltool/docker.py:38
            if "DOCKER_MACHINE_NAME" not in os.environ:

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 #a8810f5cf63a662f Environment-variable access.
pkgs/python/[email protected]/cwltool/docker.py:47
                            os.environ["DOCKER_MACHINE_NAME"],

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 #6684978531779ea0 Environment-variable access.
pkgs/python/[email protected]/cwltool/docker.py:70
        name = os.environ.get("DOCKER_MACHINE_NAME", "???")

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 #80a55f048d9d0e80 Filesystem access.
pkgs/python/[email protected]/cwltool/docker.py:137
            with open(os.path.join(dockerfile_dir, "Dockerfile"), "w") as dfile:

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 #79e0e76d9ecdfd7c Filesystem access.
pkgs/python/[email protected]/cwltool/docker.py:163
                    with open(docker_requirement["dockerLoad"], "rb") as dload:

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 egress dependency Excluded from app score #ca4209a61b458d96 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/cwltool/docker.py:171
                    req = requests.get(docker_requirement["dockerLoad"], stream=True, timeout=60)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #962ea949360d9c5d Environment-variable access.
pkgs/python/[email protected]/cwltool/env_to_stdout.py:27
    for k, v in os.environ.items():

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 #c1804b3fe7a172cf Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:59
FORCE_SHELLED_POPEN = os.getenv("CWLTOOL_FORCE_SHELL_POPEN", "0") == "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 #4b87ece64615edb4 Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:489
            env.update(os.environ)

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 #c7f8d103f916c2a6 Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:493
                    env[key] = os.environ[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 #e3d1430b88f36f68 Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:615
        env["PATH"] = os.environ["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 #d57202b3a59c6bbc Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:617
            if extra in os.environ:

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 #96f00e99bce3990c Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:618
                env[extra] = os.environ[extra]

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 #cbed291cd31a073f Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:716
        with open(host_outdir_tgt or new_file, "w") as file_literal:

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 #8c47c3fbda415167 Environment-variable access.
pkgs/python/[email protected]/cwltool/job.py:850
        env = dict(os.environ)

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 #2f8200729f822d11 Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:896
                with open(cidfile) as cidhandle:

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 #5caeeee4f7b3148d Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:959
            stdin = open(stdin_path, "rb")

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 #8b067cfa930cef5b Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:963
            stdout = open(stdout_path, "wb")

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 #a4720e22984f71c8 Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:967
            stderr = open(stderr_path, "wb")

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 #1512023f86cb34f6 Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:1034
            with open(os.path.join(job_dir, "job.json"), mode="w", encoding="utf-8") as job_file:

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 #eaef0708bef5652f Filesystem access.
pkgs/python/[email protected]/cwltool/job.py:1037
            with open(job_script, "w") as _:

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 #a2a30d7a4dfbb4f9 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:135
                with open(cidfile[0]) as inp_stream:

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 #e6d24afe68d5a057 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:652
        ext10 = files("cwltool").joinpath("extensions.yml").read_text("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 dependency Excluded from app score #b55efd8385f24f36 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:653
        ext11 = files("cwltool").joinpath("extensions-v1.1.yml").read_text("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 dependency Excluded from app score #90f6946b2ba051e2 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:654
        ext12 = files("cwltool").joinpath("extensions-v1.2.yml").read_text("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 dependency Excluded from app score #6a847b6205bda225 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:655
        ext13 = files("cwltool").joinpath("extensions-v1.3.yml").read_text("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 dependency Excluded from app score #1055f91142f3f94e Environment-variable access.
pkgs/python/[email protected]/cwltool/main.py:995
            if "CWLTOOL_OPTIONS" in os.environ:

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 #2013af1ad4f9ab20 Environment-variable access.
pkgs/python/[email protected]/cwltool/main.py:996
                c_opts = os.environ["CWLTOOL_OPTIONS"].split(" ")

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 #fdb3937fa7801200 Filesystem access.
pkgs/python/[email protected]/cwltool/main.py:1365
                    with open(args.write_summary, "w") as output_file:

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 #d8e4b36b494da2f4 Filesystem access.
pkgs/python/[email protected]/cwltool/mpi.py:57
        with open(config_file_name) as cf:

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 #5c33e4157a373d1c Environment-variable access.
pkgs/python/[email protected]/cwltool/mpi.py:69
            if var in os.environ:

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 #07dc3516e3e89483 Environment-variable access.
pkgs/python/[email protected]/cwltool/mpi.py:70
                env[var] = os.environ[var]

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 #6e8a11e0c4e597af Environment-variable access.
pkgs/python/[email protected]/cwltool/mpi.py:74
            for k in os.environ:

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 #3ac37e2488e9f564 Environment-variable access.
pkgs/python/[email protected]/cwltool/mpi.py:76
                    env[k] = os.environ[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 #187809c1b6b17060 Filesystem access.
pkgs/python/[email protected]/cwltool/process.py:200
            cache["https://w3id.org/cwl/" + f] = res.read_text("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 dependency Excluded from app score #8f352fd60694af08 Filesystem access.
pkgs/python/[email protected]/cwltool/process.py:209
            cache["https://w3id.org/cwl/salad/schema_salad/metaschema/" + f] = res.read_text(
                "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 dependency Excluded from app score #f6222456a5643c59 Filesystem access.
pkgs/python/[email protected]/cwltool/process.py:295
                with open(entry.target, "w") as new:

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 #aca91e2341925822 Filesystem access.
pkgs/python/[email protected]/cwltool/process.py:715
                    with open(loadingContext.js_hint_options_file) as options_file:

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 #06d48409f2e493b8 Environment-variable access.
pkgs/python/[email protected]/cwltool/resolver.py:28
        os.environ.get("XDG_DATA_HOME", os.path.join(os.path.expanduser("~"), ".local", "share"))

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 #5da95be0e0d68bf3 Environment-variable access.
pkgs/python/[email protected]/cwltool/resolver.py:30
    sharepaths.extend(os.environ.get("XDG_DATA_DIRS", "/usr/local/share/:/usr/share/").split(":"))

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 egress dependency Excluded from app score #4499ab8ec6c1eace Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/cwltool/resolver.py:82
            resp = document_loader.session.get(ds)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #105b4acc5f5aa879 Filesystem access.
pkgs/python/[email protected]/cwltool/run_job.py:20
    with open("output_environment.dat") as _:

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 #fd05f782c58f89df Filesystem access.
pkgs/python/[email protected]/cwltool/run_job.py:48
    with open(argv[1]) as f:

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 #7c132c8b638fc886 Environment-variable access.
pkgs/python/[email protected]/cwltool/run_job.py:53
        env["PATH"] = os.environ.get("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 #d7bd7e3c856b2f3e Filesystem access.
pkgs/python/[email protected]/cwltool/run_job.py:58
            stdin: BinaryIO | int = open(stdin_path, "rb")

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 #67ad9409f5ccbf12 Filesystem access.
pkgs/python/[email protected]/cwltool/run_job.py:62
            stdout: BinaryIO | TextIO = open(stdout_path, "wb")

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 #d6b0a42f844cd66b Filesystem access.
pkgs/python/[email protected]/cwltool/run_job.py:66
            stderr: BinaryIO | TextIO = open(stderr_path, "wb")

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 #c1ef0531fec9d746 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:247
        if "CWL_SINGULARITY_CACHE" in os.environ:

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 #06ae63d78c47da81 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:248
            cache_folder = os.environ["CWL_SINGULARITY_CACHE"]

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 #c98b66ed2892f0a7 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:249
        elif is_version_2_6() and "SINGULARITY_PULLFOLDER" in os.environ:

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 #e182d4e536490bd9 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:250
            cache_folder = os.environ["SINGULARITY_PULLFOLDER"]

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 #e4005b4533961e8f Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:252
        if os.environ.get("CWL_SINGULARITY_IMAGES", None):

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 #ea8dfd6a597bd9ba Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:253
            image_base_path = os.environ["CWL_SINGULARITY_IMAGES"]

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 #4e7bf0a3d936f3b4 Filesystem access.
pkgs/python/[email protected]/cwltool/singularity.py:286
                with open(dockerfile_path, "w") as dfile:

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 #67c84703411fcb0a Filesystem access.
pkgs/python/[email protected]/cwltool/singularity.py:292
                with open(singularityfile_path, "w") as file:

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 #5661717fc6df3ab5 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:300
                os.environ["APPTAINER_TMPDIR"] = absolute_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 #b97a2f697247537d Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:356
            if "CWL_SINGULARITY_CACHE" in os.environ:

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 #7d808f2159823537 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:357
                targets.append(os.environ["CWL_SINGULARITY_CACHE"])

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 #71a34c67895ec7f5 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:358
            if is_version_2_6() and "SINGULARITY_PULLFOLDER" in os.environ:

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 #fefd76ff7a8eb914 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:359
                targets.append(os.environ["SINGULARITY_PULLFOLDER"])

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 #d6f201d85088d928 Environment-variable access.
pkgs/python/[email protected]/cwltool/singularity.py:377
                    env = os.environ.copy()

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 #fcc612a88766afbd Filesystem access.
pkgs/python/[email protected]/cwltool/stdfsaccess.py:39
        return open(self._abs(fn), mode)

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 #eaf2a316ac100782 Environment-variable access.
pkgs/python/[email protected]/cwltool/utils.py:387
    if "XDG_CACHE_HOME" in os.environ:

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 #0646924869e9c9b6 Environment-variable access.
pkgs/python/[email protected]/cwltool/utils.py:388
        directory = os.environ["XDG_CACHE_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 #d949c43fb94ac989 Environment-variable access.
pkgs/python/[email protected]/cwltool/utils.py:389
    elif "HOME" in os.environ:

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 #b0eaf7c9ec1a7715 Environment-variable access.
pkgs/python/[email protected]/cwltool/utils.py:390
        directory = os.path.join(os.environ["HOME"], ".cache")

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 egress dependency Excluded from app score #d51866c33e77dbcd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/cwltool/utils.py:399
    r = cache_session.get(httpurl, stream=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #fb839905560bee2b Filesystem access.
pkgs/python/[email protected]/cwltool/validate_js.py:140
    jshint_functions_text = "var global = this;" + res.read_text("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 dependency Excluded from app score #58b7c61d363504ac Filesystem access.
pkgs/python/[email protected]/cwltool/validate_js.py:146
        "\n" + res2.read_text("utf-8") + "\nvar ob = {validateJS: validateJS}; ob"

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 unreachable #30736d0f6cc022e9 Environment-variable access.
pkgs/python/[email protected]/docs/conf.py:25
    int(os.environ.get("SOURCE_DATE_EPOCH", time.time())), timezone.utc

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 #d3aca7d183d7792d Environment-variable access.
pkgs/python/[email protected]/setup.py:64
if os.getenv("CWLTOOL_USE_MYPYC", None) == "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 #5b1ea4aa9c7bf095 Environment-variable access.
pkgs/python/[email protected]/setup.py:99
    opt_level = os.getenv("MYPYC_OPT_LEVEL", "3")

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 #e54da4f8e6bca0b6 Environment-variable access.
pkgs/python/[email protected]/setup.py:100
    debug_level = os.getenv("MYPYC_DEBUG_LEVEL", "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 #004e10ee37f5c9fc Environment-variable access.
pkgs/python/[email protected]/setup.py:101
    force_multifile = os.getenv("MYPYC_MULTI_FILE", "") == "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 #75abddff464552ec Filesystem access.
pkgs/python/[email protected]/setup.py:116
    long_description=open(README).read(),

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.

daft

python dependency
expand_more 28 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #974af1e4d3777b95 Environment-variable access.
pkgs/python/[email protected]/.github/ci-scripts/distributed_tpch.py:24
    scale_factor = int(os.getenv("TPCH_SCALE_FACTOR"))

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 unreachable #259d5f46979dad35 Environment-variable access.
pkgs/python/[email protected]/.github/ci-scripts/distributed_tpch.py:63
    scale_factor = int(os.getenv("TPCH_SCALE_FACTOR"))

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 unreachable #b379cd1d66b3fcea Environment-variable access.
pkgs/python/[email protected]/.github/ci-scripts/distributed_tpch.py:64
    num_workers = int(os.getenv("RAY_NUM_WORKERS"))

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 unreachable #53783723e838fefc Filesystem access.
pkgs/python/[email protected]/.github/ci-scripts/generate_simple_py_index.py:32
    with open(filename, "w") as f:

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 #021e99f7b31b87cf Environment-variable access.
pkgs/python/[email protected]/daft/__init__.py:10
if "COV_CORE_SOURCE" in os.environ:

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 #94094ff10d5a5c14 Environment-variable access.
pkgs/python/[email protected]/daft/__init__.py:20
                {k: v for k, v in os.environ.items() if k.startswith("COV_CORE")}, exc

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 #62635fe1e944aff8 Environment-variable access.
pkgs/python/[email protected]/daft/execution/udf.py:64
        env = dict(os.environ)

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 #0ae227abf18c1e5b Environment-variable access.
pkgs/python/[email protected]/daft/execution/udf_worker.py:114
        level=int(os.getenv("LOG_LEVEL", logging.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 #3e59acde099ed392 Environment-variable access.
pkgs/python/[email protected]/daft/execution/udf_worker.py:115
        format=os.getenv("LOG_FORMAT", "%(asctime)s - %(name)s - %(levelname)s - %(message)s"),

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 #1ff911756724f246 Environment-variable access.
pkgs/python/[email protected]/daft/execution/udf_worker.py:116
        datefmt=os.getenv("LOG_DATE_FORMAT", "%Y-%m-%d %H:%M:%S"),

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 egress dependency Excluded from app score #5ed08b87f9827c99 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/daft/gravitino/gravitino_catalog.py:117
        response = self._session.request(method, url, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #c537c678a87eccb6 Environment-variable access.
pkgs/python/[email protected]/daft/internal/gpu.py:34
    visible_devices_envvar = os.getenv("CUDA_VISIBLE_DEVICES")

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 #a90a7c911b9a34ee Filesystem access.
pkgs/python/[email protected]/daft/io/av/_read_video_frames.py:237
            yield open(temp_file, mode="rb")

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 #6d848df52e02eb7f Environment-variable access.
pkgs/python/[email protected]/daft/io/bigtable/bigtable_data_sink.py:191
            os.environ["BIGTABLE_EMULATOR_HOST"] = client_kwargs.pop("emulator_host")

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 #81ed48806e96f076 Environment-variable access.
pkgs/python/[email protected]/daft/io/catalog.py:68
                workspace_url = os.environ["DATABRICKS_HOST"]

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 egress dependency Excluded from app score #1c492ca8de9a2693 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/daft/io/delta_lake/delta_lake_scan.py:43
        with urlopen(req) as response:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #a932ab33355b5a69 Environment-variable access.
pkgs/python/[email protected]/daft/io/turbopuffer/turbopuffer_data_sink.py:102
        self._api_key = api_key or os.getenv("TURBOPUFFER_API_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 #1b33acf462afcbdb Environment-variable access.
pkgs/python/[email protected]/daft/runners/flotilla.py:57
        os.environ["DAFT_FLOTILLA_WORKER"] = "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 #16380911e4dc4540 Environment-variable access.
pkgs/python/[email protected]/daft/runners/flotilla.py:59
            os.environ["CUDA_VISIBLE_DEVICES"] = ",".join(str(i) for i in range(num_gpus))

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 #baaf9f6bc951f0b4 Environment-variable access.
pkgs/python/[email protected]/daft/runners/profiler.py:24
    if int(os.environ.get("DAFT_PROFILING", 0)) == 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 #a56f053c97644304 Environment-variable access.
pkgs/python/[email protected]/daft/runners/profiler.py:76
ENABLE_SAMPLY_PROFILING = os.getenv("DAFT_DEV_ENABLE_SAMPLY_PROFILING", "false").lower() == "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 #bb6daeb1b4ba58e5 Environment-variable access.
pkgs/python/[email protected]/daft/runners/progress_bar.py:52
            or not bool(int(os.environ.get("RAY_TQDM", "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 #4877cdd4d5eead0b Environment-variable access.
pkgs/python/[email protected]/daft/runners/progress_bar.py:53
            or not bool(int(os.environ.get("DAFT_PROGRESS_BAR", "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 #874a96158da44341 Environment-variable access.
pkgs/python/[email protected]/daft/scarf_telemetry.py:12
        os.getenv("SCARF_NO_ANALYTICS") in ("true", "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 #69f4af159e38fe85 Environment-variable access.
pkgs/python/[email protected]/daft/scarf_telemetry.py:13
        or os.getenv("DO_NOT_TRACK") in ("true", "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 #75e791896d9c8b2d Environment-variable access.
pkgs/python/[email protected]/daft/scarf_telemetry.py:14
        or os.getenv("DAFT_ANALYTICS_ENABLED") in ("0", "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 egress dependency Excluded from app score #d3f6f54652f5997f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/daft/scarf_telemetry.py:68
            with urllib.request.urlopen(url) as response:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #81b949e4ca6e8a4e Environment-variable access.
pkgs/python/[email protected]/daft/utils.py:151
        elif os.getenv("RAY_JOB_ID") is not None:

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.

docker

python dependency
expand_more 22 low-confidence finding(s)
low env_fs dependency Excluded from app score #a6c178c3cad3c4c4 Filesystem access.
pkgs/python/[email protected]/docker/api/build.py:153
                with open(dockerignore) as f:

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 #cca563fb891e12c9 Filesystem access.
pkgs/python/[email protected]/docker/api/build.py:370
        with open(abs_dockerfile) as df:

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 #0a38d847067ae134 Filesystem access.
pkgs/python/[email protected]/docker/api/image.py:141
            with open(src, 'rb') as f:

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 #197dcf0c479b40a5 Filesystem access.
pkgs/python/[email protected]/docker/auth.py:159
                with open(config_file) as f:

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 #66a0cc4c4ad92907 Filesystem access.
pkgs/python/[email protected]/docker/auth.py:356
        with open(config_file) as f:

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 #c93e891914e2ef7c Environment-variable access.
pkgs/python/[email protected]/docker/client.py:102
        environment = kwargs.get('environment') or os.environ

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 #becbc5ee93915d26 Filesystem access.
pkgs/python/[email protected]/docker/context/api.py:115
                            open(os.path.join(dirname, filename)))

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 #d5b56508bb3a7333 Environment-variable access.
pkgs/python/[email protected]/docker/context/api.py:147
            environment = os.environ

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 #281cb42007885e03 Filesystem access.
pkgs/python/[email protected]/docker/context/config.py:17
            with open(docker_cfg_path) as f:

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 #710b66660e6e8644 Filesystem access.
pkgs/python/[email protected]/docker/context/config.py:31
            with open(docker_cfg_path) as f:

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 #eac3fdedb2d507ca Filesystem access.
pkgs/python/[email protected]/docker/context/config.py:43
        with open(docker_cfg_path, "w") as f:

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 #1b6a5ddcb6c64b05 Filesystem access.
pkgs/python/[email protected]/docker/context/context.py:100
            with open(meta_file) as f:

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 #fab51fd1ea578736 Filesystem access.
pkgs/python/[email protected]/docker/context/context.py:150
        with open(get_meta_file(self.name), "w") as f:

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 #e1b30031ee7f0391 Environment-variable access.
pkgs/python/[email protected]/docker/credentials/utils.py:8
    result = os.environ.copy()

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 #98496992edb9769f Environment-variable access.
pkgs/python/[email protected]/docker/transport/sshconn.py:50
        env = dict(os.environ)

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 #ded4700fa665895e Filesystem access.
pkgs/python/[email protected]/docker/transport/sshconn.py:197
            with open(ssh_config_file) as f:

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 #1c0ec69dbfd46cc9 Filesystem access.
pkgs/python/[email protected]/docker/utils/build.py:102
                with open(full_path, 'rb') as f:

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 #bd61de7b42b96fc3 Environment-variable access.
pkgs/python/[email protected]/docker/utils/config.py:34
    config_dir = os.environ.get('DOCKER_CONFIG')

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 #0f2ce929eeb7d01b Environment-variable access.
pkgs/python/[email protected]/docker/utils/config.py:46
        return os.environ.get('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 #3279a14d51259df7 Filesystem access.
pkgs/python/[email protected]/docker/utils/config.py:58
        with open(config_file) as f:

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 #509e1ff69b30ba0b Environment-variable access.
pkgs/python/[email protected]/docker/utils/utils.py:355
        environment = os.environ

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 #8f33e9ab1c29c256 Filesystem access.
pkgs/python/[email protected]/docker/utils/utils.py:465
    with open(env_file) as f:

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.

fastapi

python dependency
expand_more 76 low-confidence finding(s)
low env_fs dependency Excluded from app score #f369e460eb4230ff Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial001_py310.py:7
    with open("log.txt", mode="w") as email_file:

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 #369ce98f32bb8e1b Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_an_py310.py:9
    with open("log.txt", mode="a") as log:

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 #d51243b6e2872cf3 Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_py310.py:7
    with open("log.txt", mode="a") as log:

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 #c111807781a02d27 Filesystem access.
pkgs/python/[email protected]/docs_src/custom_response/tutorial008_py310.py:11
        with open(some_file_path, mode="rb") as file_like:  # (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 egress dependency Excluded from app score #9e424cca6c85071f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/dependencies/tutorial013_an_py310.py:25
    user = session.get(User, user_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8278a00d93f69015 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/dependencies/tutorial014_an_py310.py:25
    user = session.get(User, user_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #af4db4104885446d Filesystem access.
pkgs/python/[email protected]/docs_src/events/tutorial002_py310.py:8
    with open("log.txt", mode="a") as log:

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 #df49b75d4450d850 Filesystem access.
pkgs/python/[email protected]/docs_src/generate_clients/tutorial004_py310.py:5
openapi_content = json.loads(file_path.read_text())

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 #dd1ea57a9ed44084 Filesystem access.
pkgs/python/[email protected]/docs_src/generate_clients/tutorial004_py310.py:15
file_path.write_text(json.dumps(openapi_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 egress dependency Excluded from app score #e3248a7a0ae20743 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py310.py:60
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b788c6b25cb5a06d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py310.py:68
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #069c5ef87126730b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py310.py:56
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d4d2b54f1640d174 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py310.py:64
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #419ee0be3467b944 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:77
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #64d76cf92be5ccd8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:85
    hero_db = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f896116978ad2b84 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:98
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #64bea2c7843ab5cd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:74
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0248946e12e0672e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:84
    hero_db = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6b4557eceda7b372 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:97
    hero = session.get(Hero, hero_id)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #a24d0df2ab22da89 Filesystem access.
pkgs/python/[email protected]/scripts/add_latest_release_date.py:12
    with open(RELEASE_NOTES_FILE) as f:

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 unreachable #ad2d4118e0fe9474 Filesystem access.
pkgs/python/[email protected]/scripts/add_latest_release_date.py:31
        with open(RELEASE_NOTES_FILE, "w") as f:

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 egress tooling Excluded from app score unreachable #c4edbfc4252c0c49 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/contributors.py:129
    response = httpx.post(
        github_graphql_url,
        headers=headers,
        timeout=settings.httpx_timeout,
        json={"query": query, "variables": variables, "operationName": "Q"},
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #d31c19168d2878f1 Filesystem access.
pkgs/python/[email protected]/scripts/contributors.py:227
    old_content = content_path.read_text(encoding="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 tooling Excluded from app score unreachable #744ce03adc25b867 Filesystem access.
pkgs/python/[email protected]/scripts/contributors.py:233
    content_path.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #9ab3c260b7dc3483 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:105
    return yaml.unsafe_load(en_config_path.read_text(encoding="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 tooling Excluded from app score unreachable #3a95131dce16109e Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:129
    os.environ["DYLD_FALLBACK_LIBRARY_PATH"] = "/opt/homebrew/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 tooling Excluded from app score unreachable #d81ab15b7c4a49c5 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:143
    new_llm_prompt_path.write_text("", encoding="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 tooling Excluded from app score unreachable #445cc4789499b45f Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:223
    missing_translation = (docs_path / "missing-translation.md").read_text(
        encoding="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 tooling Excluded from app score unreachable #882ddbf3a3c7f291 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:229
    translation_banner = translation_banner_path.read_text(encoding="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 tooling Excluded from app score unreachable #88a6dd6b5f31cdfa Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:236
                markdown = translated_file.read_text(encoding="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 tooling Excluded from app score unreachable #c73623233a76c7e5 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:238
                    staged_file.write_text(markdown, encoding="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 tooling Excluded from app score unreachable #b423cfed1c070703 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:242
                staged_file.write_text(
                    add_markdown_notice(markdown, banner), encoding="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 tooling Excluded from app score unreachable #69e777099e29d60c Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:246
                markdown = staged_file.read_text(encoding="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 tooling Excluded from app score unreachable #36299277834673df Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:247
                staged_file.write_text(
                    add_markdown_notice(markdown, missing_translation),
                    encoding="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 tooling Excluded from app score unreachable #dd48b9559a6e267f Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:277
    config_path.write_text(
        yaml.dump(config, sort_keys=False, width=200, allow_unicode=True),
        encoding="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 tooling Excluded from app score unreachable #3dc54b74f8f2f800 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:295
    config = yaml.unsafe_load(config_path.read_text(encoding="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 tooling Excluded from app score unreachable #974fb6a968b8218d Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:349
    content = en_index.read_text("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 tooling Excluded from app score unreachable #8633f8254147bdff Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:355
    sponsors = yaml.safe_load(sponsors_data_path.read_text(encoding="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 tooling Excluded from app score unreachable #492ab3049eebbe55 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:384
    old_content = readme_path.read_text("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 tooling Excluded from app score unreachable #fb1ca83ff1fe4046 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:389
        readme_path.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #d864d7f80ee1fd5a Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:430
        en_config_path.write_text(
            yaml.dump(updated_config, sort_keys=False, width=200, allow_unicode=True),
            encoding="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 tooling Excluded from app score unreachable #d19644c0c21ff99a Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:488
        language_names_path.read_text(encoding="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 tooling Excluded from app score unreachable #80bf60d9a8003ca6 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:542
    sponsors = yaml.safe_load(sponsors_path.read_text(encoding="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 tooling Excluded from app score unreachable #b7d3656cbed02e14 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:553
    old_content = partial_path.read_text("utf-8") if partial_path.is_file() else ""

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 unreachable #583967492f28112d Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:558
        partial_path.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #01702ef667b1bf98 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:609
    base_content = file_path.read_text(encoding="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 tooling Excluded from app score unreachable #c1ab92172c3ff3e8 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:657
        version_file.write_text(content_format, encoding="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 tooling Excluded from app score unreachable #360d60e8f2b4c1ca Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:713
        content = md_file.read_text(encoding="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 tooling Excluded from app score unreachable #06f235ae60782c58 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:720
            md_file.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #8a449fa298076ad6 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:735
        all_docs_content += md_file.read_text(encoding="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 egress tooling Excluded from app score unreachable #7e209f393f303df3 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/notify_translations.py:218
    response = httpx.post(
        github_graphql_url,
        headers=headers,
        timeout=settings.httpx_timeout,
        json={"query": query, "variables": variables, "operationName": "Q"},
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #4174ab2bcd279154 Filesystem access.
pkgs/python/[email protected]/scripts/notify_translations.py:319
    contents = settings.github_event_path.read_text("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 egress tooling Excluded from app score unreachable #5622799cec497dfe Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/people.py:202
    response = httpx.post(
        github_graphql_url,
        headers=headers,
        timeout=settings.httpx_timeout,
        json={"query": query, "variables": variables, "operationName": "Q"},
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #a5097b8957171121 Filesystem access.
pkgs/python/[email protected]/scripts/people.py:384
    old_content = content_path.read_text(encoding="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 tooling Excluded from app score unreachable #529a6d029aa4920c Filesystem access.
pkgs/python/[email protected]/scripts/people.py:390
    content_path.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #9a617287402e3b13 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:146
    version_file_content = version_file.read_text()

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 unreachable #2092631ffef030cd Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:147
    release_notes_content = release_notes_file.read_text()

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 unreachable #b74f22dac7761898 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:152
    version_file.write_text(
        update_version_file(version_file_content, version, version_file)
    )

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 unreachable #5f5b5089a9d629bf Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:155
    release_notes_file.write_text(
        update_release_notes(
            release_notes_content, version, parsed_release_date, release_notes_file
        )
    )

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 unreachable #4126d52e8e0cd2d3 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:178
    typer.echo(get_current_version(version_file.read_text(), version_file))

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 unreachable #8a6f466627de6f49 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:206
    version = get_current_version(version_file.read_text(), version_file)

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 unreachable #03b4f27d5bf4c3f7 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:209
            release_notes_file.read_text(), version, release_notes_file

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 egress tooling Excluded from app score unreachable #9720c538ed745841 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/sponsors.py:100
    response = httpx.post(
        github_graphql_url,
        headers=headers,
        timeout=settings.httpx_timeout,
        json={"query": query, "variables": variables, "operationName": "Q"},
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #65522e522c4d796a Filesystem access.
pkgs/python/[email protected]/scripts/sponsors.py:148
    old_content = content_path.read_text(encoding="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 tooling Excluded from app score unreachable #b3accd87b828c726 Filesystem access.
pkgs/python/[email protected]/scripts/sponsors.py:154
    content_path.write_text(new_content, encoding="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 tooling Excluded from app score unreachable #10bc66ae0da3549d Filesystem access.
pkgs/python/[email protected]/scripts/topic_repos.py:52
    repos_old_content = repos_path.read_text(encoding="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 tooling Excluded from app score unreachable #399f06552c8475d9 Filesystem access.
pkgs/python/[email protected]/scripts/topic_repos.py:57
    repos_path.write_text(new_repos_content, encoding="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 tooling Excluded from app score unreachable #ec872cca38479b75 Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:31
general_prompt = general_prompt_path.read_text(encoding="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 tooling Excluded from app score unreachable #1c2b7f187c294653 Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:38
    return yaml.safe_load(Path("docs/language_names.yml").read_text(encoding="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 tooling Excluded from app score unreachable #7202f3d34d410bd1 Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:121
    lang_prompt_content = lang_prompt_path.read_text(encoding="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 tooling Excluded from app score unreachable #541bb8da0bc1050f Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:129
    original_content = en_path.read_text(encoding="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 tooling Excluded from app score unreachable #d959bf3ba1ce47ca Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:133
        old_translation = out_path.read_text(encoding="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 tooling Excluded from app score unreachable #47455d7381ea5be9 Filesystem access.
pkgs/python/[email protected]/scripts/translate.py:178
    out_path.write_text(out_content, encoding="utf-8", newline="\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 tooling Excluded from app score unreachable #b81a3f5d4871b0eb Filesystem access.
pkgs/python/[email protected]/scripts/translation_fixer.py:81
        doc_lines = path.read_text(encoding="utf-8").splitlines()

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 unreachable #e2b9b630697f0aed Filesystem access.
pkgs/python/[email protected]/scripts/translation_fixer.py:82
        en_doc_lines = en_doc_path.read_text(encoding="utf-8").splitlines()

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 unreachable #f1b05efb62b6be69 Filesystem access.
pkgs/python/[email protected]/scripts/translation_fixer.py:94
        path.write_text("\n".join(doc_lines), encoding="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.

filelock

python dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #511db278a44092ad Filesystem access.
pkgs/python/[email protected]/src/filelock/_identity.py:114
                boot_id = Path("/proc/sys/kernel/random/boot_id").read_text(encoding="ascii")

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 #9596bcfe6d8b25b0 Filesystem access.
pkgs/python/[email protected]/src/filelock/_identity.py:124
                data = Path(f"/proc/{pid}/stat").read_bytes()

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.

gevent

python dependency
expand_more 996 low-confidence finding(s)
low env_fs dependency Excluded from app score #38d466bb92c2f844 Environment-variable access.
pkgs/python/[email protected]/_setupares.py:36
cflags = _distutils_cflags + ((' ' + os.environ['CFLAGS']) if os.environ.get("CFLAGS") else '')

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 #8a4f6b254946806a Environment-variable access.
pkgs/python/[email protected]/_setupares.py:52
if 'GEVENT_MANYLINUX' in os.environ:

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 #c9318257cb24b1d2 Filesystem access.
pkgs/python/[email protected]/_setupares.py:85
            with open('configure-output.txt', 'r') as t:

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 #c550a8ffe1a216e7 Environment-variable access.
pkgs/python/[email protected]/_setuplibev.py:109
        if os.environ.get('GEVENTSETUP_EV_VERIFY') is not None:

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 #0b39c874fecc0b10 Environment-variable access.
pkgs/python/[email protected]/_setuplibev.py:115
                ('EV_VERIFY', os.environ['GEVENTSETUP_EV_VERIFY']))

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 #b5695221783fe58a Environment-variable access.
pkgs/python/[email protected]/_setuputils.py:30
RUNNING_ON_TRAVIS = os.environ.get('TRAVIS')

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 #928e5f925ee180f7 Environment-variable access.
pkgs/python/[email protected]/_setuputils.py:31
RUNNING_ON_APPVEYOR = os.environ.get('APPVEYOR')

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 #ec2def1d65947e32 Environment-variable access.
pkgs/python/[email protected]/_setuputils.py:32
RUNNING_ON_GITHUB_ACTIONS = os.environ.get('GITHUB_ACTIONS')

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 #7254a536eb34d29e Filesystem access.
pkgs/python/[email protected]/_setuputils.py:52
    with open(os.path.join(THIS_DIR, *names)) as f:

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 #961a661b017d4af0 Environment-variable access.
pkgs/python/[email protected]/_setuputils.py:85
    value = os.environ.get(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 #f2004ce4d7b030f8 Environment-variable access.
pkgs/python/[email protected]/_setuputils.py:193
    env = env or os.environ.copy()

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 unreachable #d7f4772a217ee614 Environment-variable access.
pkgs/python/[email protected]/benchmarks/bench_spawn.py:157
        ','.join([k for k in os.environ

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 unreachable #3ed0f5d2e7a1398a Environment-variable access.
pkgs/python/[email protected]/docs/conf.py:20
os.environ['PURE_PYTHON'] = '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 egress tooling Excluded from app score unreachable #37f48a0820c0fe75 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/concurrent_download.py:26
    data = requests.get(url).text

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress tooling Excluded from app score unreachable #7c4a088eeff5d0f7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/psycopg2_pool.py:64
        self.pool.put(item)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #fe0f21cb22451723 Environment-variable access.
pkgs/python/[email protected]/examples/webchat/application.py:9
os.environ['DJANGO_SETTINGS_MODULE'] = 'webchat.settings'

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 egress tooling Excluded from app score unreachable #e5ccd3e87ceb2783 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/webproxy.py:84
            response = urllib2.urlopen(path)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #fca1e275643fd987 Filesystem access.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:28
    with open(fname) as f:

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 egress tooling Excluded from app score unreachable #e839445e03fd96fc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:50
    response = requests.get(url, headers=make_auth_headers())

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress tooling Excluded from app score unreachable #9bce46299901f1fb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:64
        response = requests.get(url, headers=make_auth_headers())

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress tooling Excluded from app score unreachable #685ca7b884c31eaf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:94
    response = requests.get(url, headers=headers, stream=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #59ba728695bba64f Filesystem access.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:96
        with open(filename, 'wb') as f:

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 unreachable #ad63e7b338058583 Filesystem access.
pkgs/python/[email protected]/scripts/releases/appveyor-download.py:103
    with open(filename, 'rb') as fzip:

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 #c2cb1c93df813e7f Environment-variable access.
pkgs/python/[email protected]/setup.py:42
    if not os.environ.get('PYTHON_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 #70dce4d54afba9b5 Environment-variable access.
pkgs/python/[email protected]/setup.py:43
        os.environ['PYTHON_EXE'] = 'pypy' if PYPY else 'python'

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 #7fe826c62ebc86b5 Environment-variable access.
pkgs/python/[email protected]/setup.py:44
    if not os.environ.get('PYEXE'):

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 #a922bfb4a95088d0 Environment-variable access.
pkgs/python/[email protected]/setup.py:45
        os.environ['PYEXE'] = os.environ['PYTHON_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 #3b47eebb0659e624 Environment-variable access.
pkgs/python/[email protected]/setup.py:465
if os.getenv('READTHEDOCS'):

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 #5458ceed0f7ffd1a Environment-variable access.
pkgs/python/[email protected]/setup.py:468
    new_path = os.environ['PATH'] + os.pathsep + os.path.dirname(sys.executable)

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 #07ab09068279afe7 Environment-variable access.
pkgs/python/[email protected]/setup.py:469
    os.environ['PATH'] = new_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 #cc49317a71c8a631 Environment-variable access.
pkgs/python/[email protected]/src/gevent/_compat.py:25
GLOBAL_PURE_PYTHON = bool(PYPY or os.environ.get('PURE_PYTHON'))

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 #1abc2524e8b3a352 Environment-variable access.
pkgs/python/[email protected]/src/gevent/_compat.py:48
_GEVENT_PURE_PYTHON = os.environ.get('GEVENT_PURE_PYTHON')

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 #628f63c3249b89d3 Environment-variable access.
pkgs/python/[email protected]/src/gevent/_config.py:139
        result = os.environ.get(self.environment_key, self.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 #f407b18fdfd0f2ab Environment-variable access.
pkgs/python/[email protected]/src/gevent/_ffi/__init__.py:24
GEVENT_DEBUG_LEVEL = vars()[os.getenv("GEVENT_DEBUG", 'CRITICAL').upper()]

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 #bf467efb90a55620 Filesystem access.
pkgs/python/[email protected]/src/gevent/_util.py:330
        with open(path, 'rb') as f:

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 #8e5ba017a5b25134 Filesystem access.
pkgs/python/[email protected]/src/gevent/_util.py:335
            with open(path, 'wb') as f:

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 #c90564235b551691 Filesystem access.
pkgs/python/[email protected]/src/gevent/libev/_corecffi_build.py:36
    with open(os.path.join(thisdir, name), 'r') as f:

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 #466af087fc1c4afe Filesystem access.
pkgs/python/[email protected]/src/gevent/libuv/_corecffi_build.py:41
    with open(os.path.join(thisdir, name), 'r') as f:

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 #16bf6a2cac73ab9d Environment-variable access.
pkgs/python/[email protected]/src/gevent/monkey/__init__.py:286
    DISABLE_QUEUE_PATCH = os.environ.get('GEVENT_MONKEY_DISABLE_QUEUE_QUEUE', '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 #a5dde4a175c84529 Filesystem access.
pkgs/python/[email protected]/src/gevent/resolver/_hostsfile.py:74
        with open(self.fname, 'rb') as fp:

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 #c44a8d5462b1508c Environment-variable access.
pkgs/python/[email protected]/src/gevent/subprocess.py:1230
                comspec = os.environ.get("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 #e27f405f152083cb Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/coveragesite/sitecustomize.py:8
    if not os.environ.get('GEVENT_TEST_SKIP_COVERAGE'):

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 unreachable #5e35663be37e56d0 Filesystem access.
pkgs/python/[email protected]/src/gevent/testing/monkey_test.py:134
with open(test_filename, encoding='utf-8') as module_file:

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 unreachable #49dc05f44a4f5802 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/monkey_test.py:148
remove_file = not os.environ.get('GEVENT_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 #f8b9a93dbe2aea3f Filesystem access.
pkgs/python/[email protected]/src/gevent/testing/openfiles.py:81
        with open(tmpname) as fobj: # pylint:disable=unspecified-encoding

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 #7d99da6060f62742 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/patched_tests_setup.py:332
if 'thread' in os.getenv('GEVENT_FILE', ''):

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 #3f0088391c126f19 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/resources.py:102
        resource_str = os.environ.get('GEVENTTEST_USE_RESOURCES')

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 #96554cfb860c18b5 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:44
CFFI_BACKEND = PYPY or LIBUV or 'cffi' in os.getenv('GEVENT_LOOP', '')

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 #9b7a81adfd05e7f1 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:52
RUN_LEAKCHECKS = os.getenv('GEVENTTEST_LEAKCHECK')

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 #26df91b49e842d9e Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:53
RUN_COVERAGE = os.getenv("COVERAGE_PROCESS_START") or os.getenv("GEVENTTEST_COVERAGE")

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 #b73467d02a7a2bd2 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:104
RUNNING_ON_GITHUB_ACTIONS = os.environ.get('GITHUB_ACTIONS')

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 #056bfcea59751c8d Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:105
RUNNING_ON_TRAVIS = os.environ.get('TRAVIS') or RUNNING_ON_GITHUB_ACTIONS

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 #679066de87cf8b29 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:106
RUNNING_ON_APPVEYOR = os.environ.get('APPVEYOR')

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 #3fec7e82b8f6f04d Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:109
RUNNING_ON_MANYLINUX = os.environ.get('GEVENT_MANYLINUX')

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 #707b117ce4f64ebc Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:112
RUNNING_ON_MUSLLINUX = 'musllinux' in os.environ.get('GEVENT_MANYLINUX_NAME', '')

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 #dacdd65827e74aed Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:145
RESOLVER_ARES = os.getenv('GEVENT_RESOLVER') == 'ares'

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 #3286711256bce4f2 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/sysinfo.py:146
RESOLVER_DNSPYTHON = os.getenv('GEVENT_RESOLVER') == 'dnspython'

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 #93a51ba1bd7fee90 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:40
DEFAULT_NWORKERS = int(os.environ.get('NWORKERS') or max(AVAIL_NWORKERS, 4))

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 #aa774da034d9c6ee Filesystem access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:530
            with open(abs_filename, 'rb') as f:

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 #5f1aae4cae9123ee Filesystem access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:597
        with open(_package_relative_filename(filename, package)) as f:

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 #f75e59c2fdb418dc Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:725
        return not bool(os.environ.get(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 #f8bced1c025d8215 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:745
        os.environ['PYTHONWARNINGS'] = ','.join(defaults + [

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 #333ac96eac6d9793 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:776
        os.environ['PYTHONFAULTHANDLER'] = '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 #2270b8a8f6a8f907 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:779
        os.environ['GEVENT_DEBUG'] = '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 #28e777bd715811b7 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:784
        os.environ['PYTHONTRACEMALLOC'] = '10'

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 #e50d890cadfd675d Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:788
        os.environ['PYTHONDEVMODE'] = '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 #bb512e2b3402ccdf Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:796
        os.environ['PYTHONMALLOC'] = '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 #a1882df02d136957 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:799
        os.environ['PYTHONMALLOC'] = '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 #a324fcadb78aa49c Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:800
        os.environ['PYTHONDEVMODE'] = ''

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 #04f6f26c36af60b2 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:803
    os.environ.pop('PYTHONSAFEPATH', None)

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 #d411d15d9c09daf6 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:806
        k: os.environ[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 #bb5c4088cc38441c Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:807
        for k in os.environ

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 #cbeecfdab9ef11cf Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:890
    os.environ['GEVENTTEST_USE_RESOURCES'] = unparse_resources(options.use)

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 #4fa2bc48b194ec37 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:898
    if 'GEVENTTEST_QUIET' not in os.environ:

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 #0e3db5c6f832e397 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:899
        os.environ['GEVENTTEST_QUIET'] = str(options.quiet)

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 #818f05cbc3859048 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:906
    if options.coverage or os.environ.get("GEVENTTEST_COVERAGE"):

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 #a7e84210881ddf79 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:911
            cov_config = os.environ['COVERAGE_PROCESS_START'] = os.path.abspath(".coveragerc")

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 #742036526f18fd5c Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:913
                cov_config = os.environ['COVERAGE_PROCESS_START'] = os.path.abspath(".coveragerc-pypy")

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 #399859145785b1bb Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:918
            os.environ['PYTHONPATH'] = site_dir + os.pathsep + os.environ.get("PYTHONPATH", "")

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 #0fa6049c5dbbe1df Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:922
            os.environ['COVERAGE_FILE'] = os.path.abspath(".") + os.sep + ".coverage"

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 #9365d83adde74b16 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:925
            print("Enabling coverage to", os.environ['COVERAGE_FILE'],

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 #b0b6054dcf8c8013 Filesystem access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:936
        with open(options.config) as f: # pylint:disable=unspecified-encoding

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 #1d825a3f1d9d8ddd Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/testrunner.py:965
            os.environ['PYTHONPATH'] = os.environ.get('PYTHONPATH', "") + os.pathsep + package_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 #ffb5d825a0ac1fb3 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:27
QUIET = validate_bool(os.environ.get('GEVENTTEST_QUIET', '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 #fd745c6844ca0d66 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:212
    env = (env or os.environ).copy()

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 #42c7f02581922103 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:235
    if not os.environ.get('DO_NOT_SETPGRP'):

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 #71a15c7ccebdaf49 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:243
        env = env.copy() if env else os.environ.copy()

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 #3f5eb61e922b5db0 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:511
    if 'PYTHONPATH' not in os.environ:

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 #ff4a3733d0cdf388 Environment-variable access.
pkgs/python/[email protected]/src/gevent/testing/util.py:514
    path = os.environ['PYTHONPATH']

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 #85e0600a6e770f93 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_asyncore.py:378
        with open(os_helper.TESTFN, 'wb') as file:

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 #00c440e5d61a6242 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_asyncore.py:406
        with open(os_helper.TESTFN, 'rb') as file:

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 #d38858de79d5f527 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:777
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #288c89111da3b520 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1558
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #eda7487194c86b7f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1695
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #53ee734c1e1ca3c2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1703
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0365d92cb6d09ef9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1714
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #16314b7133689d58 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1727
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #33b1c6af63182030 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1746
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #bf1abe43cf7c88c7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1775
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ec1846fa8a088df9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1784
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #62eb2366ef206617 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1795
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8b23c4528dffb6ef Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1808
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #cded7a036cc5d728 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1813
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #7acb4f22b01b5687 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1820
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=False)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #312996a1abee08a0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1830
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e1e7ff16c0aa948c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1839
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #742c3e61a76a10fe Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1860
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d6c463e8ae9a5147 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1869
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d67f9dde45900c2e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1874
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #79b0351f8882d0a2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1881
            h = client.HTTPSConnection('localhost', 443, context=context,
                                       cert_file=CERT_localhost)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #39c25be9b0b1e5d5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1955
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #16c8eab5f0a1c0cd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1957
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #e39c9b4af2e5bcb7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1970
        with open(os_helper.TESTFN, "wb") as f:

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 #4f6ccfa72c88e11b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_httplib.py:1972
        with open(os_helper.TESTFN, "rb") as f:

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 #663fdcefaffec788 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_select.py:32
        with open(__file__, 'rb') as fp:

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 #5d6b15a1ddded05b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:59
        with open("/dev/vsock", "rb") as f:

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 #b55632f0782d7a44 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:5758
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #8314533d271d4be4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6132
        with open(os_helper.TESTFN, 'wb') as f:

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 #43cfbca586140298 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6135
        with open(os_helper.TESTFN, 'rb') as f:

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 #86356d168c962359 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6168
        file = open(os_helper.TESTFN, 'rb')

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 #d6f16b04236b20cf Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6204
        with open(filename, 'wb'):

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 #3ec61ecde6a2d41a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6206
        file = open(filename, 'rb')

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 #ac059ff239b6747b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6222
        file = open(os_helper.TESTFN, 'rb')

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 #c2aa5e482d6b3398 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6239
        file = open(os_helper.TESTFN, 'rb')

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 #30a936ec192d9030 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6260
        file = open(os_helper.TESTFN, 'rb')

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 #2b5b682a9c9f942a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6281
        file = open(os_helper.TESTFN, 'rb')

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 #7e9918c49f40de7f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6300
        file = open(os_helper.TESTFN, 'rb')

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 #b53a5daebaf00171 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6316
        file = open(os_helper.TESTFN, 'rb')

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 #32379d17e44cef8b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6334
        with open(os_helper.TESTFN, 'rb') as file:

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 #83aa359c12313fd3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6351
        with open(os_helper.TESTFN, 'rb') as file:

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 #03ee57c267a411f1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6356
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #2e0aa5fba59eebc2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_socket.py:6361
        with open(os_helper.TESTFN, 'rb') as file:

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 #43787fc0ac0c667a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:168
        with open("/etc/os-release", encoding="utf-8") as f:

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 #2813440d37a6bfa4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:508
        with open(CAFILE_CACERT, 'r') as f:

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 #4e8122897d0f72aa Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:1476
        with open(CAFILE_CACERT) as f:

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 #a444a566a7b3f889 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:1479
        with open(CAFILE_NEURONIO) as f:

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 #b1e6322304736739 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:1647
        with open(CAFILE_CACERT) as f:

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 #ca3263e39924807c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:1714
        with open(SIGNING_CA) as f:

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 #7ba859a33b6b73d1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:2139
        with open(SIGNING_CA) as f:

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 #b32bcf7d72428b48 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:3575
        with open(CERTFILE, 'rb') as f:

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 egress dependency Excluded from app score #94c35807d9b38afd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:3582
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #134ab8ad5338dce2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4365
        with open(os_helper.TESTFN, 'wb') as f:

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 #d29bfd5a7fd3f0fe Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4374
                with open(os_helper.TESTFN, 'rb') as file:

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 #0771d70f001fe67f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4769
        with open(fname) as f:

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 #3d284563af625abd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4838
        with unittest.mock.patch.dict(os.environ):

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 #262245d086b1cf1a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4839
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #ec1c94c46f5c88c7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_ssl.py:4840
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #c9e444b941738bb2 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:277
        newenv = os.environ.copy()

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 #d8b6bd4cff2f80f0 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:761
        newenv = os.environ.copy()

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 #b2ec606ddf532d01 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:814
        newenv = os.environ.copy()

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 #07a39fe31fb6c7dc Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:820
        newenv = os.environ.copy()

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 #18764acf58a846b7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:826
        newenv = os.environ.copy()

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 #1d0d3b30d43ad47d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:832
        newenv = os.environ.copy()

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 #207d2a65a3bc4e81 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:1627
        newenv = os.environ.copy()

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 #eb3ab0fc5b08b3c2 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:1949
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #979abb837c23b05f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:1996
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #a85d6767033d8c71 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2048
                                  cwd=os.curdir, env=os.environ,

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 #a79533d03ead190d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2225
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #3ae2df30cb21b09c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2248
        newenv = os.environ.copy()

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 #8302582c1e005689 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2258
        newenv = os.environ.copy()

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 #c678c14135554526 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2270
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #dd9680a1a5236280 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2634
            env = os.environ.copy()

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 #290e36c60e2e89fc Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2649
            env = os.environ.copy()

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 #a8bf67b95d33b9a1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2673
        env = os.environ.copy()

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 #d23bd1528f5b63a1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2970
        with io.open(os.devnull, "r+") as inout:

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 #e268d0d6ca1df795 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2976
        with io.open(os.devnull, "r+") as inout:

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 #e906c0e9722c6fbb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:2982
        with io.open(os.devnull, "r+") as inout:

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 #ba743cc3734d681b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:3207
                open(os.devnull, 'wb') as dev_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 #b8e9931ea848f911 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:3335
            with open(os.devnull, 'w') as 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 #86db1939fd0e924d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:3447
        newenv = os.environ.copy()

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 #093e400c846fed2f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:3457
        newenv = os.environ.copy()

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 #0ea01318aa67900a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_subprocess.py:3468
            newenv = os.environ.copy()

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 #25fb6e53b8b6c196 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.10/test_threading.py:1397
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #8aa5739d30a7391a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.10/test_wsgiref.py:536
    os_environ = dict(os.environ.items())

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 #85e0438a2d0584be Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:134
        with open(req_file, 'w') as f:

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 #e26aff9620ba3036 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:163
        with open(cert_file, 'r') as f:

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 #d75f5b8f5c84d4ba Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:165
        with open(key_file, 'r') as f:

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 #da73df72c435b034 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:179
    with open(os.path.join('cadir','index.txt'),'a+') as f:

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 #1a73046d7fd2bbdd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:181
    with open(os.path.join('cadir','crl.txt'),'a+') as f:

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 #ec5507c2a53603c6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:183
    with open(os.path.join('cadir','index.txt.attr'),'w+') as f:

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 #c8d1294b29859a11 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:186
    with open(os.path.join('cadir','serial'), 'w') as f:

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 #318539a19db67bbe Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:229
    with open('ssl_cert.pem', 'w') as f:

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 #ae8c081e35c46708 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:231
    with open('ssl_key.pem', 'w') as f:

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 #3932ae17e6c40384 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:237
    with open('keycert.pem', 'w') as f:

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 #4eb5e01930ffc767 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:241
    with open('keycert.passwd.pem', 'a+') as f:

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 #db9bf85bd4034658 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:247
    with open('keycert2.pem', 'w') as f:

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 #cc0d71221da07556 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:252
    with open('keycert3.pem', 'w') as f:

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 #051361b16c8be8c1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:257
    with open('keycert4.pem', 'w') as f:

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 #e02213a5d1bbf686 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:264
    with open('keycertecc.pem', 'w') as f:

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 #14e1288f36e2630d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:283
    with open('allsans.pem', 'w') as f:

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 #373170089838f2cb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:300
    with open('idnsans.pem', 'w') as f:

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 #f465467863ba3ec7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/certdata/make_ssl_certs.py:305
    with open('nosan.pem', 'w') as f:

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 #fb7f1928c3053cb7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_asyncore.py:377
        with open(os_helper.TESTFN, 'wb') as file:

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 #d15bcc5e972740c1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_asyncore.py:405
        with open(os_helper.TESTFN, 'rb') as file:

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 #46feeefe47b8e9f0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:941
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #a12e730ba7afbc47 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1734
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d2054e5ace72fa45 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1871
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #a81432e6805c74da Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1879
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #df3f3750b19eb1e5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1890
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2b12cf89afb5e550 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1903
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d2b87c460d63a1c3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1922
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #baa8e0656fc707c8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1952
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #72a1d34fe648cb3a Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1961
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8280f27d8d8997f5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1972
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #72d4bb6f872cd45c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1985
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #23039220bf793083 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1990
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #583f8f47f9f87cd2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:1997
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=False)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e3c2d1f68a3c351f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2007
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #4c5abd4b5fa41895 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2016
            h = client.HTTPSConnection('localhost', server.port,
                                       context=context, check_hostname=True)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2e1d44192c3e11a5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2037
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #049a75ba0383f1f7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2046
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0d0cf0be25e563c3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2051
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #90151ff5ee849e63 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2058
            h = client.HTTPSConnection('localhost', 443, context=context,
                                       cert_file=CERT_localhost)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #e992eba52790dae0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2132
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #6eec0c2267ec7908 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2134
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #c2d3082208a58d9a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2147
        with open(os_helper.TESTFN, "wb") as f:

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 #2ffa01351aa9a5ff Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_httplib.py:2149
        with open(os_helper.TESTFN, "rb") as f:

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 #3d79b9b3c0312c9e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_select.py:34
        with open(__file__, 'rb') as fp:

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 #1e5245d35e39b10e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:62
        with open("/dev/vsock", "rb") as f:

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 #137a0ff8eea25d83 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:5817
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #4caefbfd0ab243e9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6191
        with open(os_helper.TESTFN, 'wb') as f:

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 #1e3f77d6b8f0e1a4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6194
        with open(os_helper.TESTFN, 'rb') as f:

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 #7a27b5a3e37cfc38 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6227
        file = open(os_helper.TESTFN, 'rb')

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 #4149a3600bbfca32 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6263
        with open(filename, 'wb'):

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 #7ddc77817e466921 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6265
        file = open(filename, 'rb')

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 #65713434a83f3c4a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6281
        file = open(os_helper.TESTFN, 'rb')

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 #8b12832856cf2d7c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6298
        file = open(os_helper.TESTFN, 'rb')

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 #ac0fe74bc42f52e2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6319
        file = open(os_helper.TESTFN, 'rb')

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 #b8c55861e4061726 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6340
        file = open(os_helper.TESTFN, 'rb')

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 #f9d91ca36cc89e1a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6359
        file = open(os_helper.TESTFN, 'rb')

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 #b5a985363d8da59f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6375
        file = open(os_helper.TESTFN, 'rb')

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 #6140b33864b253c9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6393
        with open(os_helper.TESTFN, 'rb') as file:

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 #39873afd3b8c22cc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6411
        with open(os_helper.TESTFN, 'rb') as file:

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 #609ffce8c97fb8ac Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6416
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #cebb7f1e0f59adb0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_socket.py:6421
        with open(os_helper.TESTFN, 'rb') as file:

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 #ffa21e51406c143a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:168
        with open("/etc/os-release", encoding="utf-8") as f:

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 #fe2d709e13162e33 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:518
        with open(CAFILE_CACERT, 'r') as f:

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 #3a494011a7b75b7c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:1502
        with open(CAFILE_CACERT) as f:

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 #c34b196f3ebbdd11 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:1505
        with open(CAFILE_NEURONIO) as f:

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 #ae87c7145536413a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:1673
        with open(CAFILE_CACERT) as f:

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 #98c850b1e0c501ad Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:1740
        with open(SIGNING_CA) as f:

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 #3f4ef7a7cd1d99a7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:2168
        with open(SIGNING_CA) as f:

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 #40e5d878b19e1770 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:3608
        with open(__file__, 'rb') as f:

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 egress dependency Excluded from app score #759e14cbb6e48dac Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:3614
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #3609a97c5b7a41e0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4417
        with open(os_helper.TESTFN, 'wb') as f:

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 #799eb1883c380ea5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4426
                with open(os_helper.TESTFN, 'rb') as file:

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 #79c26e21a36f8a39 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4821
        with open(fname) as f:

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 #d79ffa3019d9a97d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4890
        with unittest.mock.patch.dict(os.environ):

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 #a8d6d91568aed41f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4891
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #75285245d4aa3132 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_ssl.py:4892
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #8d732445801429e8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:289
        newenv = os.environ.copy()

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 #c78fa3b31baf4b77 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:782
        newenv = os.environ.copy()

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 #bd5a404244aea343 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:794
        newenv = os.environ.copy()

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 #02d9c5f448de00f5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:868
        newenv = os.environ.copy()

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 #98a40f6ec7469713 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:874
        newenv = os.environ.copy()

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 #884aa0bc49557b5b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:880
        newenv = os.environ.copy()

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 #3c57e369f0b8d78b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:886
        newenv = os.environ.copy()

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 #8a14b876aba61373 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:899
        newenv = os.environ.copy()

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 #0c1ce1dd2a659181 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:904
        newenv = os.environ.copy()

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 #b7b862ee67f76af9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:1728
        newenv = os.environ.copy()

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 #34b3f055e7018611 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2067
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #f24f98d37213679c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2114
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #27895e880a87030e Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2167
                                  cwd=os.curdir, env=os.environ,

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 #5ff7d340456405ad Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2344
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #d60f3f1d4b7a36c2 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2367
        newenv = os.environ.copy()

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 #ceb4cac291c7a90a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2377
        newenv = os.environ.copy()

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 #db1c66dd8b861995 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2389
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #94d63140f14ebfd9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2753
            env = os.environ.copy()

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 #297de594af429b38 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2768
            env = os.environ.copy()

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 #4aab245d373f4001 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:2792
        env = os.environ.copy()

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 #7709041a44a18f54 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3089
        with io.open(os.devnull, "r+") as inout:

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 #1c045930fa9a4bf6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3095
        with io.open(os.devnull, "r+") as inout:

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 #0331619c08c8b25e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3101
        with io.open(os.devnull, "r+") as inout:

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 #cdead487ea575655 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3326
                open(os.devnull, 'wb') as dev_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 #57091e79ef076cfd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3455
            with open(os.devnull, 'w') as 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 #36e22328d26f96b3 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3567
        newenv = os.environ.copy()

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 #9c2f2a8f4baa5647 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3577
        newenv = os.environ.copy()

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 #9814f55f181ba865 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_subprocess.py:3588
            newenv = os.environ.copy()

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 #cc773476e5de8522 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.11/test_threading.py:1513
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #23e82ae6b2033967 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.11/test_wsgiref.py:512
    os_environ = dict(os.environ.items())

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 #c4242a430e1463d2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:134
        with open(req_file, 'w') as f:

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 #08b24905067752b3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:163
        with open(cert_file, 'r') as f:

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 #52178fed8a4f037e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:165
        with open(key_file, 'r') as f:

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 #ce59651290e141ad Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:179
    with open(os.path.join('cadir','index.txt'),'a+') as f:

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 #36783d0611b036b1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:181
    with open(os.path.join('cadir','crl.txt'),'a+') as f:

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 #c0c3bb93e4e49260 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:183
    with open(os.path.join('cadir','index.txt.attr'),'w+') as f:

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 #aa0d21eb425e652c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:186
    with open(os.path.join('cadir','serial'), 'w') as f:

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 #1b8ce1da914ecdfa Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:229
    with open('ssl_cert.pem', 'w') as f:

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 #7e21f4046c50a029 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:231
    with open('ssl_key.pem', 'w') as f:

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 #6007363e748ab094 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:237
    with open('keycert.pem', 'w') as f:

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 #548e35123b3c709d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:241
    with open('keycert.passwd.pem', 'a+') as f:

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 #70a2806b78a48239 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:247
    with open('keycert2.pem', 'w') as f:

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 #01e19a5bbfd5487c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:252
    with open('keycert3.pem', 'w') as f:

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 #537204747ede15db Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:257
    with open('keycert4.pem', 'w') as f:

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 #4cc791c944acd750 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:264
    with open('keycertecc.pem', 'w') as f:

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 #a9d037ba6fa07e56 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:283
    with open('allsans.pem', 'w') as f:

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 #dc16f81724b034ce Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:300
    with open('idnsans.pem', 'w') as f:

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 #b98a8bf3f6615b27 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/certdata/make_ssl_certs.py:305
    with open('nosan.pem', 'w') as f:

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 #d5d399ba37de82ad Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:984
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #dd75add53b5d9161 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1796
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #60a4e2cdb6fef317 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1933
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #622b5094d33012ed Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1941
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #629770bba2d7f8dd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1952
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c05cce7673e7388d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1965
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #7429cccb62d5f34b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:1984
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #65e621e7af371409 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2014
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #47e56848b82332dc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2023
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b8472ab2c87f41ca Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2034
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5a58c90720642a9f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2047
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9c08e97005bcc0de Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2053
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #095b1ac41d3344cc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2059
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6ff17aa48e063a24 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2082
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #7ed28e5d9a23c727 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2091
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #a6874bb717e834a5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2096
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6074872e0501d782 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2102
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #658cbed1f914a4b9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2175
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #bc4f2573c2679185 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2177
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #e6f3e80f56766228 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2190
        with open(os_helper.TESTFN, "wb") as f:

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 #f66258a98f6ec56a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_httplib.py:2192
        with open(os_helper.TESTFN, "rb") as f:

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 #76e0651bdbdec5f6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_interpreters.py:29
    return wrapped, open(r, encoding='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 dependency Excluded from app score #246e7b45628fa2e1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_interpreters.py:64
    with open(w, 'w') as spipe:

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 #06b78c57d645d0da Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_interpreters.py:669
        with open(filename, 'w', encoding='utf-8') as outfile:

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 #707dc9bb79c75ebf Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_select.py:33
        with open(__file__, 'rb') as fp:

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 #24dc4ba7663e0806 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:63
        with open("/dev/vsock", "rb") as f:

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 #8e75258efa1ae7be Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:5966
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #24f5f0480476fd21 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6340
        with open(os_helper.TESTFN, 'wb') as f:

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 #8806690403a35274 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6343
        with open(os_helper.TESTFN, 'rb') as f:

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 #3770cc628aacd13a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6376
        file = open(os_helper.TESTFN, 'rb')

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 #ae32bd9d6da44c8e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6412
        with open(filename, 'wb'):

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 #cc18f97812908f16 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6414
        file = open(filename, 'rb')

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 #1f8d75c711b06e20 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6430
        file = open(os_helper.TESTFN, 'rb')

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 #c98e8c7af0bf4415 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6447
        file = open(os_helper.TESTFN, 'rb')

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 #86fb8c79330b9954 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6468
        file = open(os_helper.TESTFN, 'rb')

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 #b8c87e0bfcecc9a9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6489
        file = open(os_helper.TESTFN, 'rb')

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 #f37beecf98b8c150 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6508
        file = open(os_helper.TESTFN, 'rb')

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 #707bcb3dc4ae5742 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6524
        file = open(os_helper.TESTFN, 'rb')

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 #7b007c84a1f0d734 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6542
        with open(os_helper.TESTFN, 'rb') as file:

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 #74cacf8e963cb219 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6560
        with open(os_helper.TESTFN, 'rb') as file:

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 #c2084da3ae4288dd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6565
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #04a97a2957aed492 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_socket.py:6570
        with open(os_helper.TESTFN, 'rb') as file:

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 #eec488b8225c0e62 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:165
        with open("/etc/os-release", encoding="utf-8") as f:

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 #6bb0f241a07a77e5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:506
        with open(CAFILE_CACERT, 'r') as f:

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 #0d72ffe7145da58d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:1267
        with open(CAFILE_CACERT) as f:

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 #cba25bda7930a9ec Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:1270
        with open(CAFILE_NEURONIO) as f:

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 #b2506e410efb4111 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:1444
        with open(CAFILE_CACERT) as f:

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 #4705a281ba464a11 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:1514
        with open(SIGNING_CA) as f:

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 #3254a92d03691d07 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:1960
        with open(SIGNING_CA) as f:

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 #59ab3d5f1ed673ae Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:3392
        with open(__file__, 'rb') as f:

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 egress dependency Excluded from app score #dd56b514772215a7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:3398
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #70f7bd5df776fe9d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4229
        with open(os_helper.TESTFN, 'wb') as f:

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 #b5dbd0a0ad893f24 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4238
                with open(os_helper.TESTFN, 'rb') as file:

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 #2514b2752ae6701f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4633
        with open(fname) as f:

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 #684f0a6b9f357088 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4710
        with unittest.mock.patch.dict(os.environ):

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 #bac3755b3f3ef34a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4711
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #d4eae73450c43663 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_ssl.py:4712
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #2bcfe8acbcfb3662 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:281
        newenv = os.environ.copy()

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 #e318763ce1ced5c7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:775
        newenv = os.environ.copy()

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 #7d6abd910e30350a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:787
        newenv = os.environ.copy()

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 #525a3ff5d9e84271 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:861
        newenv = os.environ.copy()

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 #64189baa48b34c27 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:867
        newenv = os.environ.copy()

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 #c11bebff17a5cdde Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:873
        newenv = os.environ.copy()

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 #94402042363d0ea6 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:879
        newenv = os.environ.copy()

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 #686c6a48009e5ddb Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:892
        newenv = os.environ.copy()

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 #ad887d4ca1704efe Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:897
        newenv = os.environ.copy()

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 #e0f8389633eaf4e1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:1710
        newenv = os.environ.copy()

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 #0dd287fb5a48468e Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2049
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #62dad843dae50c6a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2096
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #b67f60b279910eb7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2155
                                  cwd=os.curdir, env=os.environ,

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 #f6c0800ea60a9c4f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2322
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #df405dc9ccc0e5be Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2345
        newenv = os.environ.copy()

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 #6eb75bbd9a350cb1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2355
        newenv = os.environ.copy()

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 #fbac5c0d6adee66c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2367
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #d1ec956e2a543d52 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2731
            env = os.environ.copy()

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 #93c5f07fecb8e712 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2746
            env = os.environ.copy()

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 #3ba261d8eb8bc663 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:2770
        env = os.environ.copy()

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 #95f072cda09165b5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3067
        with io.open(os.devnull, "r+") as inout:

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 #a2a0ea99b04ffb55 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3073
        with io.open(os.devnull, "r+") as inout:

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 #7542f12f620a1d47 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3079
        with io.open(os.devnull, "r+") as inout:

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 #0047b5c1ca3d752b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3304
                open(os.devnull, 'wb') as dev_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 #7e325c27c026833c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3452
            with open(os.devnull, 'w') as 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 #f4e5233db61f9578 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3564
        newenv = os.environ.copy()

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 #fcb7dc480f7305d5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3574
        newenv = os.environ.copy()

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 #1d65fe7134e01981 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_subprocess.py:3585
            newenv = os.environ.copy()

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 #af67fda77307c92f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_threading.py:1783
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #9908b34590c76a8a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.12/test_threading.py:1993
            with open(filename, 'w') as outfile:

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 #de271f3c7cdceea6 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.12/test_wsgiref.py:512
    os_environ = dict(os.environ.items())

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 #ae0818717bc29fda Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:135
        with open(req_file, 'w') as f:

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 #802de70dc216ae5f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:164
        with open(cert_file, 'r') as f:

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 #d8d6f4bd4d5e205f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:166
        with open(key_file, 'r') as f:

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 #db694880444e4c28 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:180
    with open(os.path.join('cadir','index.txt'),'a+') as f:

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 #595b9eea912fc2e6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:182
    with open(os.path.join('cadir','crl.txt'),'a+') as f:

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 #902bb785278cd8a0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:184
    with open(os.path.join('cadir','index.txt.attr'),'w+') as f:

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 #bfbc2da95516ecfe Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:187
    with open(os.path.join('cadir','serial'), 'w') as f:

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 #4426684881ddeebd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:230
    with open('ssl_cert.pem', 'w') as f:

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 #30f97051edd3568f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:232
    with open('ssl_key.pem', 'w') as f:

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 #1fd6e3692fe006f5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:238
    with open('keycert.pem', 'w') as f:

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 #077c0b9df81d390f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:242
    with open('keycert.passwd.pem', 'a+') as f:

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 #c6db453b1598a74a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:248
    with open('keycert2.pem', 'w') as f:

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 #fe2f18c54967c7c9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:253
    with open('keycert3.pem', 'w') as f:

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 #d1407642986862b7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:260
    with open('keycert4.pem', 'w') as f:

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 #1d21ddb442b6d83d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:267
    with open('keycertecc.pem', 'w') as f:

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 #2571a80fd42c2f7a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:286
    with open('allsans.pem', 'w') as f:

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 #01d4b0cb169f057f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:303
    with open('idnsans.pem', 'w') as f:

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 #966be20da45e0115 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/certdata/make_ssl_certs.py:308
    with open('nosan.pem', 'w') as f:

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 #c06bb2a55cd27882 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:988
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #d5ab8aa1cf67eaec Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1803
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #954d223717dba950 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1940
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f99f488bd230dace Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1948
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b9e214f4924fa669 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1959
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f0bb5e96bad30873 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1972
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0dbb1b532e2cc000 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:1991
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e817ab9d5b3f51c8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2021
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #502cbb87e9772d18 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2030
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #119b26e9946294b0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2041
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #89136058add7b5aa Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2054
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0e63c13878f5d361 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2060
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0933978986984675 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2066
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b5758e9be4972eb3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2089
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c3bdb025a910d444 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2098
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #360326e72cd2cbbf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2103
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #db8263382ce73953 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2109
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #52e568d8c223b1de Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2182
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #ea7841d980318ea2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2184
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #7a26f380fc85d86b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2197
        with open(os_helper.TESTFN, "wb") as f:

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 #34a1e90af7932d01 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_httplib.py:2199
        with open(os_helper.TESTFN, "rb") as f:

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 #f0d21667488dddf9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_interpreters.py:29
    return wrapped, open(r, encoding='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 dependency Excluded from app score #71e66517ec7affe4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_interpreters.py:64
    with open(w, 'w') as spipe:

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 #821355240acab47a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_interpreters.py:669
        with open(filename, 'w', encoding='utf-8') as outfile:

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 #5cd96883ffd7d15a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_select.py:33
        with open(__file__, 'rb') as fp:

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 #de7c1ecb4455889b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:97
        with open("/dev/vsock", "rb") as f:

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 #2aac5e7a13ad51a4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6210
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #f6e6c5f983a87165 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6584
        with open(os_helper.TESTFN, 'wb') as f:

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 #d1d96e268808c117 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6587
        with open(os_helper.TESTFN, 'rb') as f:

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 #5eb69aedc9a064f2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6620
        file = open(os_helper.TESTFN, 'rb')

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 #efe62be86a9a1d4d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6656
        with open(filename, 'wb'):

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 #40df948afae498ca Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6658
        file = open(filename, 'rb')

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 #50673edc83d3cd79 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6674
        file = open(os_helper.TESTFN, 'rb')

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 #8752d2f35d6a2c8e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6691
        file = open(os_helper.TESTFN, 'rb')

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 #a5a0a2ece2f17bb8 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6712
        file = open(os_helper.TESTFN, 'rb')

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 #587faac95cdbc1a9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6733
        file = open(os_helper.TESTFN, 'rb')

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 #e2ad25fcacd79188 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6752
        file = open(os_helper.TESTFN, 'rb')

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 #d54c9fdc591689cb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6768
        file = open(os_helper.TESTFN, 'rb')

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 #6ccf8c43c3d6401e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6786
        with open(os_helper.TESTFN, 'rb') as file:

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 #976f2cec1795fe30 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6804
        with open(os_helper.TESTFN, 'rb') as file:

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 #7074b3b07c2f6bde Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6809
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #e6c7d46314e8bd59 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_socket.py:6814
        with open(os_helper.TESTFN, 'rb') as file:

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 #6200634483abbbb3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:176
        with open("/etc/os-release", encoding="utf-8") as f:

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 #3a76e02e97ce32ce Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:529
        with open(CAFILE_CACERT, 'r') as f:

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 #03a3bc4162efa4f3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:1290
        with open(CAFILE_CACERT) as f:

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 #2ba66a7d14e99d3f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:1293
        with open(CAFILE_NEURONIO) as f:

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 #cab3bd05715f19c9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:1467
        with open(CAFILE_CACERT) as f:

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 #a00a9cfa418d35d9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:1541
        with open(SIGNING_CA) as f:

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 #9c4f46776f982a88 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:1987
        with open(SIGNING_CA) as f:

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 #77787d8eb1f79b8c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:3510
        with open(__file__, 'rb') as f:

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 egress dependency Excluded from app score #414fcccbede0a385 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:3516
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #d679c640f3d568c4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4347
        with open(os_helper.TESTFN, 'wb') as f:

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 #93cf0f99b98c1e8d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4356
                with open(os_helper.TESTFN, 'rb') as file:

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 #dcebbee1dde6595c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4834
        with open(SIGNING_CA) as f:

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 #c6dc690fb1d7dba0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4837
        with open(SINGED_CERTFILE_ONLY) as f:

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 #c62655cf8df49314 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4890
        with open(fname) as f:

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 #6fd3c36530a8c2b8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4967
        with unittest.mock.patch.dict(os.environ):

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 #334c06411f85398e Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4968
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #383a8c00860ac543 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_ssl.py:4969
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #c982314a5d7b6c6e Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:299
        newenv = os.environ.copy()

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 #97c54f958e0cc322 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:793
        newenv = os.environ.copy()

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 #057449b155f9859e Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:805
        newenv = os.environ.copy()

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 #39cfa4342e92dd5a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:879
        newenv = os.environ.copy()

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 #466645f1e15878de Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:885
        newenv = os.environ.copy()

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 #def9cdebd1d8e67a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:891
        newenv = os.environ.copy()

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 #0ac76f58b8e9f047 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:897
        newenv = os.environ.copy()

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 #2d40dad7e883eb24 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:910
        newenv = os.environ.copy()

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 #bd8adc69183c0666 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:915
        newenv = os.environ.copy()

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 #535f2fbd91c2f0f8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:1725
        newenv = os.environ.copy()

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 #16090323342fdaf4 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2071
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #5743b450a9530bb9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2118
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #1797282d6db41893 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2177
                                  cwd=os.curdir, env=os.environ,

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 #f271c575e8d2708d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2344
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #3743e44ae37ad3a3 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2367
        newenv = os.environ.copy()

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 #14136f61ff7bcee6 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2377
        newenv = os.environ.copy()

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 #63ac5f5ec4f08393 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2389
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #f046cb5909aacd95 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2753
            env = os.environ.copy()

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 #f759590b446be4ba Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2768
            env = os.environ.copy()

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 #9ae4f90fb1a0dedd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:2792
        env = os.environ.copy()

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 #3add3cf56099a654 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3089
        with io.open(os.devnull, "r+") as inout:

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 #12648590d8d71a14 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3095
        with io.open(os.devnull, "r+") as inout:

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 #09e9c991d934c031 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3101
        with io.open(os.devnull, "r+") as inout:

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 #0874c57cb17b5f83 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3326
                open(os.devnull, 'wb') as dev_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 #eda89d90d4b6af33 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3562
            with open(os.devnull, 'w') as 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 #465b78a59fcb95bd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3674
        newenv = os.environ.copy()

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 #76c74ac6a43bbdcb Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3684
        newenv = os.environ.copy()

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 #60912d554879ae46 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_subprocess.py:3695
            newenv = os.environ.copy()

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 #b7b29bd8796ac501 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.13/test_threading.py:1839
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #a555f97c60aaa92c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.13/test_wsgiref.py:512
    os_environ = dict(os.environ.items())

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 #3cc740d556b39387 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:138
        with open(req_file, 'w') as f:

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 #ab9f71cc74f655b9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:166
        with open(cert_file, 'r') as f:

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 #cffb97330012c629 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:168
        with open(key_file, 'r') as f:

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 #11b4d7d4f335fb2b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:182
    with open(os.path.join('cadir','index.txt'),'a+') as f:

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 #e3cabb0989c2fec2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:184
    with open(os.path.join('cadir','crl.txt'),'a+') as f:

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 #50594f099949b33f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:186
    with open(os.path.join('cadir','index.txt.attr'),'w+') as f:

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 #f580b315abcc34eb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:189
    with open(os.path.join('cadir','serial'), 'w') as f:

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 #47f43f3df7af4b12 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:229
    with open(path + '.reference', 'w') as f:

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 #6464b666d7316ba0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:241
    with open('ssl_cert.pem', 'w') as f:

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 #b5e6245e8e384a0a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:243
    with open('ssl_key.pem', 'w') as f:

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 #4064f0ce8dbd5146 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:249
    with open('keycert.pem', 'w') as f:

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 #4be2a99e7fc655d8 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:253
    with open('keycert.passwd.pem', 'a+') as f:

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 #95168a2e6c97d66f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:259
    with open('keycert2.pem', 'w') as f:

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 #fb141350695a7ce7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:264
    with open('keycert3.pem', 'w') as f:

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 #1af9dcb202b8258d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:271
    with open('keycert4.pem', 'w') as f:

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 #f38cfa8cdd9d78df Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:278
    with open('keycertecc.pem', 'w') as f:

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 #124bd92d3bdde677 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:297
    with open('allsans.pem', 'w') as f:

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 #eede19e6a6713c96 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:314
    with open('idnsans.pem', 'w') as f:

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 #77c4dccc049ac99f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/certdata/make_ssl_certs.py:319
    with open('nosan.pem', 'w') as f:

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 #754d579228028de4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:30
    return wrapped, open(r, encoding="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 dependency Excluded from app score #850bfbc902dbf798 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:69
    with open(w, 'w', encoding="utf-8") as spipe:

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 #a942dcf82b2c3857 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:708
        with open(r, 'rb') as chan:

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 #5ba81f72d93608cb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:740
        with open(r, 'rb') as chan:

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 #aeeedcdd9a1d35b4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:762
        with open(r, 'rb') as chan:

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 #a5da3d57bbf22f56 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:779
        with open(r, 'rb') as chan:

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 #b1d41bde31a0c521 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:792
        with open(r, 'rb') as chan:

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 #944bd7c08b09fd33 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:813
        with open(r, 'rb') as chan:

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 #2c942ffc0906954c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1021
            with open(w, 'w', encoding="utf-8") as spipe:

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 #3849c623765f67b2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1027
        with open(r, encoding="utf-8") as outfile:

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 #de6e0f404802e6fb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1037
            with open(w, 'w', encoding="utf-8") as spipe:

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 #74d93659bf89ced2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1054
        with open(r, encoding="utf-8") as outfile:

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 #dc0c00827f1eafe9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1065
            with open(w, 'w', encoding="utf-8") as spipe:

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 #f7c2456972623301 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test__interpreters.py:1072
        with open(r, encoding="utf-8") as outfile:

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 #b7fa86b3aa69f3bc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:998
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #60c5c58991368282 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:1813
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #82b72bab48b9edbd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:1950
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #321b1e7d12a0245f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:1958
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2ea53be862a4e44f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:1969
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #15e7e14f7a8c15f7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:1982
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d37c5ca1828e7a61 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2001
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #573c6ee61c138d64 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2031
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9b20763d60eacece Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2040
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #36ecab5c3dd6d971 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2051
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #dff695494c6868a0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2064
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8d1622d1ce30a7ce Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2070
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #acc13519eabc4152 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2076
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d22cf36cef442713 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2099
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #70932349feaa2882 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2108
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #dd69f0d87dc2f70f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2113
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c3793f7fecdc3bcf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2119
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #f966d48164c326ba Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2192
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #569dd60dcc520b6f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2194
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #64c0d1a4634e7e2a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2207
        with open(os_helper.TESTFN, "wb") as f:

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 #52ff922e0b17bd54 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httplib.py:2209
        with open(os_helper.TESTFN, "rb") as f:

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 #d8d712f0ab81131b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:116
        os.environ = os_helper.EnvironmentVarGuard()

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 #9e89b09f6e5ca29a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:125
        os.environ.__exit__()

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 egress dependency Excluded from app score #0c6ccdd622a69ddb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:130
        self.connection.request(method, uri, body, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #46f220348fb6947d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:388
        self.connection = http.client.HTTPSConnection(
            self.HOST, self.PORT, context=context
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #99e0f2b0389e3b2d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:391
        self.connection.request(method, uri, body, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9d970bed94bfcb2a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:479
        with open(tempname, 'wb') as temp:

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 #734159684f72c294 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:547
            with open(fullpath, 'wb') as f:

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 #b7541a7ccb5ae8d1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:725
        with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f:

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 #ef12fb7c59e6c12b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:936
        with open(self.nocgi_path, 'w', encoding='utf-8') as fp:

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 #db25a0df134e7396 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:941
        with open(self.file1_path, 'w', encoding='utf-8') as file1:

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 #004bd8b2be9b87c9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:946
        with open(self.file2_path, 'w', encoding='utf-8') as file2:

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 #c6cc26031c5e3ada Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:951
        with open(self.file3_path, 'w', encoding='utf-8') as file3:

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 #d9d03b17c3f46d14 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:956
        with open(self.file4_path, 'w', encoding='utf-8') as file4:

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 #f83d995f15d3f7a3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:961
        with open(self.file5_path, 'w', encoding='utf-8') as file5:

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 #3e4254a04505bc8b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:966
        with open(self.file6_path, 'w', encoding='utf-8') as file6:

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 #904060d7263cd63d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:1086
        os.environ['SERVER_SOFTWARE'] = signature

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 #fe0c93417716faf3 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_httpservers.py:1091
        self.assertEqual(os.environ['SERVER_SOFTWARE'], signature)

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 #8a43c85aca1e86ad Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_select.py:33
        with open(__file__, 'rb') as fp:

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 #55c09a61eda419fc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:97
        with open("/dev/vsock", "rb") as f:

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 #9073a754130803f9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6331
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #1b29caf7aae76cae Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6705
        with open(os_helper.TESTFN, 'wb') as f:

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 #a65add19f041192a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6708
        with open(os_helper.TESTFN, 'rb') as f:

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 #c962875e4a78eb9f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6741
        file = open(os_helper.TESTFN, 'rb')

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 #7ce71e709443155c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6777
        with open(filename, 'wb'):

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 #93e1b46a4b86b3af Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6779
        file = open(filename, 'rb')

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 #edfd667b2f9c5e4f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6795
        file = open(os_helper.TESTFN, 'rb')

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 #e7e147c5217515f0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6812
        file = open(os_helper.TESTFN, 'rb')

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 #1af6ebbb4e8d21b7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6833
        file = open(os_helper.TESTFN, 'rb')

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 #d23474f2106c751d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6854
        file = open(os_helper.TESTFN, 'rb')

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 #9b3a503c2f88f500 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6873
        file = open(os_helper.TESTFN, 'rb')

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 #d867068e2c65c1c0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6889
        file = open(os_helper.TESTFN, 'rb')

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 #c2bfe210ae572d2f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6907
        with open(os_helper.TESTFN, 'rb') as file:

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 #b6697623c53a1a73 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6925
        with open(os_helper.TESTFN, 'rb') as file:

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 #2cc3ca5029b28e38 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6930
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #1ef68c37e5639b1d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socket.py:6935
        with open(os_helper.TESTFN, 'rb') as file:

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 #941329fe1359dc3a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socketserver.py:328
        with open(os_helper.TESTFN) as log:

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 #3ca232dbf54aef5c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socketserver.py:346
        with open(os_helper.TESTFN, 'a') as log:

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 #808503a176838f0b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_socketserver.py:355
        with open(os_helper.TESTFN, 'a') as log:

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 #b53921aa01522d10 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:88
with open(data_file('keycert.pem.reference')) as file:

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 #42c3abb062f9b8bb Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:99
with open(data_file('keycert3.pem.reference')) as file:

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 #5545d30398d72e26 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:148
        with open("/etc/os-release", encoding="utf-8") as f:

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 #6831045cb4523a43 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:502
        with open(CAFILE_CACERT, 'r') as f:

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 #50383ec59f592cf6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:1263
        with open(CAFILE_CACERT) as f:

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 #68d2ce04a5a3fc5a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:1266
        with open(CAFILE_NEURONIO) as f:

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 #1a98e86ad494ff5f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:1439
        with open(CAFILE_CACERT) as f:

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 #3022d299d6fd2260 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:1513
        with open(SIGNING_CA) as f:

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 #bc7cacca4d7de4d1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:1959
        with open(SIGNING_CA) as f:

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 #e5facd6842e55be0 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:3483
        with open(__file__, 'rb') as f:

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 egress dependency Excluded from app score #29d85c77a94b8b67 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:3489
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #bcd04792cfd840f1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4320
        with open(os_helper.TESTFN, 'wb') as f:

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 #b4803ac667381897 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4329
                with open(os_helper.TESTFN, 'rb') as file:

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 #88b48e5629963e76 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4808
        with open(SIGNING_CA) as f:

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 #d732a5ddee8adbc5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4811
        with open(SINGED_CERTFILE_ONLY) as f:

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 #76e845b7cbaef080 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4864
        with open(fname) as f:

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 #f04c1e58104efe71 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4941
        with unittest.mock.patch.dict(os.environ):

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 #b955c39db28c0c26 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4942
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #ec759db800ff90a5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_ssl.py:4943
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #ee6d567c251bca38 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:300
        newenv = os.environ.copy()

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 #aaab593cab56c88c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:794
        newenv = os.environ.copy()

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 #71340b89ba548fb8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:806
        newenv = os.environ.copy()

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 #b8d4f7f66aa372f9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:880
        newenv = os.environ.copy()

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 #929c183ed60d2acf Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:886
        newenv = os.environ.copy()

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 #2ea6e8386d3a61f9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:892
        newenv = os.environ.copy()

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 #e2311438b5c12fcd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:898
        newenv = os.environ.copy()

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 #c0e102fac27eb7ac Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:911
        newenv = os.environ.copy()

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 #861e9acd0267aceb Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:916
        newenv = os.environ.copy()

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 #b987258b5b95f12d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:1726
        newenv = os.environ.copy()

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 #247aa7334fe939f0 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2072
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #b1c73a39f7890b1b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2119
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #eb0568b3379a5092 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2178
                                  cwd=os.curdir, env=os.environ,

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 #e1b72b247e702d91 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2345
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #74129478620aa81f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2368
        newenv = os.environ.copy()

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 #e220f0538c13e38a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2378
        newenv = os.environ.copy()

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 #0c4b5f8b8288b061 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2390
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #3d6b90523faa1e71 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2754
            env = os.environ.copy()

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 #43b7265d182a761d Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2769
            env = os.environ.copy()

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 #485bf4d19aabe0e1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:2793
        env = os.environ.copy()

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 #baca02322ce6cfcc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3090
        with io.open(os.devnull, "r+") as inout:

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 #a8347a9a1ceb28e7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3096
        with io.open(os.devnull, "r+") as inout:

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 #faa7ac6cdd9a1226 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3102
        with io.open(os.devnull, "r+") as inout:

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 #79cd9f148cf2f577 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3327
                open(os.devnull, 'wb') as dev_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 #4e886e50676c330b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3531
            with open(os.devnull, 'w') as 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 #b7519d5fa2e007d7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3643
        newenv = os.environ.copy()

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 #936ad8a78d0d2040 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3653
        newenv = os.environ.copy()

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 #36462c76569b4131 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_subprocess.py:3664
            newenv = os.environ.copy()

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 #da92ece4c7416a71 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_threading.py:1983
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #5c29cd1382031f48 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:106
        f = open(os_helper.TESTFN, 'wb')

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 egress dependency Excluded from app score #cd2549e415c3de2f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:113
        self.returned_obj = urllib.request.urlopen("file:%s" % self.quoted_pathname)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #193c655f27205599 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:201
        for k in list(os.environ):

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 #58aea99d686b84a1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:270
        self._saved_env = os.environ

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 #e1dce604f6fdffc5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:272
        os.environ = collections.OrderedDict()

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 #bf63318af5cdafe9 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:275
        os.environ = self._saved_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 #4bb0a3649b704914 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:279
        os.environ['no_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 #0194ba38a4e7e889 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:280
        os.environ['No_Proxy'] = 'localhost'

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 #75c598eec87614bd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:283
        os.environ['http_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 #15e2d395189a220b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:284
        os.environ['HTTP_PROXY'] = 'http://somewhere:3128'

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 #6e0adbe22fb84d69 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:288
        os.environ['no_proxy'] = 'localhost, noproxy.com, my.proxy:1234'

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 #9a2b8649ca9b0816 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:289
        os.environ['No_Proxy'] = 'xyz.com'

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 #78226b550353e016 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:296
        os.environ['http_proxy'] = 'http://somewhere:3128'

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 #5d99d0d573704851 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:297
        os.environ['Http_Proxy'] = 'http://somewhereelse:3128'

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 egress dependency Excluded from app score #5a4c3fc79f55c896 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:308
            fp = urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5e3f5efe35cb1a70 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:321
            fp = urllib.request.urlopen(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e019d8ff72fe545c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:329
            resp = urllib.request.urlopen("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9f37c9210cacaf48 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:351
                    urllib.request.urlopen(f"http:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #78648c5187fc35b6 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:354
                    urllib.request.urlopen(f"https:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #cf87f2d28976e5c3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:390
                    urllib.request.urlopen(f"http:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #505855bf7cf755ae Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:392
                    urllib.request.urlopen(f"https:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f20d0e0026f4b001 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:432
                urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #62866ec87056ea84 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:449
                urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #cea61cf909e61a29 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:464
                    urllib.request.urlopen("http://something")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ef7d134066a8fc69 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:492
            with urllib.request.urlopen(tmp_fileurl) as fobj:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #73b7d9cd78571aab Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:500
            urllib.request.urlopen(tmp_fileurl)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #87de370725aca043 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:546
            urllib.request.urlopen(self.text_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #727bc5697107c4ba Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:548
            urllib.request.urlopen(self.text_url_base64))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #327030d3acbad32b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:549
        self.image_url_resp = self.enterContext(urllib.request.urlopen(self.image_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #4e0579130b2ea856 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:614
            FILE = open(os_helper.TESTFN, 'wb')

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 #dd70ee338d1838ae Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib.py:668
        FILE = open(second_temp, 'rb')

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 egress dependency Excluded from app score #1567a5b35077c0ac Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:68
        with urllib.request.urlopen(file_url) as f:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #05e6e59fa4b2a18b Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:103
        self.assertEqual(Request(url,
                                 headers={"Spam-eggs": "blah"}
                                 ).headers["Spam-eggs"], "blah")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ccea80f5f2d18670 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:106
        self.assertEqual(Request(url,
                                 headers={"spam-EggS": "blah"}
                                 ).headers["Spam-eggs"], "blah")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f5a6a1b42a58c39a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:126
        req = Request(url, headers={"Spam-eggs": "blah"})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #77fc5a9f682de0bf Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:420
            return Request("http://blah/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0dfaff38d774b919 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:612
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #00131f1f45031fdf Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:654
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #beda241a227245e4 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:670
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d4123decfc6175be Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:692
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9cb704d6dac051f6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:829
            f = open(TESTFN, "wb")

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 #8f4bb5efe482e988 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:863
                f = open(TESTFN, "wb")

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 egress dependency Excluded from app score #66372b78a9bcd3f0 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:935
        req = Request("http://example.com/","badpost")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c6ef311f7b49938e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:941
            req = Request("http://example.com/", data)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #583c450a5112744b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:978
        with open(file_path, "rb") as f:

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 egress dependency Excluded from app score #5be927a2877a3ec2 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:979
            req = Request("http://example.com/", f, {})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #631fa7899e7fa7c4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:985
        with open(file_path, "rb") as f:

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 egress dependency Excluded from app score #ce5a433bd6c44775 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:986
            req = Request("http://example.com/", f, {"Content-Length": 30})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #36038ac2e68c891a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1001
        req = Request("http://example.com/", file_obj, {})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #cbce2ca676f00e0d Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1007
        req = Request("http://example.com/", file_obj, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #15ab912269f27594 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1027
                req = Request("http://example.com/", proc.stdout, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b8d66afda90dad99 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1048
            req = Request("http://example.com/", iterable_body(), headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2b4a0dafc53c42ca Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1061
        req = h.do_request_(Request("http://example.com/", ()))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e1d0cd2ed9b7c0c8 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1074
            req = Request("http://example.com/", iterable_array, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5c4cd3f1517bab0a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1149
        r = Request('http://example.com')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0a6eac70b42fe113 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1161
        r = Request('http://www.example.com')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6b4e83889d6b7150 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1175
        req = Request(weird_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8be4970933655dda Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1181
        req = Request(url_without_path)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e673f5eed8782a3c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1191
        req = Request(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #13de1eefb5defb50 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1216
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1366d4f0c4bb4d0a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1312
        req = Request(from_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6af5c65a29b28926 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1334
        req = Request(from_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3543d9dd5188acdd Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1383
        fp = urllib.request.urlopen("http://python.org/path")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0e41bdd20e07f843 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1416
                response = opener.open('http://example.com/')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #440551bd240772ca Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1425
        req = Request(from_url, method="HEAD")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6ce1d998bf3b5ec9 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1441
            req = Request("http://acme.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3df9ba1aadd46d08 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1454
        req = Request("http://www.perl.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0b8079da9bc73053 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1458
        req = Request("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #52748760c518c113 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1469
        req = Request("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b2f48e48bc99a772 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1483
        req = Request("https://www.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c2f2678667f3530f Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1497
        req = Request("https://www.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0e88a2bae43a27c7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1731
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #81545fcea7ff72d5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1751
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #58e954a1831959a0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1777
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ff9069b51dfaacfe Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1803
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #61e437f7cef0f846 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1817
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5bc46b7e4df6e207 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1832
            req = Request("http://dummy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b95993b110dfab3e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:1843
        req = Request("http://dummy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #db7c7bf607ff3c2d Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2013
        self.get = Request("http://www.python.org/~jeremy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1ac7fd1fe06cd672 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2014
        self.post = Request("http://www.python.org/~jeremy/",
                            "data",
                            headers={"X-Test": "test"})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #fe9a2dd791a4db58 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2017
        self.head = Request("http://www.python.org/~jeremy/", method='HEAD')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1b21cf2c103c46c0 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2061
        req = Request("http://www.python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #069856ec0b165b92 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2071
        req = Request("http://www.%70ython.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b331bd87389fd105 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2086
        req = Request("http://www.python.org/?qs=query#fragment=true")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9366c116ca84898f Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2088
        req = Request("http://www.python.org/#fun=true")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f0e71736bf2bef6c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2.py:2093
        req = Request(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #099aa28a176038df Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:311
            self.assertTrue(urllib.request.urlopen(self.server_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #49c2079292c4a82e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:320
            urllib.request.urlopen(self.server_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #dc3d2f14d32cb539 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:336
            os.environ.clear()

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 #c119aacb1fafc0ac Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:337
            os.environ.update(old_environ)

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 #c102bddd2b84c955 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:338
        self.addCleanup(restore_environ, os.environ.copy())

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 #a0bee9254bfb4246 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:339
        os.environ['NO_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 #13167a240223ee60 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:340
        os.environ['no_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 egress dependency Excluded from app score #0ebbd0db5b9b4ba5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:368
            self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8b05a0fb0136bfe8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:374
            self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3ddf52b852ce7aea Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:381
        with self.opener.open(self.URL) as result:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6a913fdb0bafbee1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:390
            result = self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #5ff1f73c6aeb7322 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:462
            os.environ.clear()

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 #85af418871bdf10f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:463
            os.environ.update(old_environ)

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 #1005b4bd54708c32 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:464
        self.addCleanup(restore_environ, os.environ.copy())

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 #629758cc0eb5ebc6 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:465
        os.environ['NO_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 #d66ec39c00ed2e92 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:466
        os.environ['no_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 egress dependency Excluded from app score #a397b3e69f74ef13 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:470
        f = urllib.request.urlopen(url, data, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #44d53c273b2d0eba Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:592
        with urllib.request.urlopen(req):

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6bcc328cf9f4a464 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:600
        with urllib.request.urlopen(req):

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c32cc9610c4116cb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:607
        with urllib.request.urlopen("http://localhost:%s" % handler.port) as open_url:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #19e40c3f6d50eb82 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:614
        open_url = urllib.request.urlopen(
            "http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #773d565284e51e75 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:626
        open_url = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5eb34bc0ad2d29c1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:634
        data = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9a6825a006771cd9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:642
        data = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #97c77acc59a6adeb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:661
        opener.open(request, "1".encode("us-ascii"))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f1052f531ecb4bf5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.14/test_urllib2_localnet.py:665
        opener.open(request, "1234567890".encode("us-ascii"))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #af255bc8c5d1b192 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.14/test_wsgiref.py:512
    os_environ = dict(os.environ.items())

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 #c06f4638cba4e6ce Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:138
        with open(req_file, 'w') as f:

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 #31892fb69128f595 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:166
        with open(cert_file, 'r') as f:

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 #191ce2d4364e0a65 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:168
        with open(key_file, 'r') as f:

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 #e6862056b99f52ab Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:182
    with open(os.path.join('cadir','index.txt'),'a+') as f:

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 #72424d22797b013b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:184
    with open(os.path.join('cadir','crl.txt'),'a+') as f:

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 #c7fcea0427987db1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:186
    with open(os.path.join('cadir','index.txt.attr'),'w+') as f:

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 #7a5913a783bfa09f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:189
    with open(os.path.join('cadir','serial'), 'w') as f:

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 #1f81186603a7363d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:229
    with open(path + '.reference', 'w') as f:

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 #180ffb7f326cfa75 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:241
    with open('ssl_cert.pem', 'w') as f:

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 #c683a8b558bc0c83 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:243
    with open('ssl_key.pem', 'w') as f:

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 #dc4bbf62f0cb1668 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:249
    with open('keycert.pem', 'w') as f:

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 #d8f22f24ba9e9a83 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:253
    with open('keycert.passwd.pem', 'a+') as f:

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 #5d65bdd0c6da9801 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:259
    with open('keycert2.pem', 'w') as f:

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 #496aac0a3ce4b6b8 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:264
    with open('keycert3.pem', 'w') as f:

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 #a50e1b0038b6651e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:271
    with open('keycert4.pem', 'w') as f:

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 #74d0f5ad80c1dadd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:278
    with open('keycertecc.pem', 'w') as f:

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 #282fdd17686b8a23 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:297
    with open('allsans.pem', 'w') as f:

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 #ca3752adbd808002 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:314
    with open('idnsans.pem', 'w') as f:

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 #0d72805ac1bac2df Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/certdata/make_ssl_certs.py:319
    with open('nosan.pem', 'w') as f:

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 #5ddcea61e75d6d2b Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:30
    return wrapped, open(r, encoding="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 dependency Excluded from app score #beceee19310fbc93 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:69
    with open(w, 'w', encoding="utf-8") as spipe:

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 #bce8ad13072bc4a4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:708
        with open(r, 'rb') as chan:

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 #fa36940c1d81e098 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:740
        with open(r, 'rb') as chan:

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 #26dca4731b943379 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:762
        with open(r, 'rb') as chan:

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 #0f5c09f82669b3fe Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:779
        with open(r, 'rb') as chan:

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 #a75234bfd9bf62c9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:792
        with open(r, 'rb') as chan:

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 #93e38a1e7d390bff Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:813
        with open(r, 'rb') as chan:

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 #1252a4dfd5a43c70 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1021
            with open(w, 'w', encoding="utf-8") as spipe:

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 #d9f9bcdc80919da2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1027
        with open(r, encoding="utf-8") as outfile:

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 #b263c56324228b48 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1037
            with open(w, 'w', encoding="utf-8") as spipe:

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 #3f8e593268f554cc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1054
        with open(r, encoding="utf-8") as outfile:

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 #9832360bbcaa3b40 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1065
            with open(w, 'w', encoding="utf-8") as spipe:

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 #f2fc9dbfe663d7fc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test__interpreters.py:1072
        with open(r, encoding="utf-8") as outfile:

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 #66ad36f63ff0404c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:1089
        with open(__file__, 'rb') as body:

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 egress dependency Excluded from app score #cb2e656991b7d4c2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:1970
        self.conn = client.HTTPSConnection(HOST, self.port,
                source_address=('', self.source_port))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2c2529c9bdb9eeb4 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2107
        h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1b07c248d258e91c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2115
            h = client.HTTPSConnection('self-signed.pythontest.net', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f4f2e76af628b82f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2126
            h = client.HTTPSConnection('self-signed.pythontest.net', 443,
                                       context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ac3909f6bac20dc8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2139
            h = client.HTTPSConnection('www.python.org', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #4d512063dd971ae6 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2158
                h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
                                           context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #806faa648b326cea Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2188
            h = client.HTTPSConnection('self-signed.pythontest.net', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #748f7d31b5aa15ee Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2197
        h = client.HTTPSConnection('localhost', server.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #06f7a9d5210b9148 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2208
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #a2e35227c31d2db2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2221
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2570719984b384f9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2227
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3399ef064982875c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2233
        h = client.HTTPSConnection('localhost', server.port, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #530572469c9cad6b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2256
            c = client.HTTPSConnection(hp)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #00f42655588eb5ba Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2265
        h = client.HTTPSConnection('localhost', 443)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #869334d34b4542a7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2270
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #03211f912fc40b0d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2276
        h = client.HTTPSConnection('localhost', 443, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #6d5d19bb2070e5bd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2349
        with open(os_helper.TESTFN, "w", encoding="utf-8") as f:

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 #25c9a12337b8a82c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2351
        with open(os_helper.TESTFN, encoding="utf-8") as f:

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 #6d0faadf0017ccf8 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2364
        with open(os_helper.TESTFN, "wb") as f:

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 #6527ccd2b0862625 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httplib.py:2366
        with open(os_helper.TESTFN, "rb") as f:

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 #f4cd776ddb9690d7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:121
        os.environ = os_helper.EnvironmentVarGuard()

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 #c05f634874abcb0f Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:130
        os.environ.__exit__()

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 egress dependency Excluded from app score #6f295debe3e4b3bd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:135
        self.connection.request(method, uri, body, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6fc378d696c09b62 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:431
        self.connection = http.client.HTTPSConnection(
            self.HOST, self.PORT, context=context
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2eb8c959ff3b90c9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:434
        self.connection.request(method, uri, body, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #f155209c4d3d123c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:565
        with open(tempname, 'wb') as temp:

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 #f8541afab95d4c58 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:642
            with open(fullpath, 'wb') as f:

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 #35e529dc3d041991 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:820
        with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f:

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 #4e477a3e7a88ffb7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:936
            with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f:

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 #f16a7dab903550d9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:1469
        with open(self.tls_password_file, 'wb') as f:

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 #2c7837278d15a45a Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:1674
        with open(self.served_filename, 'wb') as f:

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 #d0ded1c6a9f440b3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:1676
        with open(self.tls_password_file, 'wb') as f:

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 egress dependency Excluded from app score #74a7781432fdd895 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_httpservers.py:1681
        with urllib.request.urlopen(req, context=context) as res:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9df9a0137ede9ab6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_select.py:33
        with open(__file__, 'rb') as fp:

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 #8467768753441ea7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:100
        with open("/dev/vsock", "rb") as f:

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 #057399958f6dfbe4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6458
        f = open("/proc/modules", encoding="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 dependency Excluded from app score #59ab265f2834fa46 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6832
        with open(os_helper.TESTFN, 'wb') as f:

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 #dd18d942ee5b4be3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6835
        with open(os_helper.TESTFN, 'rb') as f:

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 #7416a930fd2c6fa6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6868
        file = open(os_helper.TESTFN, 'rb')

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 #3dbbc83aa54e93ea Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6904
        with open(filename, 'wb'):

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 #584fb82a2f110135 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6906
        file = open(filename, 'rb')

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 #cf7ac85d87cf2f6e Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6922
        file = open(os_helper.TESTFN, 'rb')

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 #42f8d857717d1df3 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6939
        file = open(os_helper.TESTFN, 'rb')

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 #dfcfbf1eeeb6bb0c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6960
        file = open(os_helper.TESTFN, 'rb')

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 #b5bbd32fd66c1d46 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:6981
        file = open(os_helper.TESTFN, 'rb')

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 #b80ea423a2527fb9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7000
        file = open(os_helper.TESTFN, 'rb')

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 #c3cd0084fae4a3e2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7016
        file = open(os_helper.TESTFN, 'rb')

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 #bff41bc34a5109e5 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7034
        with open(os_helper.TESTFN, 'rb') as file:

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 #dc375cadb8f4a8c6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7052
        with open(os_helper.TESTFN, 'rb') as file:

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 #2dd96718b4e47b39 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7057
        with open(os_helper.TESTFN, encoding="utf-8") as file:

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 #abfa505535e4ff7f Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socket.py:7062
        with open(os_helper.TESTFN, 'rb') as file:

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 #d0a62990c47895d9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socketserver.py:340
        with open(os_helper.TESTFN) as log:

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 #ef02e286a2d7c0ff Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socketserver.py:358
        with open(os_helper.TESTFN, 'a') as log:

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 #bf52e3dbd8455a61 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_socketserver.py:367
        with open(os_helper.TESTFN, 'a') as log:

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 #63e478ee24a2b303 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:107
with open(data_file('keycert.pem.reference')) as file:

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 #8084757a5b638695 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:118
with open(data_file('keycert3.pem.reference')) as file:

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 #0e4f1916a81f6d30 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:168
        with open("/etc/os-release", encoding="utf-8") as f:

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 #4268711a0f98cfd6 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:584
        with open(CAFILE_CACERT, 'r') as f:

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 #f554dc9c11c13858 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:1427
        with open(CAFILE_CACERT) as f:

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 #9b86c280467925fc Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:1430
        with open(CAFILE_NEURONIO) as f:

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 #0298b1939f44d3a1 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:1646
        with open(CAFILE_CACERT) as f:

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 #b7066751cab808a9 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:1720
        with open(SIGNING_CA) as f:

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 #a2bc00418a27e9e2 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:2200
        with open(SIGNING_CA) as f:

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 #ff5b817c49c0d172 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:3821
        with open(__file__, 'rb') as f:

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 egress dependency Excluded from app score #0e982a857cbc6457 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:3827
        f = urllib.request.urlopen(url, context=context)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #013ab270c77e03b7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:4766
        with open(os_helper.TESTFN, 'wb') as f:

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 #62bdf9a79b951582 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:4785
                with open(os_helper.TESTFN, 'rb') as file:

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 #79c87c2a4b276993 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5068
                with open(__file__, "rb") as fp:

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 #28f2843db25ef529 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5345
        with open(SIGNING_CA) as f:

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 #5adb8f237a6910ff Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5348
        with open(SINGED_CERTFILE_ONLY) as f:

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 #9668086d68467057 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5397
        with open(fname) as f:

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 #975c21bd4943b9b7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5474
        with unittest.mock.patch.dict(os.environ):

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 #6ea441889a830e52 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5475
            os.environ['SSLKEYLOGFILE'] = os_helper.TESTFN

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 #d47e0c42feca1a55 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_ssl.py:5476
            self.assertEqual(os.environ['SSLKEYLOGFILE'], os_helper.TESTFN)

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 #f1fed0cf4336252b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:301
        newenv = os.environ.copy()

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 #a8c02d57a33afc7c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:795
        newenv = os.environ.copy()

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 #ae640d0308ff38ae Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:807
        newenv = os.environ.copy()

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 #3f5b2ae90c5eeece Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:881
        newenv = os.environ.copy()

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 #7d3b356ab3d0b0e7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:887
        newenv = os.environ.copy()

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 #e0c2a7b164948db3 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:893
        newenv = os.environ.copy()

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 #b7c6b2585de17d87 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:899
        newenv = os.environ.copy()

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 #0ba27b214ecdb17c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:912
        newenv = os.environ.copy()

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 #d4ab401b77935985 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:917
        newenv = os.environ.copy()

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 #a5a7a423078bc417 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:1946
        newenv = os.environ.copy()

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 #a6f93b667e4329d5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2292
                                  cwd=os.curdir, env=os.environ, user=2**64)

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 #7383418873428fd7 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2339
                                  cwd=os.curdir, env=os.environ, group=2**64)

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 #9c92ecd15bcc2e02 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2398
                                  cwd=os.curdir, env=os.environ,

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 #4c0ec88378469d05 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2565
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #87354f2fd79be1b8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2588
        newenv = os.environ.copy()

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 #d5dbad718aa2ff35 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2598
        newenv = os.environ.copy()

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 #5ef2110e342c53b7 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2610
        with open(fd, "w", errors="surrogateescape") as fobj:

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 #5ee0aba2c1ede316 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2974
            env = os.environ.copy()

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 #0b1e94668607ae6b Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:2989
            env = os.environ.copy()

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 #9b0436aa6f7da44a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3013
        env = os.environ.copy()

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 #01c545791d8ef8ae Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3310
        with io.open(os.devnull, "r+") as inout:

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 #e27ec40d7c91983c Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3316
        with io.open(os.devnull, "r+") as inout:

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 #16f9f0cfaf0f4b48 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3322
        with io.open(os.devnull, "r+") as inout:

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 #0ae755fd6c2845cd Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3547
                open(os.devnull, 'wb') as dev_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 #61b1aa501ccabc93 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3751
            with open(os.devnull, 'w') as 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 #0be68af8dc0be563 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3863
        newenv = os.environ.copy()

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 #d118ffa6e9f442ec Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3873
        newenv = os.environ.copy()

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 #b4bc104595d9fedc Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_subprocess.py:3884
            newenv = os.environ.copy()

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 #8aa7c625b98e0df8 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_threading.py:2105
            with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:

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 #ec273e37fdd284a4 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:107
        f = open(os_helper.TESTFN, 'wb')

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 egress dependency Excluded from app score #12d398e3f45f58ec Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:114
        self.returned_obj = urllib.request.urlopen("file:%s" % self.quoted_pathname)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #eec1ceaaeffa4837 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:202
        for k in list(os.environ):

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 #bb2243be269dd1f8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:271
        self._saved_env = os.environ

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 #01c5bba3eb199529 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:273
        os.environ = collections.OrderedDict()

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 #a4eb9cf12e68d4af Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:276
        os.environ = self._saved_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 #2679d4f58554e146 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:280
        os.environ['no_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 #205b9f49559b59b8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:281
        os.environ['No_Proxy'] = 'localhost'

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 #96315855c21d18ad Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:284
        os.environ['http_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 #8c7c992be605eb27 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:285
        os.environ['HTTP_PROXY'] = 'http://somewhere:3128'

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 #a82cf77886e001ad Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:289
        os.environ['no_proxy'] = 'localhost, noproxy.com, my.proxy:1234'

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 #d6c8a87a0367360a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:290
        os.environ['No_Proxy'] = 'xyz.com'

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 #aa9d268a4db60ab4 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:297
        os.environ['http_proxy'] = 'http://somewhere:3128'

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 #8ca935ae9491379c Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:298
        os.environ['Http_Proxy'] = 'http://somewhereelse:3128'

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 egress dependency Excluded from app score #450e4d7e5fab7e04 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:309
            fp = urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #31d0930e6c6d0336 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:322
            fp = urllib.request.urlopen(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #08c093311c4d4938 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:330
            resp = urllib.request.urlopen("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e40e1bfc967accf7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:352
                    urllib.request.urlopen(f"http:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c8fb790b61e9ff10 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:355
                    urllib.request.urlopen(f"https:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1966c499829410af Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:391
                    urllib.request.urlopen(f"http:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8d57f7bddb02aba5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:393
                    urllib.request.urlopen(f"https:{schemeless_url}")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #00680711d8beb843 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:433
                urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0dad7a564aaf2b6d Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:450
                urllib.request.urlopen("http://python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0c2216921908e3ae Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:465
                    urllib.request.urlopen("http://something")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #47e653ccba8ceda7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:493
            with urllib.request.urlopen(tmp_fileurl) as fobj:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #50a6842b4d578b8a Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:501
            urllib.request.urlopen(tmp_fileurl)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0b586eaad1a18e1e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:547
            urllib.request.urlopen(self.text_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #36a92cf0e5f66426 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:549
            urllib.request.urlopen(self.text_url_base64))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3bf53d29b2c0b238 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:550
        self.image_url_resp = self.enterContext(urllib.request.urlopen(self.image_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9541504968b169bf Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:622
            FILE = open(os_helper.TESTFN, 'wb')

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 #c079f4e9a10c6438 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib.py:676
        FILE = open(second_temp, 'rb')

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 egress dependency Excluded from app score #f46ff0e283cee4f4 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:68
        with urllib.request.urlopen(file_url) as f:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f170570a224de2f9 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:103
        self.assertEqual(Request(url,
                                 headers={"Spam-eggs": "blah"}
                                 ).headers["Spam-eggs"], "blah")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5e7faf6054fe3abb Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:106
        self.assertEqual(Request(url,
                                 headers={"spam-EggS": "blah"}
                                 ).headers["Spam-eggs"], "blah")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ea8f2077339ce31e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:126
        req = Request(url, headers={"Spam-eggs": "blah"})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ac2919f7736ab27e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:420
            return Request("http://blah/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f4aab6175c64353c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:629
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #729212ff1f3f2337 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:671
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #78e10246d5562704 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:687
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #67030a4c90c237eb Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:709
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #8ef0f19914c7e88d Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:846
            f = open(TESTFN, "wb")

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 #a3dc3124981ef474 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:880
                f = open(TESTFN, "wb")

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 egress dependency Excluded from app score #67a6c65c4413d68c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:952
        req = Request("http://example.com/","badpost")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2848112d67f87544 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:958
            req = Request("http://example.com/", data)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #c765ee223acf0527 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:995
        with open(file_path, "rb") as f:

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 egress dependency Excluded from app score #eb65fed8063b73cb Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:996
            req = Request("http://example.com/", f, {})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9feaf8d482ac2022 Filesystem access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1002
        with open(file_path, "rb") as f:

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 egress dependency Excluded from app score #b75f0fbd67546f6a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1003
            req = Request("http://example.com/", f, {"Content-Length": 30})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #573265b15c1bc868 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1018
        req = Request("http://example.com/", file_obj, {})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8764eb1562754c9f Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1024
        req = Request("http://example.com/", file_obj, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #0c1a7754e6483af7 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1044
                req = Request("http://example.com/", proc.stdout, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #008b740465c0bce0 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1065
            req = Request("http://example.com/", iterable_body(), headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3cec9d119520f92a Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1078
        req = h.do_request_(Request("http://example.com/", ()))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #4a61a00f632630f0 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1091
            req = Request("http://example.com/", iterable_array, headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #fe1cb123beddf191 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1166
        r = Request('http://example.com')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5300c19e5c451e3b Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1178
        r = Request('http://www.example.com')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9665ac65baa8188e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1192
        req = Request(weird_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #72ee80666b8b404c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1198
        req = Request(url_without_path)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b61956d669acdd7c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1208
        req = Request(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #292fa2214e234002 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1233
        req = Request("http://example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #935e9e45f81140f5 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1329
        req = Request(from_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #737f393e2cbeef32 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1351
        req = Request(from_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #825a22b53aa65b34 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1400
        fp = urllib.request.urlopen("http://python.org/path")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f5101a9ae52b8f78 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1433
                response = opener.open('http://example.com/')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5d0cbca7dbd3c758 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1442
        req = Request(from_url, method="HEAD")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #90e338ae9f7123d6 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1458
            req = Request("http://acme.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ab6669ca384ceadf Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1471
        req = Request("http://www.perl.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8e6d5e2309368dd8 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1475
        req = Request("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #62accb409c54ca42 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1486
        req = Request("http://www.python.org")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d2a6787dca58c3f4 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1500
        req = Request("https://www.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #e2a008cecdbb4cf9 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1514
        req = Request("https://www.example.com/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #885afc100f137c66 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1748
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #adfc9222656564f0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1768
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #25b8ab6261020b23 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1794
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #dde1e45fb2c0b7be Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1820
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3f27f0a4d50ca26b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1834
        opener.open(request_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2d7443d92c45b5ee Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1849
            req = Request("http://dummy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2828ede532eb6ada Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:1860
        req = Request("http://dummy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5dd1d6a97bd9ce90 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2030
        self.get = Request("http://www.python.org/~jeremy/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #957aff320174428c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2031
        self.post = Request("http://www.python.org/~jeremy/",
                            "data",
                            headers={"X-Test": "test"})

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1d690ddeda6e855f Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2034
        self.head = Request("http://www.python.org/~jeremy/", method='HEAD')

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #bbe47501a19f7c43 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2078
        req = Request("http://www.python.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ae840c620a23c5ac Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2088
        req = Request("http://www.%70ython.org/")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #6ee264611b4b829e Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2103
        req = Request("http://www.python.org/?qs=query#fragment=true")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #213422bb9212b395 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2105
        req = Request("http://www.python.org/#fun=true")

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #fae6fb845f7301e0 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2.py:2110
        req = Request(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #86255554009cf8c8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:311
            self.assertTrue(urllib.request.urlopen(self.server_url))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #a63d186e23cd0ac8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:320
            urllib.request.urlopen(self.server_url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #7ed9c9f0656bb547 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:336
            os.environ.clear()

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 #b7cb0b2140dfee0a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:337
            os.environ.update(old_environ)

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 #c9875f4d1dce32b8 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:338
        self.addCleanup(restore_environ, os.environ.copy())

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 #e8f494c6b87acfee Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:339
        os.environ['NO_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 #2325c8aff6e539f5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:340
        os.environ['no_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 egress dependency Excluded from app score #264cb5d87d5af8a7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:368
            self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3af5c8355d8dd6f0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:374
            self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #9a20882a4cd573cf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:381
        with self.opener.open(self.URL) as result:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c35dba83cc61e35e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:390
            result = self.opener.open(self.URL)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9b9f8f345970e2fd Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:462
            os.environ.clear()

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 #8f0a3fd9bebbd620 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:463
            os.environ.update(old_environ)

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 #d95c54b86875a1a5 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:464
        self.addCleanup(restore_environ, os.environ.copy())

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 #93352fc3cb4ca2b1 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:465
        os.environ['NO_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 #f1339552769c6457 Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:466
        os.environ['no_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 egress dependency Excluded from app score #6601424326d6938b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:470
        f = urllib.request.urlopen(url, data, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8d95e97a11fa8963 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:592
        with urllib.request.urlopen(req):

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b338b066e5a86a1b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:600
        with urllib.request.urlopen(req):

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #cf649343e1d49d9c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:607
        with urllib.request.urlopen("http://localhost:%s" % handler.port) as open_url:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #94ff2df0052bc43d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:614
        open_url = urllib.request.urlopen(
            "http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #ff9ef9e3b7def723 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:626
        open_url = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f5d8704a1a118d2c Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:634
        data = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #b88abfcde8badcc0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:642
        data = urllib.request.urlopen("http://localhost:%s" % handler.port)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #1672c2ab76b01102 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:661
        opener.open(request, "1".encode("us-ascii"))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5b291fbdc3bbdf93 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/greentest/3.15/test_urllib2_localnet.py:665
        opener.open(request, "1234567890".encode("us-ascii"))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #7c251afeb13daa4a Environment-variable access.
pkgs/python/[email protected]/src/greentest/3.15/test_wsgiref.py:529
    os_environ = dict(os.environ.items())

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.

httpx

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #14e5042f98898eb6 Environment-variable access.
pkgs/python/[email protected]/httpx/_config.py:34
        if trust_env and os.environ.get("SSL_CERT_FILE"):  # pragma: nocover

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 #ef2d9c11ba53aafc Environment-variable access.
pkgs/python/[email protected]/httpx/_config.py:35
            ctx = ssl.create_default_context(cafile=os.environ["SSL_CERT_FILE"])

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 #438a026a46ac170d Environment-variable access.
pkgs/python/[email protected]/httpx/_config.py:36
        elif trust_env and os.environ.get("SSL_CERT_DIR"):  # pragma: nocover

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 #185cfd015f83e359 Environment-variable access.
pkgs/python/[email protected]/httpx/_config.py:37
            ctx = ssl.create_default_context(capath=os.environ["SSL_CERT_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.

influxdb-client

python dependency
expand_more 26 low-confidence finding(s)
low env_fs dependency Excluded from app score #7716d69a6a804173 Filesystem access.
pkgs/python/[email protected]/influxdb_client/_async/api_client.py:476
                    with open(n, 'rb') as f:

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 #0d0963497c407ce8 Filesystem access.
pkgs/python/[email protected]/influxdb_client/_async/api_client.py:561
        with open(path, "wb") as f:

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 #05b22b5bdbc5d99b Filesystem access.
pkgs/python/[email protected]/influxdb_client/_sync/api_client.py:476
                    with open(n, 'rb') as f:

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 #87cd9d60d9b2d9c8 Filesystem access.
pkgs/python/[email protected]/influxdb_client/_sync/api_client.py:561
        with open(path, "wb") as f:

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 egress dependency Excluded from app score #4c82e5c31a072453 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/influxdb_client/_sync/rest.py:186
                    r = self.pool_manager.request(
                        method, url,
                        body=request_body,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers,
                        **urlopen_kw)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d40ee16624980249 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/influxdb_client/_sync/rest.py:194
                    r = self.pool_manager.request(
                        method, url,
                        fields=post_params,
                        encode_multipart=False,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers,
                        **urlopen_kw)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #11e41d7d38c69a4b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/influxdb_client/_sync/rest.py:207
                    r = self.pool_manager.request(
                        method, url,
                        fields=post_params,
                        encode_multipart=True,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers,
                        **urlopen_kw)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #d60d46d17624893e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/influxdb_client/_sync/rest.py:220
                    r = self.pool_manager.request(
                        method, url,
                        body=request_body,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers,
                        **urlopen_kw)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #f7e7f88c3c5aee06 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/influxdb_client/_sync/rest.py:235
                r = self.pool_manager.request(method, url,
                                              fields=query_params,
                                              preload_content=_preload_content,
                                              timeout=timeout,
                                              headers=headers,
                                              **urlopen_kw)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #a84d313e79900177 Filesystem access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:111
            with open(config_file) as json_file:

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 #6d09876682858b07 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:189
        url = os.getenv('INFLUXDB_V2_URL', "http://localhost:8086")

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 #9092954857f7fc52 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:190
        token = os.getenv('INFLUXDB_V2_TOKEN', "my-token")

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 #89f1c2a36453c2f4 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:191
        timeout = os.getenv('INFLUXDB_V2_TIMEOUT', "10000")

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 #1f713df11531e82a Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:192
        org = os.getenv('INFLUXDB_V2_ORG', "my-org")

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 #3926259e407fde07 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:193
        verify_ssl = os.getenv('INFLUXDB_V2_VERIFY_SSL', "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 #33901f34441ee69e Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:194
        ssl_ca_cert = os.getenv('INFLUXDB_V2_SSL_CA_CERT', None)

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 #f04f81df4a5c3beb Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:195
        cert_file = os.getenv('INFLUXDB_V2_CERT_FILE', None)

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 #7cb2b303a8dd8f94 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:196
        cert_key_file = os.getenv('INFLUXDB_V2_CERT_KEY_FILE', None)

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 #c80de9f1ab8642ed Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:197
        cert_key_password = os.getenv('INFLUXDB_V2_CERT_KEY_PASSWORD', None)

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 #fd89f27d87118de3 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:198
        connection_pool_maxsize = os.getenv('INFLUXDB_V2_CONNECTION_POOL_MAXSIZE', None)

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 #66488803dc7fc800 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:199
        auth_basic = os.getenv('INFLUXDB_V2_AUTH_BASIC', "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 #3251b9b2c863c2d8 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:201
        prof = os.getenv("INFLUXDB_V2_PROFILERS", None)

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 #4dc9cb5be4b5cca3 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/_base.py:208
        for key, value in os.environ.items():

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 #7162cf621880cbd3 Environment-variable access.
pkgs/python/[email protected]/influxdb_client/client/write_api.py:139
            return os.environ.get(value[6:-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 #0edb71b502e3ced6 Filesystem access.
pkgs/python/[email protected]/setup.py:47
long_description = (this_directory / "README.md").read_text()

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 #4af65bd108ccf1d8 Filesystem access.
pkgs/python/[email protected]/setup.py:52
with open(Path(__file__).parent / 'influxdb_client' / 'version.py') as f:

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.

jinja2

python dependency
expand_more 7 low-confidence finding(s)
low env_fs dependency Excluded from app score #fde6e653909252aa Filesystem access.
pkgs/python/[email protected]/src/jinja2/bccache.py:270
            f = open(filename, "rb")

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 egress dependency Excluded from app score #267552cff58664dc Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/jinja2/bccache.py:390
            code = self.client.get(self.prefix + bucket.key)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #8e0b963ede426f54 Filesystem access.
pkgs/python/[email protected]/src/jinja2/environment.py:860
                with open(os.path.join(target, filename), "wb") as f:

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 #4cb826dbcf88950a Filesystem access.
pkgs/python/[email protected]/src/jinja2/environment.py:1611
            real_fp: t.IO[bytes] = open(fp, "wb")

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 #6fe6d9ee4694de2b Filesystem access.
pkgs/python/[email protected]/src/jinja2/loaders.py:214
        with open(filename, encoding=self.encoding) as f:

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 #71afa55600c0d03e Filesystem access.
pkgs/python/[email protected]/src/jinja2/loaders.py:382
            with open(p, "rb") as f:

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 #02d2a0a4479917fc Filesystem access.
pkgs/python/[email protected]/src/jinja2/utils.py:171
    return open(filename, mode)

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.

kubernetes

python dependency
expand_more 68 low-confidence finding(s)
low env_fs dependency Excluded from app score #ef8ee7fcc14fa630 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/client/api_client.py:501
                    with open(n, 'rb') as f:

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 #67a25528d5ffa600 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/client/api_client.py:612
        with open(path, "wb") as f:

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 #9086d2b4244ab1e1 Environment-variable access.
pkgs/python/[email protected]/kubernetes/aio/config/exec_provider.py:44
        self.env = os.environ.copy()

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 #10a227b1dae86634 Environment-variable access.
pkgs/python/[email protected]/kubernetes/aio/config/incluster_config.py:42
                 environ=os.environ):

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 #1c08df1133b421cc Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/incluster_config.py:81
        with open(self._cert_filename) as f:

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 #d2e82b920d155682 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/incluster_config.py:103
        with open(self._token_filename) as f:

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 #ff177ea1fc9f0c59 Environment-variable access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config.py:38
KUBE_CONFIG_DEFAULT_LOCATION = os.environ.get('KUBECONFIG', (pathlib.Path.home() / '.kube/config').as_posix())

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 #02605a0a17279dde Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config.py:97
        with open(name, 'wb') as fd:

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 #b39fbbfef33b44b7 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config.py:124
            with open(self._file) as f:

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 #086a8203c0f58c7f Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config.py:525
        with open(path) as f:

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 #7f926c894dd43c34 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config.py:558
        with open(path, 'w') as f:

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 reachable #edd23aa8225e2b46 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:126
        with open(filename) as f:

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 reachable #a874861909c0a752 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:304
                        with open(v) as f1, open(other.__dict__[k]) as f2:

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 reachable #8c26f9993f0b21dc Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:326
                    with open(v) as f:

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 reachable #27e4d6183701f549 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:962
            with open(os.path.join(temp_dir, "cert_test"), "wb") as fd:

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 reachable #fb8febb5d186f177 Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:964
            with open(os.path.join(temp_dir, "client_cert"), "wb") as fd:

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 reachable #10ccf44079901bcc Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:966
            with open(os.path.join(temp_dir, "client_key"), "wb") as fd:

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 reachable #b47c7b6f1dcf709f Filesystem access.
pkgs/python/[email protected]/kubernetes/aio/config/kube_config_test.py:968
            with open(os.path.join(temp_dir, "token_file"), "wb") as fd:

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 egress dependency Excluded from app score #3ff6110139e6c388 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/aio/config/openid.py:55
        async with client.get(*args, **kwargs) as resp:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #39534037c387ee0b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/aio/config/openid.py:59
        async with client.post(*args, **kwargs) as resp:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #b58e02ab38fe5b9f Filesystem access.
pkgs/python/[email protected]/kubernetes/client/api_client.py:498
                    with open(n, 'rb') as f:

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 #101ee4cefc004b2f Filesystem access.
pkgs/python/[email protected]/kubernetes/client/api_client.py:606
        with open(path, "wb") as f:

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 #ce54d2f6925ed6a6 Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:212
        if os.getenv("HTTPS_PROXY"): self.proxy = os.getenv("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 #82fe86ba1de54e12 Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:213
        if os.getenv("https_proxy"): self.proxy = os.getenv("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 #ed09cd61356d8d07 Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:214
        if os.getenv("HTTP_PROXY"): self.proxy = os.getenv("HTTP_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 #a0fc1cf6b15d8891 Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:215
        if os.getenv("http_proxy"): self.proxy = os.getenv("http_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 #2ae39231875f6e6e Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:217
        if os.getenv("NO_PROXY"): self.no_proxy = os.getenv("NO_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 #698dde16c4b079a6 Environment-variable access.
pkgs/python/[email protected]/kubernetes/client/configuration.py:218
        if os.getenv("no_proxy"): self.no_proxy = os.getenv("no_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 egress dependency Excluded from app score #cdd60442d49108e0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/client/rest.py:167
                    r = self.pool_manager.request(
                        method, url,
                        body=request_body,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #bdb180fab3457cf5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/client/rest.py:174
                    r = self.pool_manager.request(
                        method, url,
                        fields=post_params,
                        encode_multipart=False,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #3f376f5f9073cfd3 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/client/rest.py:186
                    r = self.pool_manager.request(
                        method, url,
                        fields=post_params,
                        encode_multipart=True,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #5b401b18a46dc5c8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/client/rest.py:198
                    r = self.pool_manager.request(
                        method, url,
                        body=request_body,
                        preload_content=_preload_content,
                        timeout=timeout,
                        headers=headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #928d4c2f453ef8cf Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/client/rest.py:212
                r = self.pool_manager.request(method, url,
                                              fields=query_params,
                                              preload_content=_preload_content,
                                              timeout=timeout,
                                              headers=headers)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #00deb2b802f68525 Environment-variable access.
pkgs/python/[email protected]/kubernetes/config/exec_provider.py:48
        self.env = os.environ.copy()

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 #fdeeff167a487e81 Environment-variable access.
pkgs/python/[email protected]/kubernetes/config/incluster_config.py:42
                 environ=os.environ):

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 #6cdd7d4a37acbf34 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/incluster_config.py:81
        with open(self._cert_filename) as f:

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 #7616a9398e2b55ec Filesystem access.
pkgs/python/[email protected]/kubernetes/config/incluster_config.py:103
        with open(self._token_filename) as f:

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 #3efa22dd952d15ff Environment-variable access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:48
KUBE_CONFIG_DEFAULT_LOCATION = os.environ.get('KUBECONFIG', '~/.kube/config')

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 #93e662b8507333ff Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:76
    with open(name, 'wb') as fd:

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 #f8585c39a25ae5da Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:131
            with open(self._file) as f:

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 #9516cc1759c97c8d Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:392
            with open(ca_cert.name, 'w') as fh:

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 #eee73f904e50e256 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:670
        with open(path) as f:

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 #9f78f4a069800884 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config.py:707
        with open(path, 'w') as f:

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 reachable #4826974fe57d29da Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:164
        with open(filename) as f:

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 reachable #5100b04cb1c58399 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:387
                        with open(v) as f1, open(other.__dict__[k]) as f2:

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 reachable #9380acb11871541e Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:409
                    with open(v) as f:

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 reachable #c3bcf865bf1def42 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:1173
            with open(os.path.join(temp_dir, "cert_test"), "wb") as fd:

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 reachable #9f3c13e8108e8d37 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:1175
            with open(os.path.join(temp_dir, "client_cert"), "wb") as fd:

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 reachable #d2ff645a8c2a8661 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:1177
            with open(os.path.join(temp_dir, "client_key"), "wb") as fd:

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 reachable #fd44ce74eff0c834 Filesystem access.
pkgs/python/[email protected]/kubernetes/config/kube_config_test.py:1179
            with open(os.path.join(temp_dir, "token_file"), "wb") as fd:

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 #2892d889b41d96fb Filesystem access.
pkgs/python/[email protected]/kubernetes/dynamic/discovery.py:60
                with open(self.__cache_file) as f:

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 #2ac475c378010ef4 Filesystem access.
pkgs/python/[email protected]/kubernetes/dynamic/discovery.py:75
            with open(self.__cache_file, 'w') as f:

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 egress dependency Excluded from app score #bb2b7edd7fbe58ef Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/dynamic/discovery.py:116
            groups_response = self.client.request('GET', '/{}'.format(DISCOVERY_PREFIX)).groups

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c6cb5615d9bbffb4 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/dynamic/discovery.py:164
            resources_response = self.client.request('GET', path).resources or []

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #10b8ef7135c9bd69 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/kubernetes/dynamic/resource.py:256
        return self.parent.client.request('post', path, body=body, **kwargs)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling reachable #f7a16211a2cc5321 Filesystem access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:55
    cfg_file.write_text(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 tooling reachable #cbd1ed77ba32e448 Environment-variable access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:404
    cfg.proxy = os.getenv("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 tooling reachable #ab13abb0d8c01cf8 Environment-variable access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:405
    cfg.no_proxy = os.getenv("NO_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 tooling reachable #74f96308eaff16a8 Environment-variable access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:414
    config.load_kube_config(config_file=os.environ["KUBECONFIG"])

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 reachable #8437b9083c806250 Environment-variable access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:418
    config.load_kube_config(config_file=os.environ["KUBECONFIG"])

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 reachable #5b5dcadd363997ad Environment-variable access.
pkgs/python/[email protected]/kubernetes/stream/ws_client_test.py:428
    config.load_kube_config(config_file=os.environ["KUBECONFIG"])

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 #93cd310a770d3088 Filesystem access.
pkgs/python/[email protected]/kubernetes/utils/create_from_yaml.py:175
        with open(os.path.abspath(yaml_file)) as f:

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 #d7389046e83acc0d Filesystem access.
pkgs/python/[email protected]/setup-release.py:34
with open('requirements.txt') as f:

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 #de14d490e53bbf5c Filesystem access.
pkgs/python/[email protected]/setup-release.py:47
with open('test-requirements.txt') as f:

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 #c7b321197c050fe3 Filesystem access.
pkgs/python/[email protected]/setup-release.py:50
with open('requirements-asyncio.txt') as f:

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 #a700382f8054ed36 Filesystem access.
pkgs/python/[email protected]/setup-release.py:53
with open('test-requirements-asyncio.txt') as f:

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 #c134cdfc686054fd Filesystem access.
pkgs/python/[email protected]/setup.py:34
with open('requirements.txt') as f:

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 #84c7b3fdfcaa61a4 Filesystem access.
pkgs/python/[email protected]/setup.py:47
with open('test-requirements.txt') as f:

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.

langchain-aws

python dependency
expand_more 17 low-confidence finding(s)
low env_fs dependency Excluded from app score #7c909c53cb450275 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/__init__.py:33
    if os.environ.get("LANGCHAIN_AWS_DEBUG", "FALSE").lower() in ["true", "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 #77e0c99893b9deed Environment-variable access.
pkgs/python/[email protected]/langchain_aws/chat_models/anthropic.py:143
            or os.getenv("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 #20ff3ccf3eccab2d Environment-variable access.
pkgs/python/[email protected]/langchain_aws/chat_models/anthropic.py:144
            or os.getenv("AWS_DEFAULT_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 #27c298ef2d6a0f93 Filesystem access.
pkgs/python/[email protected]/langchain_aws/embeddings/bedrock.py:427
            with open(data, "rb") as f:

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 #3dc0b101d2e22d4c Environment-variable access.
pkgs/python/[email protected]/langchain_aws/utils.py:184
            region_name or os.getenv("AWS_REGION") or os.getenv("AWS_DEFAULT_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 #5c7c7e533e615f6e Environment-variable access.
pkgs/python/[email protected]/langchain_aws/utils.py:346
        region_name or os.getenv("AWS_REGION") or os.getenv("AWS_DEFAULT_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 #069735dd3a015ec5 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/utils.py:365
        os.environ["AWS_BEARER_TOKEN_BEDROCK"] = api_key.get_secret_value()  # type: ignore[union-attr]

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 #ddccc9a7812a3d01 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/base.py:332
        redis_url = kwargs.get("redis_url", os.getenv("REDIS_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 #92d4e4dc83d61907 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/base.py:512
        redis_url = kwargs.get("redis_url", os.getenv("REDIS_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 #ff9ff5f8f4a06d48 Filesystem access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/base.py:555
        with open(path, "w+") as f:

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 #9c392fe7b6e74de1 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/base.py:578
        redis_url = kwargs.get("redis_url", os.getenv("REDIS_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 #8f7d4bb1e3f01b4a Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/base.py:630
        redis_url = kwargs.get("redis_url", os.getenv("REDIS_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 #c240c2804c22c07b Filesystem access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/schema.py:299
        with open(index_schema, "rb") as f:

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 #e5e5affaf5a6df51 Filesystem access.
pkgs/python/[email protected]/langchain_aws/vectorstores/inmemorydb/schema.py:303
            with open(index_schema, "rb") as f:

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 #1fccb5c81f7b489f Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/s3_vectors/base.py:184
            aws_access_key_id = aws_access_key_id or os.getenv("AWS_ACCESS_KEY_ID")

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 #30430fa661fc8d62 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/s3_vectors/base.py:185
            aws_secret_access_key = aws_secret_access_key or os.getenv(
                "AWS_SECRET_ACCESS_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 #8e34b6906d0cf257 Environment-variable access.
pkgs/python/[email protected]/langchain_aws/vectorstores/s3_vectors/base.py:188
            aws_session_token = aws_session_token or os.getenv("AWS_SESSION_TOKEN")

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.

langchain-mcp-adapters

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #02b009277ed10cdd Environment-variable access.
pkgs/python/[email protected]/langchain_mcp_adapters/sessions.py:45
    return _BRACED_VAR_RE.sub(lambda m: os.environ.get(m.group(1), m.group(0)), value)

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.

loguru

python dependency
expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #9b7b556dd6b06c28 Environment-variable access.
pkgs/python/[email protected]/loguru/_colorama.py:25
        if "CI" in os.environ and any(

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 #7b6131e2ed1370d6 Environment-variable access.
pkgs/python/[email protected]/loguru/_colorama.py:26
            ci in os.environ

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 #03e40ee05a14681f Environment-variable access.
pkgs/python/[email protected]/loguru/_colorama.py:30
        if "PYCHARM_HOSTED" in os.environ:

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 #cc0d2139dffe784e Environment-variable access.
pkgs/python/[email protected]/loguru/_colorama.py:32
        if os.name == "nt" and "TERM" in os.environ:

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 #29e846eb12d541ea Environment-variable access.
pkgs/python/[email protected]/loguru/_defaults.py:5
    if key not in environ:

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 #1236061b451397f2 Environment-variable access.
pkgs/python/[email protected]/loguru/_defaults.py:8
    val = environ[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 #7420d9962dd0cf8a Filesystem access.
pkgs/python/[email protected]/loguru/_file_sink.py:53
        with open(path_in, "rb") as f_in:

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 #398d1e9bc7fcbc37 Filesystem access.
pkgs/python/[email protected]/loguru/_file_sink.py:226
        self._file = open(path, **self._kwargs)

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 #710a780975da8fbe Filesystem access.
pkgs/python/[email protected]/loguru/_logger.py:1868
                with open(str(file)) as fileobj:

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.

mcp

python dependency
expand_more 39 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #a1bde641e8db70a4 Environment-variable access.
pkgs/python/[email protected]/.github/actions/conformance/client.py:72
    context_json = os.environ.get("MCP_CONFORMANCE_CONTEXT")

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 egress tooling Excluded from app score unreachable #dfa00b52f51d4247 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/.github/actions/conformance/client.py:118
            response = await client.get(
                authorization_url,
                follow_redirects=False,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #e0a8b2c5f160bffe Environment-variable access.
pkgs/python/[email protected]/.github/actions/conformance/client.py:281
    context_json = os.environ.get("MCP_CONFORMANCE_CONTEXT")

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 unreachable #95b2cf2cf1e69b6f Environment-variable access.
pkgs/python/[email protected]/.github/actions/conformance/client.py:349
    scenario = os.environ.get("MCP_CONFORMANCE_SCENARIO")

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 unreachable #6a718ae837ca477d Environment-variable access.
pkgs/python/[email protected]/examples/clients/conformance-auth-client/mcp_conformance_auth_client/__init__.py:50
    context_json = os.environ.get("MCP_CONFORMANCE_CONTEXT")

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 egress tooling Excluded from app score unreachable #c77630b82a24b18e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/clients/conformance-auth-client/mcp_conformance_auth_client/__init__.py:113
            response = await client.get(
                authorization_url,
                follow_redirects=False,  # Don't follow redirects automatically
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #a4a4cee4009f5e1f Environment-variable access.
pkgs/python/[email protected]/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py:343
    server_url = os.getenv("MCP_SERVER_PORT", 8000)

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 unreachable #4f4994e2c1f38ba7 Environment-variable access.
pkgs/python/[email protected]/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py:344
    transport_type = os.getenv("MCP_TRANSPORT_TYPE", "streamable-http")

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 unreachable #460da7721127bb80 Environment-variable access.
pkgs/python/[email protected]/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py:345
    client_metadata_url = os.getenv("MCP_CLIENT_METADATA_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 tooling Excluded from app score unreachable #1224d3744784e37f Environment-variable access.
pkgs/python/[email protected]/examples/clients/simple-chatbot/mcp_simple_chatbot/main.py:24
        self.api_key = os.getenv("LLM_API_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 tooling Excluded from app score unreachable #910f495bebe81d9b Filesystem access.
pkgs/python/[email protected]/examples/clients/simple-chatbot/mcp_simple_chatbot/main.py:45
        with open(file_path, "r") as f:

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 unreachable #c7cbe696d83045ca Environment-variable access.
pkgs/python/[email protected]/examples/clients/simple-chatbot/mcp_simple_chatbot/main.py:83
            env={**os.environ, **self.config["env"]} if self.config.get("env") else None,

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 egress tooling Excluded from app score unreachable #62ccc1bc4aee8bb3 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/clients/simple-chatbot/mcp_simple_chatbot/main.py:251
                response = client.post(url, headers=headers, json=payload)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling reachable #83ec4af3b4900486 Filesystem access.
pkgs/python/[email protected]/examples/fastmcp/icons_demo.py:14
icon_data = base64.standard_b64encode(icon_path.read_bytes()).decode()

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 reachable #f7f2d9195c7bc509 Environment-variable access.
pkgs/python/[email protected]/examples/fastmcp/memory.py:52
PROFILE_DIR = (Path.home() / ".fastmcp" / os.environ.get("USER", "anon") / "memory").resolve()

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 egress tooling reachable #5df27274985671a5 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/fastmcp/text_me.py:49
        response = client.post(
            "https://api.surgemsg.com/messages",
            headers={
                "Authorization": f"Bearer {surge_settings.api_key}",
                "Surge-Account": surge_settings.account_id,
                "Content-Type": "application/json",
            },
            json={
                "body": text_content,
                "conversation": {
                    "contact": {
                        "first_name": surge_settings.my_first_name,
                        "last_name": surge_settings.my_last_name,
                        "phone_number": surge_settings.my_phone_number,
                    }
                },
            },
        )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress tooling Excluded from app score unreachable #2ade3ecebc20f686 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/servers/simple-auth/mcp_simple_auth/token_verifier.py:53
                response = await client.post(
                    self.introspection_endpoint,
                    data={"token": token},
                    headers={"Content-Type": "application/x-www-form-urlencoded"},
                )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress tooling Excluded from app score unreachable #a5cebcd6f0622fc6 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/servers/simple-tool/mcp_simple_tool/server.py:16
        response = await client.get(url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #192f0918da5a26f3 Environment-variable access.
pkgs/python/[email protected]/examples/snippets/clients/completion_client.py:17
    env={"UV_INDEX": os.environ.get("UV_INDEX", "")},

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 unreachable #7940682cd45c0140 Environment-variable access.
pkgs/python/[email protected]/examples/snippets/clients/display_utilities.py:17
    env={"UV_INDEX": os.environ.get("UV_INDEX", "")},

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 unreachable #3678c0cdb22d7137 Environment-variable access.
pkgs/python/[email protected]/examples/snippets/clients/stdio_client.py:19
    env={"UV_INDEX": os.environ.get("UV_INDEX", "")},

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 unreachable #95672fd63f08f606 Filesystem access.
pkgs/python/[email protected]/examples/snippets/servers/binary_resources.py:9
    with open("logo.png", "rb") as f:

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 unreachable #3038adad5d05cf59 Filesystem access.
pkgs/python/[email protected]/examples/snippets/servers/embedded_resource_results.py:10
    with open(path) as f:

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 unreachable #17e4442f8a1f9b6f Filesystem access.
pkgs/python/[email protected]/examples/snippets/servers/embedded_resource_results_binary.py:12
    with open(path, "rb") as f:

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 unreachable #0ce8afeb2fa80f01 Filesystem access.
pkgs/python/[email protected]/examples/snippets/servers/prompt_embedded_resources.py:11
    file_content = open(filename).read()

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 unreachable #aee9c0661b00238d Filesystem access.
pkgs/python/[email protected]/examples/snippets/servers/tool_errors.py:27
    with open(path) as f:

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 unreachable #5c2399a1a351a219 Filesystem access.
pkgs/python/[email protected]/scripts/update_doc_snippets.py:53
        code = file.read_text().rstrip()

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 unreachable #8fb74e96bb622efd Filesystem access.
pkgs/python/[email protected]/scripts/update_doc_snippets.py:109
    content = doc_path.read_text()

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 unreachable #96b36f750c5cb66a Filesystem access.
pkgs/python/[email protected]/scripts/update_doc_snippets.py:134
            doc_path.write_text(updated_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 #1fe7363c935d8075 Environment-variable access.
pkgs/python/[email protected]/src/mcp/cli/claude.py:24
        path = Path(os.environ.get("XDG_CONFIG_HOME", Path.home() / ".config"), "Claude")

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 #1fab659ff438be02 Filesystem access.
pkgs/python/[email protected]/src/mcp/cli/claude.py:77
            config_file.write_text("{}")

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 #d9cfe61781dff2ab Filesystem access.
pkgs/python/[email protected]/src/mcp/cli/claude.py:88
        config = json.loads(config_file.read_text())

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 #22de1531d8209bca Filesystem access.
pkgs/python/[email protected]/src/mcp/cli/claude.py:135
        config_file.write_text(json.dumps(config, indent=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 #5f9699a8bce1e926 Environment-variable access.
pkgs/python/[email protected]/src/mcp/cli/cli.py:282
            env=dict(os.environ.items()),  # Convert to list of tuples for env update

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 egress dependency Excluded from app score #af3f02a11047a6b8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/mcp/client/sse.py:138
                                    response = await client.post(
                                        endpoint_url,
                                        json=session_message.message.model_dump(
                                            by_alias=True,
                                            mode="json",
                                            exclude_none=True,
                                        ),
                                    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #be6297570be6d386 Environment-variable access.
pkgs/python/[email protected]/src/mcp/client/stdio/__init__.py:59
        value = os.environ.get(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 egress dependency Excluded from app score #2d4a3e337c7ab8d8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/mcp/server/fastmcp/resources/types.py:161
            response = await client.get(self.url)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #3584c6369b5f1869 Filesystem access.
pkgs/python/[email protected]/src/mcp/server/fastmcp/utilities/types.py:47
            with open(self.path, "rb") as f:

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 #78bbe0023688aa8f Filesystem access.
pkgs/python/[email protected]/src/mcp/server/fastmcp/utilities/types.py:94
            with open(self.path, "rb") as f:

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.

miniwdl

python dependency
expand_more 51 low-confidence finding(s)
low env_fs dependency Excluded from app score #a5129e8b12cfbf93 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:65
    replace_COLUMNS = os.environ.get("COLUMNS", None)

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 #dcbe1da8500c8d47 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:66
    os.environ["COLUMNS"] = "100"  # make help descriptions wider

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 #9c738b4129176c02 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:69
        os.environ["COLUMNS"] = replace_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 #b41a3db9ffe16874 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:71
        del os.environ["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 #83f845c1d0d50d09 Filesystem access.
pkgs/python/[email protected]/WDL/CLI.py:435
                with open(fn, "r") as infile:

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 #d17b8b0e33bca095 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:642
        os.environ["NO_COLOR"] = os.environ.get("NO_COLOR", "")

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 #edb947f40246ae04 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:646
        os.environ.get("MINIWDL__LOGGING__JSON", "").lower().strip()

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 #a7c290975fd09a57 Filesystem access.
pkgs/python/[email protected]/WDL/CLI.py:688
                with open(runtime_defaults, "r") as infile:

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 #60ca612894372c95 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:787
        for k in os.environ:

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 #3305afdf6d4b12bb Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:796
                envlog[k] = os.environ[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 #d643695126e2ea61 Filesystem access.
pkgs/python/[email protected]/WDL/CLI.py:857
                with open(os.path.join(rundir, "rerun"), "w") as rerunfile:

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 #6002b3d1bd8f388c Filesystem access.
pkgs/python/[email protected]/WDL/CLI.py:1381
    with open(os.path.join(dn, "test.wdl"), "w") as outfile:

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 #9d4cd8cff81bfa35 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1584
        os.environ["NO_COLOR"] = os.environ.get("NO_COLOR", "")

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 #e2ae42ccaf88c7a5 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1586
        os.environ.get("MINIWDL__LOGGING__JSON", "").lower().strip()

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 #4614924fe7d2f2f1 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1723
            run_dir=os.environ.get("TMPDIR", "/tmp"),

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 #05257453ce8e24d0 Filesystem access.
pkgs/python/[email protected]/WDL/CLI.py:1864
        with open(cfg, "w") as outfile:

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 #014bb9068b7c76b4 Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1888
    for k in os.environ:

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 #7414b18041c7dada Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1890
            envlog[k] = os.environ[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 #1ac64bf07e510e2c Environment-variable access.
pkgs/python/[email protected]/WDL/CLI.py:1973
    stdlib = _StdLib(wdl_version, write_dir=os.environ.get("TMPDIR", "/tmp"))

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 #110cb6f5e8c2b76c Filesystem access.
pkgs/python/[email protected]/WDL/Lint.py:971
        with open(tfn, "w") as outfile:

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 #cdf9853e6fa635ef Filesystem access.
pkgs/python/[email protected]/WDL/StdLib.py:155
            with open(self._devirtualize_filename(file.value), "r") as infile:

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 #bf8a178076bf777f Filesystem access.
pkgs/python/[email protected]/WDL/Tree.py:1544
    with open(abspath, "r") as infile:

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 #912d2ddec2af277b Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:51
            with open(os.path.join(dir_to_zip, "default_input.json"), "w") as inputs_file:

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 #96766c38510aad4a Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:53
        with open(os.path.join(dir_to_zip, "MANIFEST.json"), "w") as manifest_file:

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 #5310d676ec79674f Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:105
        with open(fn, "w") as outfile:

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 #1dee31fd6017ac1b Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:201
                with open(src, "rb") as in_file:

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 #6067d1d5c1077e1d Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:214
            with open(src, "rb") as in_file:

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 #b2ac4376150b7cbc Filesystem access.
pkgs/python/[email protected]/WDL/Zip.py:255
            with open(manifest_fn) as infile:

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 #5c23418b083c1880 Filesystem access.
pkgs/python/[email protected]/WDL/_util.py:177
    with open(tn, "w") as outfile:

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 #2756726913c9ba47 Environment-variable access.
pkgs/python/[email protected]/WDL/_util.py:420
        tty = force_tty or (sys.stderr.isatty() and "NO_COLOR" not in os.environ)

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 #cd176693c1bb10f8 Filesystem access.
pkgs/python/[email protected]/WDL/_util.py:931
        with open(f"/proc/{os.getpid()}/mounts") as infile:

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 #7fffa4379465cde6 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/backend/cli_subprocess.py:71
            cli_log = cleanup.enter_context(open(cli_log_filename, "wb"))

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 #476729fbe68856c0 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/backend/cli_subprocess.py:87
            with open(os.path.join(self.host_dir, "command"), "w") as outfile:

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 #0766dfe98c1f0ca7 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/backend/docker_swarm.py:171
        with open(os.path.join(self.host_dir, "command"), "w") as outfile:

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 #f523313da283209b Filesystem access.
pkgs/python/[email protected]/WDL/runtime/backend/docker_swarm.py:668
            with open(build_logfile, "w") as outfile:

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 #1011f5ad970c6dc2 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/cache.py:64
            with open(os.path.join(self._download_cache_dir, "_miniwdl_flock"), "w"):

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 #4b1bc4bbc8867d95 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/cache.py:93
            with open(file_path, "rb") as file_reader:

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 #95f6fd1bb766f9cc Filesystem access.
pkgs/python/[email protected]/WDL/runtime/cache.py:330
            with open(flockname, "w"):

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 #6148f7d2d41a4676 Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/config.py:104
            if "MINIWDL_CFG" in os.environ:

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 #b0707a232386a85a Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/config.py:105
                filenames = os.environ["MINIWDL_CFG"].split(":")

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 #f66f1fa8666e0f88 Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/config.py:180
            if env_key in os.environ:

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 #baf561661055a0d7 Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/config.py:181
                ans = os.environ[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 #0f620afbd2043b42 Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/config.py:313
        evs = set(k for k in os.environ if k.upper().startswith("MINIWDL_"))

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 #460d4698ef0c55ce Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/download.py:309
    if "AWS_EC2_METADATA_DISABLED" in os.environ:

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 #c2b37e7babc61d74 Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/download.py:311
        host_aws_credentials["AWS_EC2_METADATA_DISABLED"] = os.environ["AWS_EC2_METADATA_DISABLED"]

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 #9b34cc5d83771ada Environment-variable access.
pkgs/python/[email protected]/WDL/runtime/task.py:523
                env_vars_override[ev_name] = os.environ[ev_name]

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 #239b5355099e9957 Filesystem access.
pkgs/python/[email protected]/WDL/runtime/task.py:853
                    with open(os.path.join(dn, ".WDL_Directory"), "w") as _dotfile:

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 #5fe07f9308b8bc5d Filesystem access.
pkgs/python/[email protected]/WDL/runtime/task_container.py:492
            with open(host_path, "x") as _:

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 #dcd3b90428691b8b Filesystem access.
pkgs/python/[email protected]/WDL/runtime/workflow.py:710
        with open(filename, "rb") as f:

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 unreachable #1b3e22af4fae586d Filesystem access.
pkgs/python/[email protected]/examples/paste_wdl_imports.py:76
        with open(args.o, "w") as outfile:

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 unreachable #5751fccd60636b19 Filesystem access.
pkgs/python/[email protected]/examples/wdlviz.py:8
with open(__file__, "r") as file:

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.

openai

python dependency
expand_more 69 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #09caf1c3ac908e31 Filesystem access.
pkgs/python/[email protected]/examples/image_stream.py:30
            with open(filename, "wb") as f:

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 unreachable #bd9d377f171609ed Filesystem access.
pkgs/python/[email protected]/examples/image_stream.py:41
            with open(filename, "wb") as f:

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 unreachable #33c52c70c33ae6d8 Environment-variable access.
pkgs/python/[email protected]/examples/realtime/azure_realtime.py:31
    endpoint = os.environ["AZURE_OPENAI_ENDPOINT"]

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 unreachable #91c47f5d431dc347 Environment-variable access.
pkgs/python/[email protected]/examples/realtime/azure_realtime.py:37
    deployment_name = os.environ["AZURE_OPENAI_DEPLOYMENT_NAME"]

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 unreachable #309b65cc98db8582 Filesystem access.
pkgs/python/[email protected]/examples/uploads.py:30
    data = file.read_bytes()

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 #03739ddb460d82c8 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:158
api_type: _ApiType | None = _t.cast(_ApiType, _os.environ.get("OPENAI_API_TYPE"))

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 #50c8dd36dbe8949c Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:160
api_version: str | None = _os.environ.get("OPENAI_API_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 #ae69549204552afd Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:162
azure_endpoint: str | None = _os.environ.get("AZURE_OPENAI_ENDPOINT")

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 #59b2269defb6470a Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:164
azure_ad_token: str | None = _os.environ.get("AZURE_OPENAI_AD_TOKEN")

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 #0e8a84113323e427 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:338
    return _os.environ.get("OPENAI_API_KEY") is not None

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 #74dd2cfcbd035181 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:342
    return azure_endpoint is not None or _os.environ.get("AZURE_OPENAI_API_KEY") is not None

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 #95883199495ef378 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:347
        _os.environ.get("AZURE_OPENAI_AD_TOKEN") is not None

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 #b2b7bb7872db7c77 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:363
            azure_endpoint = _os.environ.get("AZURE_OPENAI_ENDPOINT")

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 #b8d687f3848a50db Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:366
            azure_ad_token = _os.environ.get("AZURE_OPENAI_AD_TOKEN")

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 #e493c3d91fe722b8 Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:369
            api_version = _os.environ.get("OPENAI_API_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 #3597aeed2071636d Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:379
            if (azure_ad_token is not None or azure_ad_token_provider is not None) and _os.environ.get(

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 #454c9325f304beda Environment-variable access.
pkgs/python/[email protected]/src/openai/__init__.py:379
            if (azure_ad_token is not None or azure_ad_token_provider is not None) and _os.environ.get(
                "AZURE_OPENAI_API_KEY"
            ) is not None:

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 egress dependency Excluded from app score #7737ccbb3a65ef37 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/_base_client.py:309
        return await self._client.request(self._page_cls, self._options)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #c4551a864ee33353 Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:209
                api_key = os.environ.get("OPENAI_API_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 #b497e73f9c315aaa Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:219
            admin_api_key = os.environ.get("OPENAI_ADMIN_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 #88bf82367d6e2b4d Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:235
            organization = os.environ.get("OPENAI_ORG_ID")

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 #04694c9a9ad7f19c Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:239
            project = os.environ.get("OPENAI_PROJECT_ID")

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 #ef81cee70f1f4f20 Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:243
            webhook_secret = os.environ.get("OPENAI_WEBHOOK_SECRET")

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 #13309bb52d49bbdd Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:251
            base_url = os.environ.get("OPENAI_BASE_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 #39104f7d91414eef Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:255
        custom_headers_env = os.environ.get("OPENAI_CUSTOM_HEADERS") if provider_runtime is None else None

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 #f6aca5eb8e99ead3 Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:805
                api_key = os.environ.get("OPENAI_API_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 #caba91cecd4e146d Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:815
            admin_api_key = os.environ.get("OPENAI_ADMIN_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 #b200f77008f11ded Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:831
            organization = os.environ.get("OPENAI_ORG_ID")

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 #f1f9777ce71b7f2c Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:835
            project = os.environ.get("OPENAI_PROJECT_ID")

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 #f8ebb2cfe55d3da6 Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:839
            webhook_secret = os.environ.get("OPENAI_WEBHOOK_SECRET")

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 #fc146ef628b6a844 Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:847
            base_url = os.environ.get("OPENAI_BASE_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 #20802ed4bb21171c Environment-variable access.
pkgs/python/[email protected]/src/openai/_client.py:851
        custom_headers_env = os.environ.get("OPENAI_CUSTOM_HEADERS") if provider_runtime is None else None

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 #3bb2f4949ecf8dc7 Filesystem access.
pkgs/python/[email protected]/src/openai/_files.py:69
            return (path.name, path.read_bytes())

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 #6e4b3c754cc8794f Filesystem access.
pkgs/python/[email protected]/src/openai/_files.py:81
        return pathlib.Path(file).read_bytes()

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 #d3eabe6997959456 Filesystem access.
pkgs/python/[email protected]/src/openai/_files.py:111
            return (path.name, await path.read_bytes())

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 #c063c0f8788ca3e7 Filesystem access.
pkgs/python/[email protected]/src/openai/_files.py:123
        return await anyio.Path(file).read_bytes()

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 #bce9baa485226afe Filesystem access.
pkgs/python/[email protected]/src/openai/_legacy_response.py:441
        with open(file, mode="wb") as f:

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 #9704617124216ae2 Filesystem access.
pkgs/python/[email protected]/src/openai/_legacy_response.py:454
        with open(file, mode="wb") as f:

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 #016443c7591dc8d3 Environment-variable access.
pkgs/python/[email protected]/src/openai/_models.py:129
            extra="allow", defer_build=coerce_boolean(os.environ.get("DEFER_PYDANTIC_BUILD", "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 #64f8430fbb6ed2fb Filesystem access.
pkgs/python/[email protected]/src/openai/_response.py:513
        with open(file, mode="wb") as f:

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 #83f017a68828fe03 Filesystem access.
pkgs/python/[email protected]/src/openai/_response.py:555
        with open(file, mode="wb") as f:

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 #d763709e05bc254d Environment-variable access.
pkgs/python/[email protected]/src/openai/_utils/_logs.py:23
    env = os.environ.get("OPENAI_LOG")

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 #42ef06f39082c16c Filesystem access.
pkgs/python/[email protected]/src/openai/_utils/_transform.py:248
            binary = data.read_bytes()

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 #e3f2da88042129be Filesystem access.
pkgs/python/[email protected]/src/openai/_utils/_transform.py:414
            binary = await anyio.Path(data).read_bytes()

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 #a4c42949ac8cc00f Filesystem access.
pkgs/python/[email protected]/src/openai/_utils/_utils.py:383
    contents = Path(path).read_bytes()

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 #dbf0dae226985afe Filesystem access.
pkgs/python/[email protected]/src/openai/auth/_workload.py:58
            with open(token_file_path, "r") as f:

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 egress dependency Excluded from app score #6b4175866228c863 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/auth/_workload.py:106
                response = http_client.get(url, params=params, headers={"Metadata": "true"}, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #18ebff95a08116b9 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/auth/_workload.py:109
                    response = client.get(url, params=params, headers={"Metadata": "true"}, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #2da6f7039e535aaa Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/auth/_workload.py:153
                response = http_client.get(url, params=params, headers={"Metadata-Flavor": "Google"}, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #fa8243d0af9ec7c1 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/auth/_workload.py:156
                    response = client.get(url, params=params, headers={"Metadata-Flavor": "Google"}, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #08cbd3072872344e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/openai/auth/_workload.py:249
            response = client.post(
                self.token_exchange_url,
                json={
                    "grant_type": TOKEN_EXCHANGE_GRANT_TYPE,
                    "subject_token": subject_token,
                    "subject_token_type": subject_token_type,
                    "identity_provider_id": self.workload_identity["identity_provider_id"],
                    "service_account_id": self.workload_identity["service_account_id"],
                },
                timeout=10.0,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #a1a4e7bcd1282940 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/_bedrock_auth.py:172
        region = os.environ.get("AWS_REGION") or os.environ.get("AWS_DEFAULT_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 #bfeee2cb81546a5a Filesystem access.
pkgs/python/[email protected]/src/openai/lib/_validators.py:485
                with open(fname, "r") as f:

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 #28d54a597badad9f Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:214
            api_key = os.environ.get("AZURE_OPENAI_API_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 #1219f4952aba9235 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:217
            azure_ad_token = os.environ.get("AZURE_OPENAI_AD_TOKEN")

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 #99aece936a9b805d Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:225
            api_version = os.environ.get("OPENAI_API_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 #ee5e33dad465d226 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:239
                azure_endpoint = os.environ.get("AZURE_OPENAI_ENDPOINT")

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 #c62dccd64df35d8e Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:538
            api_key = os.environ.get("AZURE_OPENAI_API_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 #e12d3d88e9283fb0 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:541
            azure_ad_token = os.environ.get("AZURE_OPENAI_AD_TOKEN")

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 #4511819b20875533 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:549
            api_version = os.environ.get("OPENAI_API_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 #6bae2091b39644e3 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/azure.py:563
                azure_endpoint = os.environ.get("AZURE_OPENAI_ENDPOINT")

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 #c57ce729812cbd0d Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/bedrock.py:70
    configured = region or os.environ.get("AWS_REGION") or os.environ.get("AWS_DEFAULT_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 #0143d09990baee63 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/bedrock.py:80
    environment_base_url = os.environ.get("AWS_BEDROCK_BASE_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 #c6e033e11568d681 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/bedrock.py:105
    token = os.environ.get("AWS_BEARER_TOKEN_BEDROCK")

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 #c9a79f76ba270329 Environment-variable access.
pkgs/python/[email protected]/src/openai/lib/bedrock.py:150
    environment_token = os.environ.get("AWS_BEARER_TOKEN_BEDROCK")

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 #58f595bbc9f8b908 Environment-variable access.
pkgs/python/[email protected]/src/openai/providers/bedrock.py:248
            token = os.environ.get("AWS_BEARER_TOKEN_BEDROCK")

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 #4df5cc889aa30a8e Environment-variable access.
pkgs/python/[email protected]/src/openai/providers/bedrock.py:331
            os.environ.get("AWS_REGION") or os.environ.get("AWS_DEFAULT_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 #7f062759e94ffbe3 Environment-variable access.
pkgs/python/[email protected]/src/openai/providers/bedrock.py:338
        environment_base_url = _normalize_optional_string(os.environ.get("AWS_BEDROCK_BASE_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 #710975bcbdd1b246 Environment-variable access.
pkgs/python/[email protected]/src/openai/providers/bedrock.py:391
        and bool(os.environ.get("AWS_BEARER_TOKEN_BEDROCK"))

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.

openapi-spec-validator

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #11aa682fc929d43a Environment-variable access.
pkgs/python/[email protected]/openapi_spec_validator/__main__.py:74
    return os.getenv("OPENAPI_SPEC_VALIDATOR_WARN_DEPRECATED", "1") != "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.

oracledb

python dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #cfb7a90d0bdc18ae Environment-variable access.
pkgs/python/[email protected]/setup.py:95
extra_compile_args = os.environ.get("PYO_COMPILE_ARGS", "").split()

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 #03b401b76a3a0497 Filesystem access.
pkgs/python/[email protected]/src/oracledb/builtin_hooks.py:62
    config = json.load(open(file_name))

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 #281ef38ab8b5577b Filesystem access.
pkgs/python/[email protected]/src/oracledb/plugins/oci_config_provider.py:135
            with open(parameters["oci_key_file"], "r") as file_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 #2cafc62516f6ac5f Filesystem access.
pkgs/python/[email protected]/src/oracledb/plugins/oci_tokens.py:162
    token = pathlib.Path(config["security_token_file"]).read_text()

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 egress dependency Excluded from app score #51ce7bef6dd8db6e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/oracledb/plugins/oci_tokens.py:232
    response = requests.post(
        end_user_sec_params.get("authority"), headers=headers, data=payload
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

prance

python dependency
expand_more 6 low-confidence finding(s)
low egress dependency Excluded from app score #5d9647afd9f4d2c2 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/prance/convert.py:46
    r = requests.post(
        "https://converter.swagger.io/api/convert", data=data, headers=headers
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #739b33e2c1345120 Environment-variable access.
pkgs/python/[email protected]/prance/util/fs.py:69
            os.environ.get("SYSTEMDRIVE", "C:")

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 #d5c35e6bd47e1073 Filesystem access.
pkgs/python/[email protected]/prance/util/fs.py:244
    with open(filename, "rb") as raw_handle:

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 #ba947b95657d36e2 Filesystem access.
pkgs/python/[email protected]/prance/util/fs.py:306
    with open(filename, encoding=encoding) as handle:

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 #a0ae8119e66bfa4c Filesystem access.
pkgs/python/[email protected]/prance/util/fs.py:326
    with open(fname, mode="w", encoding=encoding) as handle:

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 egress dependency Excluded from app score #50e99c25ae212208 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/prance/util/url.py:205
        response = requests.get(url.geturl())

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

prometheus-client

python dependency
expand_more 21 low-confidence finding(s)
low env_fs dependency Excluded from app score #3001cb4aa272e3ee Environment-variable access.
pkgs/python/[email protected]/prometheus_client/django/exposition.py:12
    multiprocess_mode: bool = "PROMETHEUS_MULTIPROC_DIR" in os.environ or "prometheus_multiproc_dir" in os.environ

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 #afcd050ba1698d50 Filesystem access.
pkgs/python/[email protected]/prometheus_client/exposition.py:473
        with open(tmppath, 'wb') as f:

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 egress dependency Excluded from app score #3c4bfe8492990bc0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/prometheus_client/exposition.py:500
        resp = build_opener(base_handler).open(request, timeout=timeout)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #cf4990b5eb049a17 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/metrics.py:45
    return os.environ.get("PROMETHEUS_DISABLE_CREATED_SERIES", 'False').lower() not in ('true', '1', 't')

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 #01583ea876ed7f69 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/metrics.py:206
        if 'prometheus_multiproc_dir' in os.environ or 'PROMETHEUS_MULTIPROC_DIR' in os.environ:

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 #bfe9f6a94b24d51a Environment-variable access.
pkgs/python/[email protected]/prometheus_client/metrics.py:224
        if 'prometheus_multiproc_dir' in os.environ or 'PROMETHEUS_MULTIPROC_DIR' in os.environ:

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 #93a92498b80259d7 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/metrics.py:257
        if 'prometheus_multiproc_dir' in os.environ or 'PROMETHEUS_MULTIPROC_DIR' in os.environ:

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 #82bfa2f9bce281eb Filesystem access.
pkgs/python/[email protected]/prometheus_client/mmap_dict.py:64
        self._f = open(filename, 'rb' if read_mode else 'a+b')

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 #3b9c4afd48350de3 Filesystem access.
pkgs/python/[email protected]/prometheus_client/mmap_dict.py:86
        with open(filename, 'rb') as infp:

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 #8045e0f9f5b10fee Environment-variable access.
pkgs/python/[email protected]/prometheus_client/multiprocess.py:25
            if 'prometheus_multiproc_dir' in os.environ and 'PROMETHEUS_MULTIPROC_DIR' not in os.environ:

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 #ae711fd4f0e9c2ee Environment-variable access.
pkgs/python/[email protected]/prometheus_client/multiprocess.py:26
                os.environ['PROMETHEUS_MULTIPROC_DIR'] = os.environ['prometheus_multiproc_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 #8fc2d4b28cf9299a Environment-variable access.
pkgs/python/[email protected]/prometheus_client/multiprocess.py:28
            path = os.environ.get('PROMETHEUS_MULTIPROC_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 #7620e0e7b6134ea4 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/multiprocess.py:180
        path = os.environ.get('PROMETHEUS_MULTIPROC_DIR', os.environ.get('prometheus_multiproc_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 #55dd01d7c6d41e4a Filesystem access.
pkgs/python/[email protected]/prometheus_client/process_collector.py:49
        with open(os.path.join(self._proc, 'stat'), 'rb') as stat:

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 #d93a2934e6476793 Filesystem access.
pkgs/python/[email protected]/prometheus_client/process_collector.py:62
            with open(os.path.join(pid, 'stat'), 'rb') as stat:

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 #567a46ca6125c9a2 Filesystem access.
pkgs/python/[email protected]/prometheus_client/process_collector.py:83
            with open(os.path.join(pid, 'limits'), 'rb') as limits:

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 #2a37fda3a4fb1407 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/validation.py:11
    return os.environ.get("PROMETHEUS_LEGACY_NAME_VALIDATION", 'False').lower() in ('true', '1', 't')

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 #6749bc6904ea898f Environment-variable access.
pkgs/python/[email protected]/prometheus_client/values.py:63
            if 'prometheus_multiproc_dir' in os.environ and 'PROMETHEUS_MULTIPROC_DIR' not in os.environ:

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 #18d5046e7a525fd7 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/values.py:64
                os.environ['PROMETHEUS_MULTIPROC_DIR'] = os.environ['prometheus_multiproc_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 #a8c4403e16004887 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/values.py:79
                    os.environ.get('PROMETHEUS_MULTIPROC_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 #0a12306a0c9c7a14 Environment-variable access.
pkgs/python/[email protected]/prometheus_client/values.py:133
    if 'prometheus_multiproc_dir' in os.environ or 'PROMETHEUS_MULTIPROC_DIR' in os.environ:

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.

psycopg

python dependency
expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #bb2c0617e15a68d4 Environment-variable access.
pkgs/python/[email protected]/psycopg/_conninfo_utils.py:81
    if (env := os.environ.get(paramdef.envvar)) is not None:

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 #74e22c3d3e1ee149 Environment-variable access.
pkgs/python/[email protected]/psycopg/_dns.py:138
        if params.get("hostaddr", os.environ.get("PGHOSTADDR", "")):

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 #43b6159adc8264e2 Environment-variable access.
pkgs/python/[email protected]/psycopg/_dns.py:141
        host_arg: str = params.get("host", os.environ.get("PGHOST", ""))

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 #02d4aa92295ef6dd Environment-variable access.
pkgs/python/[email protected]/psycopg/_dns.py:143
        port_arg: str = str(params.get("port", os.environ.get("PGPORT", "")))

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 #8d2de32f9f0774d1 Environment-variable access.
pkgs/python/[email protected]/psycopg/pq/__init__.py:61
    impl = os.environ.get("PSYCOPG_IMPL", "").lower()

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 #cd9a67a1caf278a3 Filesystem access.
pkgs/python/[email protected]/psycopg/pq/_pq_ctypes.py:807
    with open(fn) as f:

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 #ff93790ad16aca5d Filesystem access.
pkgs/python/[email protected]/psycopg/pq/_pq_ctypes.py:838
    with open(fn, "w") as f:

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 #04f8a4543999773b Environment-variable access.
pkgs/python/[email protected]/psycopg/waiting.py:437
if "PSYCOPG_WAIT_FUNC" in os.environ:

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 #57ef1a967f060220 Environment-variable access.
pkgs/python/[email protected]/psycopg/waiting.py:438
    fname = os.environ["PSYCOPG_WAIT_FUNC"]

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.

pyarrow

python dependency
expand_more 21 low-confidence finding(s)
low env_fs dependency Excluded from app score #fc364faec6e200bb Environment-variable access.
pkgs/python/[email protected]/pyarrow/__init__.py:314
    return _os.environ.get('PKG_CONFIG', 'pkg-config')

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 #e96a69012cd3ea37 Environment-variable access.
pkgs/python/[email protected]/pyarrow/__init__.py:403
    pkg_config_executable = _os.environ.get('PKG_CONFIG') or 'pkg-config'

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 #c94f7e6f20780587 Environment-variable access.
pkgs/python/[email protected]/pyarrow/__init__.py:435
    if _os.environ.get('ARROW_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 #c969430b21b41e97 Environment-variable access.
pkgs/python/[email protected]/pyarrow/__init__.py:436
        append_library_dir(_os.path.join(_os.environ['ARROW_HOME'], '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 #f0272619a8b8bb86 Environment-variable access.
pkgs/python/[email protected]/pyarrow/ipc.py:138
        bool(int(os.environ.get('ARROW_PRE_0_15_IPC_FORMAT', '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 #3edb6723562e2f05 Environment-variable access.
pkgs/python/[email protected]/pyarrow/ipc.py:139
    if bool(int(os.environ.get('ARROW_PRE_1_0_METADATA_VERSION', '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 egress dependency Excluded from app score #13ae17d79bbeed93 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyarrow/util.py:235
    with urlopen(url) as response:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #96f8bff5345704db Filesystem access.
pkgs/python/[email protected]/pyarrow/util.py:236
        with open(out_path, 'wb') as f:

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 egress dependency Excluded from app score #abece81016d41150 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pyarrow/util.py:242
    with requests.get(url) as response:

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #2ee4ce7ae8a4d87a Filesystem access.
pkgs/python/[email protected]/pyarrow/util.py:243
        with open(out_path, 'wb') as f:

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 #46013bcca633463f Environment-variable access.
pkgs/python/[email protected]/setup.py:166
        self.cmake_generator = os.environ.get('PYARROW_CMAKE_GENERATOR')

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 #5e1cea10dab31fa3 Environment-variable access.
pkgs/python/[email protected]/setup.py:169
        self.extra_cmake_args = os.environ.get('PYARROW_CMAKE_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.

low env_fs dependency Excluded from app score #004115f93ac5ac1c Environment-variable access.
pkgs/python/[email protected]/setup.py:170
        self.build_type = os.environ.get('PYARROW_BUILD_TYPE',

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 #b743ec498f1c556a Environment-variable access.
pkgs/python/[email protected]/setup.py:170
        self.build_type = os.environ.get('PYARROW_BUILD_TYPE',
                                         'release').lower()

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 #4873b1229842a99b Environment-variable access.
pkgs/python/[email protected]/setup.py:173
        self.cmake_cxxflags = os.environ.get('PYARROW_CXXFLAGS', '')

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 #33b0c73895f67894 Environment-variable access.
pkgs/python/[email protected]/setup.py:196
            os.environ.get('PYARROW_GENERATE_COVERAGE', '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 #349ac39e78c4ba7f Environment-variable access.
pkgs/python/[email protected]/setup.py:198
            os.environ.get('PYARROW_BUNDLE_ARROW_CPP', '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 #0b9712af2066d320 Environment-variable access.
pkgs/python/[email protected]/setup.py:200
            os.environ.get('PYARROW_BUNDLE_CYTHON_CPP', '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 #cff374ec81604a5a Filesystem access.
pkgs/python/[email protected]/setup.py:255
                cachefile = open('CMakeCache.txt', '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 #f0382dad378872dd Environment-variable access.
pkgs/python/[email protected]/setup.py:326
                if os.environ.get('PYARROW_BUILD_VERBOSE', '0') == '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 #f855fe20e65c28e6 Environment-variable access.
pkgs/python/[email protected]/setup.py:328
                parallel = os.environ.get('PYARROW_PARALLEL')

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.

pydantic

python dependency
expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #e38d8952c987f9fa Filesystem access.
pkgs/python/[email protected]/pydantic/deprecated/parse.py:71
    b = path.read_bytes()

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 #90f738e2c13b8c7f Environment-variable access.
pkgs/python/[email protected]/pydantic/json_schema.py:344
                if os.getenv('PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_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 #277e3c3428469b7f Filesystem access.
pkgs/python/[email protected]/pydantic/mypy.py:1411
    with open(config_file, 'rb') as rf:

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 #fb66c818d84fe95f Environment-variable access.
pkgs/python/[email protected]/pydantic/plugin/_loader.py:27
    disabled_plugins = os.getenv('PYDANTIC_DISABLE_PLUGINS')

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 #f960aaa0f7a09f41 Environment-variable access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:173
            env_vars: Mapping[str, Optional[str]] = os.environ

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 #659b08ba0aa64ef9 Environment-variable access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:175
            env_vars = {k.lower(): v for k, v in os.environ.items()}

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 #ae4d7d2bbbafedb5 Filesystem access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:307
                    secret_value = path.read_text().strip()

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 #9e5fd7db330da712 Filesystem access.
pkgs/python/[email protected]/pydantic/v1/mypy.py:948
    with open(config_file, read_mode) as rf:

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 #87605ad5c79ea6f1 Filesystem access.
pkgs/python/[email protected]/pydantic/v1/parse.py:57
    b = path.read_bytes()

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.

pymemcache

python dependency
expand_more 1 low-confidence finding(s)
low egress dependency Excluded from app score #fe78a6a50abe84e9 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pymemcache/client/base.py:1494
                return client.get(key, default)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

pymongo

python dependency
expand_more 117 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #cde3343672411e3b Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/generate_config_utils.py:292
    data = target.read_text().splitlines()

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 unreachable #cf79a42dbc7435dc Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/generate_config_utils.py:321
    data = target.read_text().splitlines()

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 unreachable #24b7d73f1fd4b20d Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/generate_config_utils.py:354
    data = target.read_text().splitlines()

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 unreachable #25f362ca9860cc62 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:64
    base_env = os.environ.copy()

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 unreachable #d84edb3af186ffa0 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:99
            os.environ["AZUREKMS_VMNAME_PREFIX"] = "PYTHON_DRIVER"

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 unreachable #d5b7a90e86cbd9e6 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:102
            os.environ[

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 unreachable #d01e2d70f2677dcc Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:102
            os.environ[
                "AZUREKMS_IMAGE"
            ] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"

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 unreachable #b0d0767d768b0f86 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:106
            os.environ["GCPKMS_IMAGEFAMILY"] = "debian-12"

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 unreachable #decbdef368606ded Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:128
        key_name = os.environ["KEY_NAME"]

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 unreachable #d3c2f59938eeb998 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/kms_tester.py:129
        key_vault_endpoint = os.environ["KEY_VAULT_ENDPOINT"]

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 egress tooling Excluded from app score unreachable #2ecadfd5e14d3f55 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:17
            urllib.request.urlopen(url)  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #34dc09e131088727 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:26
    env = os.environ.copy()

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 unreachable #bc219f5799400632 Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:64
        LOGGER.error(Path("error_log").read_text())

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 unreachable #a2f7dfeb72b951ac Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:72
    uri1 = os.environ["TEST_URI1"]

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 unreachable #51b7f380c360078f Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:73
    uri2 = os.environ["TEST_URI2"]

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 unreachable #8ab1b2fcedaf9d7b Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:81
        LOGGER.error(Path("error_log").read_text())

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 unreachable #3f9b5a2baf8ec259 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:86
    apache = os.environ["APACHE_BINARY"]

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 unreachable #2022bb986be04c34 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/mod_wsgi_tester.py:87
    apache_config = os.environ["APACHE_CONFIG"]

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 unreachable #d3de08fab259d759 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:34
    env = os.environ.copy()

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 unreachable #d31a0fb9ba925b91 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:36
    if sub_test_name == "eks" and "AWS_ACCESS_KEY_ID" in os.environ:

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 unreachable #aec99cf4ef3043bd Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:39
            if key in os.environ:

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 unreachable #c977b7510c690fc8 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:40
                write_env(key, os.environ[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 tooling Excluded from app score unreachable #f98f658241102b66 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:62
        return os.environ.copy()

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 unreachable #5f4e329a7f23bbcf Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/oidc_tester.py:84
    env = os.environ.copy()

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 unreachable #0f53eb0008eb1803 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/resync-all-specs.py:63
    spec_dir = pathlib.Path(os.environ["MDB_SPECS"]) / "source"

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 unreachable #0d5450cfa5e8c536 Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/resync-all-specs.py:126
            with open(filename, "w") as f:

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 unreachable #67b09a5825c44d54 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:10
    os.environ[name] = str(value)

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 unreachable #8a8183399ef3b0cf Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:22
    if "VERSION" in os.environ:

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 unreachable #9ef2d51b17bdc5e7 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:23
        os.environ["MONGODB_VERSION"] = os.environ["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 tooling Excluded from app score unreachable #2ca36cc8f5f24d43 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:32
        os.environ["TOPOLOGY"] = "replica_set"

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 unreachable #05d1923b1ba936d9 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:33
        os.environ["MONGODB_VERSION"] = "7.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 tooling Excluded from app score unreachable #8a7febf5f02ca346 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_server.py:35
    if not os.environ.get("TEST_CRYPT_SHARED"):

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 unreachable #c0ba9e3528522af3 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:24
AUTH = os.environ.get("AUTH", "noauth")

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 unreachable #87136b4603edf55d Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:25
SSL = os.environ.get("SSL", "nossl")

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 unreachable #0e9bb308f261a86a Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:26
UV_ARGS = os.environ.get("UV_ARGS", "")

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 unreachable #900ba8adc5f12a7a Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:27
TEST_PERF = os.environ.get("TEST_PERF")

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 unreachable #c252b56337d3ea1f Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:28
GREEN_FRAMEWORK = os.environ.get("GREEN_FRAMEWORK")

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 unreachable #87961465827cd2dc Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:29
TEST_ARGS = os.environ.get("TEST_ARGS", "").split()

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 unreachable #e04f31ea8f3b5300 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:30
TEST_NAME = os.environ.get("TEST_NAME")

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 unreachable #e3dde3c4ea28de0c Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:31
SUB_TEST_NAME = os.environ.get("SUB_TEST_NAME")

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 unreachable #6c1f69c74b5653cc Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:53
    with open("results.json") as fid:

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 unreachable #54132a56da35528b Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:68
    with open("report.json", "w", newline="\n") as fid:

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 unreachable #cea2a78819b96b5a Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:106
    env = os.environ.copy()

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 unreachable #de34b991ca393938 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:150
    if not os.environ.get("NO_EXT"):

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 unreachable #4b18ed28e43563b8 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:153
    if os.environ.get("PYMONGOCRYPT_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 tooling Excluded from app score unreachable #ba4535d6386e3e60 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:204
    if os.environ.get("DEBUG_LOG"):

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 unreachable #43e814965f70dd86 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/run_tests.py:207
    if os.environ.get("COVERAGE"):

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 unreachable #e2c21dfa5422b9e6 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:57
    value = os.environ.get(var, "")

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 unreachable #a292a3e4802330be Filesystem access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:65
    with open("/etc/os-release") as fid:

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 unreachable #67b9031a9ca9e9fa Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:111
        url = os.environ["LIBMONGOCRYPT_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 egress tooling Excluded from app score unreachable #aabcaa0b2dcda9d2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:116
    with request.urlopen(request.Request(url), timeout=15.0) as response:  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs tooling Excluded from app score unreachable #3c976f16d8ef5233 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:181
            write_env(var, os.environ.get(var, getattr(opts, var.lower(), "")))

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 unreachable #ec1516259f83abb4 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:200
        env = os.environ.copy()

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 unreachable #41516d6928ab9618 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:223
        if "AWS_ACCESS_KEY_ID" in os.environ:

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 unreachable #9d885c52c309c9f4 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:225
                if key in os.environ:

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 unreachable #a8f190842a817be0 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:226
                    write_env(key, os.environ[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 tooling Excluded from app score unreachable #3ded4fa28f59ae65 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:268
            os.environ["KRB5_CONFIG"] = str(krb_conf)

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 unreachable #5dad6271cca29e25 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:281
        SINGLE_MONGOS_LB_URI = os.environ.get(

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 unreachable #b2fbc7052f54d561 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:281
        SINGLE_MONGOS_LB_URI = os.environ.get(
            "SINGLE_MONGOS_LB_URI", "mongodb://127.0.0.1:8000/?loadBalanced=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 tooling Excluded from app score unreachable #249518bcce966f1b Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:284
        MULTI_MONGOS_LB_URI = os.environ.get(

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 unreachable #1e6761ed1b4f6b8d Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:284
        MULTI_MONGOS_LB_URI = os.environ.get(
            "MULTI_MONGOS_LB_URI", "mongodb://127.0.0.1:8001/?loadBalanced=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 tooling Excluded from app score unreachable #ceff9b63520de34f Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:304
            os.environ["OCSP_SERVER_TYPE"] = sub_test_name

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 unreachable #e6165a53f8398657 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:306
            if name not in os.environ:

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 unreachable #37106e78d0a533a0 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:309
        server_type = os.environ["OCSP_SERVER_TYPE"]

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 unreachable #4ffeac8f62b1bffd Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:310
        orch_file = os.environ["ORCHESTRATION_FILE"]

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 unreachable #4de5804071aa4086 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:321
            env = os.environ.copy()

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 unreachable #288a330066427ad0 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:328
        version = os.environ.get("VERSION", "latest")

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 unreachable #d7b51403c658307d Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:349
    compressors = os.environ.get("COMPRESSORS") or opts.compressor

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 unreachable #2ba000f1dd2b5de2 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:412
        if "AWS_ROLE_SESSION_NAME" in os.environ:

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 unreachable #01172248a1362235 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/setup_tests.py:472
        framework = opts.green_framework or os.environ["GREEN_FRAMEWORK"]

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 unreachable #4c8745194ec4a370 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/teardown_tests.py:10
TEST_NAME = os.environ.get("TEST_NAME", "unconfigured")

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 unreachable #399f7c7d1f8a99a9 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/teardown_tests.py:11
SUB_TEST_NAME = os.environ.get("SUB_TEST_NAME")

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 unreachable #facacd1205fd050d Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/teardown_tests.py:52
    Path(os.environ["OUTPUT_FILE"]).unlink(missing_ok=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 tooling Excluded from app score unreachable #1f38743dcf44ff57 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/teardown_tests.py:61
if os.environ.get("COVERAGE"):

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 unreachable #e8cf6208bae4826a Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:15
DRIVERS_TOOLS = os.environ.get("DRIVERS_TOOLS", "").replace(os.sep, "/")

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 unreachable #61df887be45ec3a0 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:169
        if env_var in os.environ:

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 unreachable #6337c8c62e2b33f9 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:173
                opts.auth = os.environ.get("AUTH") == "auth"

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 unreachable #73abfd224af23f55 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:175
                ssl_opt = os.environ.get("SSL", "")

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 unreachable #bdf10dd93674d766 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:178
                if os.environ[env_var]:

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 unreachable #6d41e755c8c046f2 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:181
                setattr(opts, key, os.environ[env_var])

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 unreachable #5dbc9505bccab571 Environment-variable access.
pkgs/python/[email protected]/.evergreen/scripts/utils.py:211
    env = kwargs.pop("env", os.environ).copy()

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 #284e835e32419d5d Environment-variable access.
pkgs/python/[email protected]/_setup.py:71
            if os.environ.get("PYMONGO_C_EXT_MUST_BUILD"):

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 #7773c9e85d1afaf5 Environment-variable access.
pkgs/python/[email protected]/_setup.py:88
            if "ProgramFiles" in os.environ and "ProgramFiles(x86)" not in os.environ:

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 #6e247b4e8e58063b Environment-variable access.
pkgs/python/[email protected]/_setup.py:89
                os.environ["ProgramFiles(x86)"] = os.environ["ProgramFiles"] + " (x86)"

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 #e4ff3e9f32115055 Environment-variable access.
pkgs/python/[email protected]/_setup.py:94
            if os.environ.get("PYMONGO_C_EXT_MUST_BUILD"):

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 #79239d048bbd5ab1 Environment-variable access.
pkgs/python/[email protected]/_setup.py:127
if "--no_ext" in sys.argv or os.environ.get("NO_EXT"):

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 egress dependency Excluded from app score #c16cf481324d18f0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pymongo/_azure_helpers.py:36
        with urlopen(request, timeout=timeout) as response:  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #33351eec9c8572d2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pymongo/_gcp_helpers.py:29
        with urlopen(request, timeout=timeout) as response:  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #9f2c13948658b296 Environment-variable access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:81
        token_file = os.environ.get("OIDC_TOKEN_FILE")

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 #7ffda96d0d3f95bc Filesystem access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:86
        with open(token_file) as fid:

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 #eb2e03a4d111b074 Environment-variable access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:92
        token_file = os.environ.get("AWS_WEB_IDENTITY_TOKEN_FILE")

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 #fde7fae77454bba1 Filesystem access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:97
        with open(token_file) as fid:

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 #3d7d1e4f40bbe298 Environment-variable access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:129
        if key in os.environ:

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 #2de96aba41f7b36c Environment-variable access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:130
            fname = os.environ[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 #89142289d8043faa Filesystem access.
pkgs/python/[email protected]/pymongo/auth_oidc_shared.py:131
    with open(fname) as fid:

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 #0ce677a00e3e5a74 Filesystem access.
pkgs/python/[email protected]/pymongo/common.py:238
    open(value).close()

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 #8af8961421d461f5 Filesystem access.
pkgs/python/[email protected]/pymongo/daemon.py:64
            with open(os.devnull, "r+b") as devnull:

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 #724d3c8dd790ffb3 Filesystem access.
pkgs/python/[email protected]/pymongo/daemon.py:95
            with open(os.devnull, "r+b") as devnull:

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 #d17a67c64afc6808 Environment-variable access.
pkgs/python/[email protected]/pymongo/logger.py:165
        document_length = int(os.getenv("MONGOB_LOG_MAX_DOCUMENT_LENGTH", _DEFAULT_DOCUMENT_LENGTH))

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 egress dependency Excluded from app score #3a0d6e7db8d9311d Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/pymongo/ocsp_support.py:295
            response = _post(
                uri,
                data=ocsp_request.public_bytes(_Encoding.DER),
                headers={"Content-Type": "application/ocsp-request"},
                timeout=timeout,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #b3bfe051201b6e79 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:78
        "architecture": os.environ.get("PROCESSOR_ARCHITECTURE") or platform.machine(),

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 #39026c807801faf9 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:119
    if os.getenv(ENV_VAR_K8S):

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 #3fef33faf7e0844b Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:126
    if os.getenv("AWS_LAMBDA_RUNTIME_API"):

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 #0246342cd4c3c127 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:128
    env = os.getenv("AWS_EXECUTION_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 #195b5ff0a3b1ce91 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:135
    return bool(os.getenv("FUNCTIONS_WORKER_RUNTIME"))

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 #82f88eb67f63709e Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:139
    return bool(os.getenv("K_SERVICE") or os.getenv("FUNCTION_NAME"))

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 #17fc67aaaa349052 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:143
    return bool(os.getenv("VERCEL"))

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 #c7329a09a7d14028 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:152
    val = os.getenv(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 #7e7862eb253d71f5 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:171
        region = os.getenv("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 #b463516b73e6e6a4 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:181
        region = os.getenv("FUNCTION_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 #e2a2ae349a5f01d1 Environment-variable access.
pkgs/python/[email protected]/pymongo/pool_options.py:192
        region = os.getenv("VERCEL_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 tooling reachable #91a3f95ecd138e03 Filesystem access.
pkgs/python/[email protected]/tools/compare_import_time.py:23
    with open(f"pymongo-{sha}.log") as fid:

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 reachable #acc468af1aacaca8 Filesystem access.
pkgs/python/[email protected]/tools/convert_test_to_async.py:123
    with open(input_file, "r+") as f:

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 reachable #20491673278a9a6d Filesystem access.
pkgs/python/[email protected]/tools/convert_test_to_async.py:127
        with open(output_file, "w+") as f2:

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 reachable #3ba83210b3bf3f99 Filesystem access.
pkgs/python/[email protected]/tools/ensure_future_annotations_import.py:29
        with open(path) as fid:

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 reachable #08be4835596aad93 Filesystem access.
pkgs/python/[email protected]/tools/synchro.py:290
            with open(file, "r+") as f:

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 reachable #e66d1845ae6c0710 Environment-variable access.
pkgs/python/[email protected]/tools/synchro.py:442
            and "OVERRIDE_SYNCHRO_CHECK" not in os.environ

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.

pymssql

python dependency
expand_more 18 low-confidence finding(s)
low env_fs dependency Excluded from app score #a0d873785044eef6 Environment-variable access.
pkgs/python/[email protected]/dev/build.py:87
    env = os.environ.copy()

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 #d6d1f1139e864224 Environment-variable access.
pkgs/python/[email protected]/dev/build.py:103
    CIBW_ARCHS_WINDOWS = os.environ.get("CIBW_ARCHS_WINDOWS")

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 #1be2d4f5db55db75 Environment-variable access.
pkgs/python/[email protected]/dev/build.py:141
    env = os.environ

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 #1d95c6240fab4fef Filesystem access.
pkgs/python/[email protected]/dev/build.py:200
    pyproject = loads(pyproject_toml.read_text())

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 #5769a9f81de0e44a Environment-variable access.
pkgs/python/[email protected]/dev/build.py:267
        os.environ["PATH"] += f";{args.msys}"

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 #3cfeda256eae63aa Environment-variable access.
pkgs/python/[email protected]/dev/build.py:274
        env = os.environ.copy()

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 #869173c860687916 Filesystem access.
pkgs/python/[email protected]/dev/ccompiler.py:79
        dest_file = open(dest_filename, 'w')

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 unreachable #103c0af469a23046 Environment-variable access.
pkgs/python/[email protected]/docs/conf.py:125
on_rtd = os.environ.get('READTHEDOCS', None) == '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 #b8d8d59b35b67b38 Environment-variable access.
pkgs/python/[email protected]/setup.py:48
    val = os.getenv(env_name, 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 #a2a2dbb77e64703e Environment-variable access.
pkgs/python/[email protected]/setup.py:71
if os.getenv('PYMSSQL_FREETDS'):

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 #24f5780b9c7ed5c4 Environment-variable access.
pkgs/python/[email protected]/setup.py:72
    prefix = os.path.abspath(os.getenv('PYMSSQL_FREETDS').strip())

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 #0710a2210741b4e8 Environment-variable access.
pkgs/python/[email protected]/setup.py:85
if os.getenv('PYMSSQL_FREETDS_INCLUDEDIR'):

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 #5326021e2831f323 Environment-variable access.
pkgs/python/[email protected]/setup.py:86
    include_dirs = [ os.getenv('PYMSSQL_FREETDS_INCLUDEDIR') ]

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 #cf9ce480b2201f97 Environment-variable access.
pkgs/python/[email protected]/setup.py:90
if os.getenv('PYMSSQL_FREETDS_LIBDIR'):

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 #d5596b1c87966f27 Environment-variable access.
pkgs/python/[email protected]/setup.py:91
    library_dirs = [ os.getenv('PYMSSQL_FREETDS_LIBDIR') ]

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 #a7fcf03bb77082da Environment-variable access.
pkgs/python/[email protected]/setup.py:99
if os.getenv('PYMSSQL_OPENSSL'):

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 #173b930a836b16a7 Environment-variable access.
pkgs/python/[email protected]/setup.py:100
    openssl_prefix = os.path.abspath(os.getenv('PYMSSQL_OPENSSL').strip())

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 #645f0d16b8b7f2ae Filesystem access.
pkgs/python/[email protected]/setup.py:284
    readme = (Path('__file__').parent / 'README.rst').read_text()

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.

python-dateutil

python dependency
expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #5a811b735c14b71a Filesystem access.
pkgs/python/[email protected]/ci_tools/make_zonefile_metadata.py:29
    with open(fpath, 'rb') as f:

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 #5711f3343e00d257 Filesystem access.
pkgs/python/[email protected]/ci_tools/make_zonefile_metadata.py:59
    with open(args.out, 'w') as f:

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 #85013783c4bc4430 Filesystem access.
pkgs/python/[email protected]/setup.py:34
    with io.open('README.rst', encoding='utf-8') as f:

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 #1d82dd032844f281 Filesystem access.
pkgs/python/[email protected]/src/dateutil/tz/tz.py:464
            fileobj = open(fileobj, 'rb')

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 #a23aa2421f252cb6 Filesystem access.
pkgs/python/[email protected]/src/dateutil/tz/tz.py:1271
            fileobj = open(fileobj, '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 #c5060476c9f72abc Environment-variable access.
pkgs/python/[email protected]/src/dateutil/tz/tz.py:1596
                    name = os.environ["TZ"]

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 #7267892f4036bd8f Filesystem access.
pkgs/python/[email protected]/src/dateutil/zoneinfo/rebuild.py:30
        with open(os.path.join(zonedir, METADATA_FN), 'w') as f:

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 #ab5a5b152b6255aa Filesystem access.
pkgs/python/[email protected]/updatezinfo.py:25
    with io.open(metadata_file, 'r') as f:

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 #c165ea4720a471bb Filesystem access.
pkgs/python/[email protected]/updatezinfo.py:52
    with open(metadata['tzdata_file'], 'rb') as tzfile:

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.

python-dotenv

python dependency
expand_more 11 low-confidence finding(s)
low env_fs dependency Excluded from app score #2fc50d65f017509e Filesystem access.
pkgs/python/[email protected]/src/dotenv/cli.py:76
        with open(path) as stream:

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 #97eabddc25a2af3c Environment-variable access.
pkgs/python/[email protected]/src/dotenv/cli.py:194
        if v is not None and (override or k not in os.environ)

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 #29df0756281542d2 Environment-variable access.
pkgs/python/[email protected]/src/dotenv/cli.py:225
    cmd_env = os.environ.copy()

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 #83ddb1bc35ff26b2 Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:26
    if "PYTHON_DOTENV_DISABLED" not in os.environ:

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 #3bf9b87f25dd55c7 Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:28
    value = os.environ["PYTHON_DOTENV_DISABLED"].casefold()

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 #c0ae1b95bd5f2d97 Filesystem access.
pkgs/python/[email protected]/src/dotenv/main.py:63
            with open(self.dotenv_path, encoding=self.encoding) as stream:

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 #1d29775c0aa99150 Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:105
            if k in os.environ and not self.override:

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 #978330ca20239b5e Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:108
                os.environ[k] = v

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 #c839e90280795df9 Filesystem access.
pkgs/python/[email protected]/src/dotenv/main.py:148
        source: IO[str] = open(path, encoding=encoding)

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 #af91bf05cb111663 Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:302
                env.update(os.environ)  # type: ignore

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 #d02cf1a2c6fe8f8b Environment-variable access.
pkgs/python/[email protected]/src/dotenv/main.py:306
                env.update(os.environ)  # type: ignore

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.

python-multipart

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #4c9eb441731d5916 Filesystem access.
pkgs/python/[email protected]/python_multipart/multipart.py:516
                tmp_file = open(path, "w+b")

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.

pyyaml

python dependency
expand_more 3 low-confidence finding(s)
low env_fs dependency Excluded from app score #5a7e5fc83cf4d9b9 Environment-variable access.
pkgs/python/[email protected]/setup.py:72
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'

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 #461b04491a8e3692 Environment-variable access.
pkgs/python/[email protected]/setup.py:81
if 'sdist' in sys.argv or os.environ.get('PYYAML_FORCE_CYTHON') == '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 #566d49b0c2e8468c Environment-variable access.
pkgs/python/[email protected]/setup.py:160
            with_ext = getattr(self, ext.attr_name) or os.environ.get('PYYAML_FORCE_{0}'.format(ext.feature_name.upper()))

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.

requests

python dependency
expand_more 8 low-confidence finding(s)
low env_fs dependency Excluded from app score #0178a7c4466efd0e Environment-variable access.
pkgs/python/[email protected]/src/requests/sessions.py:857
                    os.environ.get("REQUESTS_CA_BUNDLE")

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 #4cccf02d77edc392 Environment-variable access.
pkgs/python/[email protected]/src/requests/sessions.py:858
                    or os.environ.get("CURL_CA_BUNDLE")

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 #8b7ac804bd88e630 Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:239
    netrc_file = os.environ.get("NETRC")

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 #77708dab055af5e4 Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:798
        old_value = os.environ.get(env_name)

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 #a662323aef0840e6 Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:799
        os.environ[env_name] = value

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 #886a2549176ae21d Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:805
                del os.environ[env_name]

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 #1c62b95a95a911a2 Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:807
                os.environ[env_name] = old_value

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 #811e625d2e10439a Environment-variable access.
pkgs/python/[email protected]/src/requests/utils.py:820
        return os.environ.get(key) or os.environ.get(key.upper())

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.

requests_auth_aws_sigv4

python dependency
expand_more 6 low-confidence finding(s)
low env_fs dependency Excluded from app score #c0e97e95ea21fc95 Environment-variable access.
pkgs/python/[email protected]/requests_auth_aws_sigv4/__init__.py:72
                self.aws_access_key_id = os.environ.get('AWS_ACCESS_KEY_ID')

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 #37143b5a16bd3418 Environment-variable access.
pkgs/python/[email protected]/requests_auth_aws_sigv4/__init__.py:73
                self.aws_secret_access_key = os.environ.get('AWS_SECRET_ACCESS_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 #4efebb636e835712 Environment-variable access.
pkgs/python/[email protected]/requests_auth_aws_sigv4/__init__.py:74
                self.aws_session_token = os.environ.get('AWS_SESSION_TOKEN') or os.environ.get('AWS_SECURITY_TOKEN')

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 #5c6798c2273b0e07 Environment-variable access.
pkgs/python/[email protected]/requests_auth_aws_sigv4/__init__.py:88
                self.region = os.environ.get('AWS_DEFAULT_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 egress dependency Excluded from app score #c09b86e8496da3d1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/requests_auth_aws_sigv4/__main__.py:79
    r = requests.request(args.request, args.url, headers=headers, data=post_data,
        auth=AWSSigV4(args.service, region=args.region))

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #01b433cc4caafe69 Filesystem access.
pkgs/python/[email protected]/setup.py:5
with open("README.md", "r") as f:

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.

ruamel-yaml

python dependency
expand_more 19 low-confidence finding(s)
low env_fs dependency Excluded from app score #4fea38d55db2b10f Filesystem access.
pkgs/python/[email protected]/clibz/setup.py:17
    long_description=open('README.md', encoding='utf-8').read(),

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 #79f4465985f3c6be Environment-variable access.
pkgs/python/[email protected]/compat.py:73
if 'RUAMEL_DEBUG' in os.environ:

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 #f500d9496abb3e05 Environment-variable access.
pkgs/python/[email protected]/compat.py:74
    _debugx = os.environ.get('RUAMEL_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 #c5cff217cc898ff1 Environment-variable access.
pkgs/python/[email protected]/compat.py:102
        _debugx = os.environ.get('YAMLDEBUG')

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 #a757c633b0da9957 Filesystem access.
pkgs/python/[email protected]/compat.py:123
        out = sys.stdout if self._file_name is None else open(self._file_name, 'a')

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 #aa67c849628ac950 Filesystem access.
pkgs/python/[email protected]/compat.py:146
        out = sys.stdout if self._file_name is None else open(self._file_name, mode)

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 #9b83c7707458f78b Environment-variable access.
pkgs/python/[email protected]/setup.py:40
if os.environ.get('DVDEBUG', "") == "":

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 #12aad1ec7aebd542 Filesystem access.
pkgs/python/[email protected]/setup.py:48
        with open(os.environ['DVDEBUG'], 'a') as fp:

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 #c38218111c0217f6 Environment-variable access.
pkgs/python/[email protected]/setup.py:48
        with open(os.environ['DVDEBUG'], 'a') as fp:

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 #cf43ce908b2a7ddf Filesystem access.
pkgs/python/[email protected]/setup.py:136
    with open(fn, **open_kw) as fp:

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 #733c939daae0d1fc Environment-variable access.
pkgs/python/[email protected]/setup.py:248
        dist_base = os.environ.get('PYDISTBASE')

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 #d582a779b7cfeb4f Environment-variable access.
pkgs/python/[email protected]/setup.py:263
            dist_base = os.environ.get('PYDISTBASE')

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 #d3b24086728d2d48 Environment-variable access.
pkgs/python/[email protected]/setup.py:294
                if os.environ.get('READTHEDOCS', None) == '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 #642af7aa4953e71d Environment-variable access.
pkgs/python/[email protected]/setup.py:297
                if not os.environ.get('RUAMEL_NO_PIP_INSTALL_CHECK', 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 #71fb01e125d4f76d Filesystem access.
pkgs/python/[email protected]/setup.py:758
        with open(file_name, 'w') as fp:

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 #c402441f06d843eb Filesystem access.
pkgs/python/[email protected]/setup.py:793
            with open(file_name, 'w') as fp:

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 #737d68625c0d0bfa Filesystem access.
pkgs/python/[email protected]/setup.py:804
        with open(file_name, 'w') as fp:

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 #c132610606e68197 Environment-variable access.
pkgs/python/[email protected]/setup.py:878
    if not os.environ.get('RUAMEL_NO_LONG_DESCRIPTION', 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 #b5cf072a2f749ed8 Filesystem access.
pkgs/python/[email protected]/setup.py:884
                kw['long_description'] = open(readme_file_name, **open_kw).read()

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.

sqlglot

python dependency
expand_more 3 low-confidence finding(s)
low env_fs dependency Excluded from app score #a92ed86853c44c55 Environment-variable access.
pkgs/python/[email protected]/sqlglotc/setup.py:85
os.environ["MYPYPATH"] = os.path.dirname(SRC_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 #d7fcac1c4858e2b9 Filesystem access.
pkgs/python/[email protected]/sqlglotc/setup.py:144
            with open(pkg_info, encoding="utf-8") as fd:

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 #cf88e68fb77adbc7 Environment-variable access.
pkgs/python/[email protected]/sqlglotc/setup.py:175
        _source_paths(), opt_level=os.environ.get("MYPYC_OPT", "2"), separate=True, verbose=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.

sqlparse

python dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #59435fb9188980e3 Filesystem access.
pkgs/python/[email protected]/sqlparse/cli.py:176
            with open(args.filename, encoding=args.encoding) as f:

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 #c656cf109d211915 Filesystem access.
pkgs/python/[email protected]/sqlparse/cli.py:185
            stream = open(args.outfile, 'w', encoding=args.encoding)

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.

streamlit

python dependency
expand_more 55 low-confidence finding(s)
low env_fs dependency Excluded from app score #c382514e42e8b7a1 Environment-variable access.
pkgs/python/[email protected]/streamlit/__init__.py:57
_os.environ["MPLBACKEND"] = "Agg"

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 #020156323fd7b409 Filesystem access.
pkgs/python/[email protected]/streamlit/cli_util.py:62
    with open(os.devnull, "w", encoding="utf-8") as devnull:

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 #797bcd5e0ec78edc Filesystem access.
pkgs/python/[email protected]/streamlit/components/v2/manifest_scanner.py:266
            pyproject_content = dist.read_text("pyproject.toml")

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 #e2639d449a853c52 Filesystem access.
pkgs/python/[email protected]/streamlit/components/v2/manifest_scanner.py:364
        with open(pyproject_path, encoding="utf-8") as f:

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 #8064cc528c6d9e57 Filesystem access.
pkgs/python/[email protected]/streamlit/components/v2/manifest_scanner.py:412
        with open(pyproject_path, encoding="utf-8") as f:

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 #ee29c6777c3a7550 Environment-variable access.
pkgs/python/[email protected]/streamlit/config.py:880
        and not os.getenv("DISPLAY")

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 #53208657745ce0bc Environment-variable access.
pkgs/python/[email protected]/streamlit/config.py:881
        and not os.getenv("WAYLAND_DISPLAY")

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 #6aca007b5cd7d0be Environment-variable access.
pkgs/python/[email protected]/streamlit/config.py:2634
        env_var_value = os.environ.get(opt_val.env_var)

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 #e0b31a8ab1bc43fd Environment-variable access.
pkgs/python/[email protected]/streamlit/config.py:2778
        env_var = os.environ.get(var_name)

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 #a8779f6a66216876 Filesystem access.
pkgs/python/[email protected]/streamlit/config.py:2891
            with open(filename, encoding="utf-8") as file:

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 egress dependency Excluded from app score #b4ff619d05736267 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/config_util.py:633
            with urllib.request.urlopen(file_path_or_url, timeout=30) as response:  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #7a86476203f41d83 Filesystem access.
pkgs/python/[email protected]/streamlit/config_util.py:644
            with open(file_path_or_url, encoding="utf-8") as f:

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 #3f913e003d5b2592 Filesystem access.
pkgs/python/[email protected]/streamlit/connections/snowflake_connection.py:714
        with open(SNOWPARK_CONNECTION_TOKEN_FILE, encoding="utf-8") as token_file:

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 #b28288db5598d72c Environment-variable access.
pkgs/python/[email protected]/streamlit/connections/snowflake_connection.py:747
            value = os.getenv(env_var_name)

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 #6e4b4ce8ebf78c81 Filesystem access.
pkgs/python/[email protected]/streamlit/elements/html.py:120
            with open(file_path, encoding="utf-8") as f:

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 #e26c85e4c32a56ae Filesystem access.
pkgs/python/[email protected]/streamlit/elements/iframe.py:419
                with open(file_path, encoding="utf-8") as f:

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 #4600aab173720190 Filesystem access.
pkgs/python/[email protected]/streamlit/elements/iframe.py:433
            with open(file_path, "rb") as f:

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 #3a4e3dc5d4aa9e90 Filesystem access.
pkgs/python/[email protected]/streamlit/elements/lib/image_utils.py:269
            with open(image, encoding="utf-8") as textfile:

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 #10fa017809a3463a Filesystem access.
pkgs/python/[email protected]/streamlit/elements/lib/image_utils.py:290
            with open(image, "rb") as f:

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 #0f1587b62c7bcee2 Filesystem access.
pkgs/python/[email protected]/streamlit/elements/lib/subtitle_utils.py:121
        with open(data_or_path, "rb") as file:

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 #22276269b71c1fd7 Filesystem access.
pkgs/python/[email protected]/streamlit/elements/pdf.py:138
                    with open(data_str, "rb") as file:

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 #f7158aec92a4e8de Environment-variable access.
pkgs/python/[email protected]/streamlit/env_util.py:33
    if "WSL_DISTRO_NAME" in os.environ or "WSL_INTEROP" in os.environ:

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 #d2cb2e05081236d3 Filesystem access.
pkgs/python/[email protected]/streamlit/env_util.py:37
        with open("/proc/version", encoding="utf-8") as proc_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 #9445ae003a24a48f Filesystem access.
pkgs/python/[email protected]/streamlit/file_util.py:89
    with open(os.path.join(CONFIG_FOLDER_NAME, path), mode) as handle:

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 #c4ab7f34d904b4bf Filesystem access.
pkgs/python/[email protected]/streamlit/file_util.py:115
        with open(path, mode) as handle:

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 #eec950660f6d839a Environment-variable access.
pkgs/python/[email protected]/streamlit/file_util.py:223
    pythonpath = os.environ.get("PYTHONPATH", "")

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 egress dependency Excluded from app score #447d917df48afe69 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/net_util.py:102
        text = requests.get(url, timeout=timeout).text

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #69e89d8dcefea595 Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/app_session.py:859
            "DISPLAY" in os.environ or "WAYLAND_DISPLAY" in os.environ

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 #43b5ffc5536a25a7 Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/connection_factory.py:420
        name = os.environ[envvar_name]

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 #ddf536710db82966 Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/credentials.py:50
        not env_util.IS_WINDOWS or os.environ.get("WT_SESSION")

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 egress dependency Excluded from app score #c25a2dd2189a8179 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/runtime/credentials.py:78
        response_json = requests.get(
            "https://data.streamlit.io/metrics.json", timeout=2
        ).json()

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #10a8a7a0f3e66e17 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/runtime/credentials.py:104
    response = requests.post(
        metrics_url,
        headers=headers,
        data=json.dumps(data).encode(),
        timeout=10,
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #a423149f9537df43 Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/credentials.py:151
            with open(self._conf_file, encoding="utf-8") as f:

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 #5dc42839faea8463 Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/credentials.py:221
        with open(self._conf_file, "w", encoding="utf-8") as f:

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 #7f119f9d6f72082e Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/memory_media_file_storage.py:205
            with open(filename, "rb") as f:

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 #5b626665b149a37f Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/metrics_util.py:255
        with open(_ETC_MACHINE_ID_PATH, encoding="utf-8") as f:

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 #f2474bb194ab5307 Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/metrics_util.py:259
        with open(_DBUS_MACHINE_ID_PATH, encoding="utf-8") as f:

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 #b6a4e355dea07d8f Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/secrets.py:307
            with open(path, encoding="utf-8") as f:

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 #68465183f0686c78 Filesystem access.
pkgs/python/[email protected]/streamlit/runtime/secrets.py:363
                with open(file_path, encoding="utf-8") as f:

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 #04a0ffdab6a11aa1 Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/secrets.py:513
            os.environ[k] = str(v)

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 #165dbab2d36ff614 Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/secrets.py:522
        if value_type in {str, int, float} and os.environ.get(k) == str(v):

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 #7b0a547a8dfa61bc Environment-variable access.
pkgs/python/[email protected]/streamlit/runtime/secrets.py:523
            del os.environ[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 #8e48eef7b2159a7c Filesystem access.
pkgs/python/[email protected]/streamlit/source_util.py:55
    return open(filename, encoding="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 tooling reachable #d7562e823739b8a3 Filesystem access.
pkgs/python/[email protected]/streamlit/testing/v1/app_test.py:231
        path.write_text(aligned_script, encoding="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 dependency Excluded from app score #7da42cb375a9786e Filesystem access.
pkgs/python/[email protected]/streamlit/watcher/util.py:118
    with open(file_path, "rb") as f:

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 #30ec17bf03c9219b Environment-variable access.
pkgs/python/[email protected]/streamlit/web/bootstrap.py:126
    if "MAPBOX_API_KEY" not in os.environ:

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 #cc55e571653a096c Environment-variable access.
pkgs/python/[email protected]/streamlit/web/bootstrap.py:127
        os.environ["MAPBOX_API_KEY"] = config.get_option("mapbox.token")

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 #49d84d1e0186131e Filesystem access.
pkgs/python/[email protected]/streamlit/web/cli.py:122
    with open(main_script_path, "wb") as fp:

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 egress dependency Excluded from app score #4b82a1e2c3ccaa3b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/web/cli.py:124
            resp = requests.get(url_path, timeout=30)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #8c1cd6a0484655f6 Filesystem access.
pkgs/python/[email protected]/streamlit/web/cli.py:585
    (project_dir / "requirements.txt").write_text("streamlit\n", encoding="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 dependency Excluded from app score #bd7e901535c2138f Filesystem access.
pkgs/python/[email protected]/streamlit/web/cli.py:588
    (project_dir / "streamlit_app.py").write_text(
        """import streamlit as st

st.title("🎈 My new app")
st.write(
    "Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/)."
)
""",
        encoding="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 dependency Excluded from app score #59bc79fba8e5bd8f Filesystem access.
pkgs/python/[email protected]/streamlit/web/server/app_discovery.py:365
        source = path.read_text(encoding="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 dependency Excluded from app score #5abd9e6ddeacef00 Environment-variable access.
pkgs/python/[email protected]/streamlit/web/server/server_util.py:191
            port_str = os.environ.get(env_var)

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 #4936cbaa07e1a1fe Filesystem access.
pkgs/python/[email protected]/streamlit/web/skills.py:270
        if (target_path / rel_path).read_bytes() != source_file.read_bytes():

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 egress dependency Excluded from app score #256e811c5d5524c1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/streamlit/web/skills.py:436
        with request.urlopen(url, timeout=30) as response:  # noqa: S310

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

thefuzz

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #f5488fe41f223cc8 Filesystem access.
pkgs/python/[email protected]/setup.py:10
with open('README.rst') as f:

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.

typing-extensions

python dependency
expand_more 7 low-confidence finding(s)
low env_fs dependency Excluded from app score #35726366fbdae956 Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:1698
            Path(tempdir, "ann_module.py").write_text(ANN_MODULE_SOURCE)

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 #eef464d3a25de63e Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:1699
            Path(tempdir, "ann_module2.py").write_text(ANN_MODULE_2_SOURCE)

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 #eea95fafe3f7bfa6 Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:1700
            Path(tempdir, "ann_module3.py").write_text(ANN_MODULE_3_SOURCE)

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 #3331ea0c1b63a3c5 Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:8783
            Path(tempdir, "inspect_stock_annotations.py").write_text(STOCK_ANNOTATIONS)

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 #dbc3e008030ed1db Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:8784
            Path(tempdir, "inspect_stringized_annotations.py").write_text(STRINGIZED_ANNOTATIONS)

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 #591119bcecc74666 Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:8785
            Path(tempdir, "inspect_stringized_annotations_2.py").write_text(STRINGIZED_ANNOTATIONS_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 #b3b7a2e9b8100519 Filesystem access.
pkgs/python/[email protected]/src/test_typing_extensions.py:9234
            Path(tempdir, "inspect_stringized_annotations_pep_695.py").write_text(STRINGIZED_ANNOTATIONS_PEP_695)

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.

urllib3

python dependency
expand_more 12 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #54ebcdf6775d9223 Environment-variable access.
pkgs/python/[email protected]/docs/conf.py:15
if "READTHEDOCS" in os.environ:

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 unreachable #e587c2488d1c2690 Environment-variable access.
pkgs/python/[email protected]/docs/conf.py:76
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_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 #64973e43d9f8f1f2 Filesystem access.
pkgs/python/[email protected]/dummyserver/app.py:466
        return await make_response(file_path.read_bytes(), 200, headers)

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 #bef2da9ff69e5a6c Filesystem access.
pkgs/python/[email protected]/dummyserver/app.py:483
    return await make_response(file_path.read_bytes(), 200, headers)

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 egress dependency Excluded from app score #5e035a1db6d4f2a5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/urllib3/__init__.py:193
    return _DEFAULT_POOL.request(
        method,
        url,
        body=body,
        fields=fields,
        headers=headers,
        preload_content=preload_content,
        decode_content=decode_content,
        redirect=redirect,
        retries=retries,
        timeout=timeout,
        json=json,
    )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #8aaebee404283fbe Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/urllib3/connectionpool.py:210
            self.pool.put(None)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #c0be9f10bec85b5f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/urllib3/connectionpool.py:310
                self.pool.put(conn, block=False)

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low egress dependency Excluded from app score #293487bd42ce3cdd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/src/urllib3/connectionpool.py:493
            conn.request(
                method,
                url,
                body=body,
                headers=headers,
                chunked=chunked,
                preload_content=preload_content,
                decode_content=decode_content,
                enforce_content_length=enforce_content_length,
            )

Data is sent to a hardcoded external endpoint; review what leaves the process.

Fix: Verify the destination and that only non-sensitive data is sent; pin and audit the dependency.

low env_fs dependency Excluded from app score #1b13c8181d34c07a Filesystem access.
pkgs/python/[email protected]/src/urllib3/contrib/emscripten/fetch.py:204
        streaming_worker_code = (
            files(__package__)
            .joinpath("emscripten_fetch_worker.js")
            .read_text(encoding="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 dependency Excluded from app score #0bf2585c114e92bb Environment-variable access.
pkgs/python/[email protected]/src/urllib3/util/ssl_.py:317
    if "SSLKEYLOGFILE" in os.environ:

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 #63ba342fffe19f8c Environment-variable access.
pkgs/python/[email protected]/src/urllib3/util/ssl_.py:318
        sslkeylogfile = os.path.expandvars(os.environ.get("SSLKEYLOGFILE"))

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 #eb7e7c28a2190fd8 Filesystem access.
pkgs/python/[email protected]/src/urllib3/util/ssl_.py:452
    with open(key_file) as f:

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.

uvicorn

python dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #3b40ddbc7fa9d37e Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:351
        if workers is None and "WEB_CONCURRENCY" in os.environ:

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 #93a76eb469084152 Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:352
            self.workers = int(os.environ["WEB_CONCURRENCY"])

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 #71477e16766eea0e Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:356
            self.forwarded_allow_ips = os.environ.get("FORWARDED_ALLOW_IPS", "127.0.0.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 #d3c5224822346844 Filesystem access.
pkgs/python/[email protected]/uvicorn/config.py:393
                with open(self.log_config) as file:

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 #09d8081aae54ffc9 Filesystem access.
pkgs/python/[email protected]/uvicorn/config.py:404
                with open(self.log_config) as file:

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

  • pillow prod — sdist exceeds byte cap
  • langchain-community prod — sdist exceeds byte cap
  • boto3-stubs prod — no python source in sdist
  • fastmcp prod — sdist exceeds byte cap
  • python-Levenshtein prod — no python source in sdist
  • guardpycfn prod — no python source in sdist
  • polars prod — scan budget exceeded
  • bedrock-agentcore prod — scan budget exceeded
  • playwright prod — scan budget exceeded
  • psutil prod — scan budget exceeded
  • awslabs.mysql-mcp-server prod — scan budget exceeded
  • awslabs-aws-api-mcp-server prod — scan budget exceeded
  • asyncmy prod — scan budget exceeded
  • defusedxml prod — scan budget exceeded
  • starlette prod — scan budget exceeded
  • authlib prod — scan budget exceeded
  • numpy prod — scan budget exceeded
  • pandas prod — scan budget exceeded
  • statsmodels prod — scan budget exceeded
  • PyYAML prod — scan budget exceeded
  • pdfplumber prod — scan budget exceeded
  • markitdown prod — scan budget exceeded
  • pdf2image prod — scan budget exceeded
  • python-json-logger prod — scan budget exceeded
  • setuptools prod — scan budget exceeded
  • importlib_resources prod — scan budget exceeded
  • python-frontmatter prod — scan budget exceeded
  • awscli prod — scan budget exceeded
  • gitignorefile prod — scan budget exceeded
  • idna prod — scan budget exceeded
  • protego prod — scan budget exceeded
  • readabilipy prod — scan budget exceeded
  • dsql-lint prod — scan budget exceeded
  • langdetect prod — scan budget exceeded
  • virtualenv prod — scan budget exceeded
  • checkov prod — scan budget exceeded
  • mypy-boto3-qbusiness prod — scan budget exceeded