Close Open Privacy Scan

bolt Snapshot: commit 80bb343
science engine v3
schedule 2026-07-09T08:07:37.618902+00:00

verified_user Application data leak confirmed

High-confidence data exfiltration identified in application code.

App Privacy Score

62 /100
Medium privacy risk — application leak confirmed

Medium risk · 1333 finding(s)

Dependency score: 0 (High risk)

bar_chart Score Breakdown

pii_flow −30
egress −5
env_fs −3

list Scan Summary

5 high 28 medium 1300 low
First-party packages: 1
Dependency packages: 27
Ecosystem: python

swap_horiz Confirmed data exfiltration in application code

External domains: acme.example.comapi.github.comblahdummyexample.compython.orgsomethingsomewhere:3128somewhereelse:3128www.%70ython.orgwww.example.comwww.perl.orgwww.python.orgxkcd.com

high first-party (python) User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
repo/src/services/github.py:10 repo/src/services/github.py:11
hub Dependency data flows (4)
high openai dependency User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/openai/lib/azure.py:239 pkgs/python/[email protected]/src/openai/lib/azure.py:278
high openai dependency User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/openai/lib/azure.py:563 pkgs/python/[email protected]/src/openai/lib/azure.py:602
high anthropic dependency User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:384 pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:384
high anthropic dependency User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_workload.py:179 pkgs/python/[email protected]/src/anthropic/lib/credentials/_workload.py:179

</> First-Party Code

first-party (python)

python first-party
high pii_flow production #f1fe6d92de719d6e User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
repo/src/services/github.py:11 · flow /tmp/closeopen-1464z10e/repo/src/services/github.py:10 → /tmp/closeopen-1464z10e/repo/src/services/github.py:11
        response = requests.get(
            "https://api.github.com/user/repos", headers=headers
        )

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

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

expand_more 27 low-confidence finding(s)
low env_fs production #578e69c07b460eb0 Environment-variable access.
repo/devika.py:44
os.environ["TOKENIZERS_PARALLELISM"] = "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 production #8051ddacda9616e3 Filesystem access.
repo/src/agents/action/action.py:9
PROMPT = open("src/agents/action/prompt.jinja2", "r").read().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 #2967407af870ca49 Filesystem access.
repo/src/agents/answer/answer.py:9
PROMPT = open("src/agents/answer/prompt.jinja2", "r").read().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 #854136532d090b5a Filesystem access.
repo/src/agents/coder/coder.py:14
PROMPT = open("src/agents/coder/prompt.jinja2", "r").read().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 #5fae6a39cf438940 Filesystem access.
repo/src/agents/coder/coder.py:77
            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 #b2e23bf3a30bda72 Filesystem access.
repo/src/agents/decision/decision.py:8
PROMPT = open("src/agents/decision/prompt.jinja2").read().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 #7b15b46dfcb1d207 Filesystem access.
repo/src/agents/feature/feature.py:13
PROMPT = open("src/agents/feature/prompt.jinja2", "r").read().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 #debb2d3bb58cf831 Filesystem access.
repo/src/agents/feature/feature.py:75
            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 #8fcbdcde19e5a2ae Filesystem access.
repo/src/agents/formatter/formatter.py:5
PROMPT = open("src/agents/formatter/prompt.jinja2").read().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 #a8c6270e121d4559 Filesystem access.
repo/src/agents/internal_monologue/internal_monologue.py:8
PROMPT = open("src/agents/internal_monologue/prompt.jinja2").read().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 #4b95a1446738f6cf Filesystem access.
repo/src/agents/patcher/patcher.py:13
PROMPT = open("src/agents/patcher/prompt.jinja2", "r").read().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 #750e5a0bf5deaabe Filesystem access.
repo/src/agents/patcher/patcher.py:78
            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 #116bebd3c340b7f5 Filesystem access.
repo/src/agents/planner/planner.py:5
PROMPT = open("src/agents/planner/prompt.jinja2").read().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 #16e8b121fd1a3af9 Filesystem access.
repo/src/agents/reporter/reporter.py:8
PROMPT = open("src/agents/reporter/prompt.jinja2").read().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 #ac77fefa7e05cbea Filesystem access.
repo/src/agents/researcher/researcher.py:10
PROMPT = open("src/agents/researcher/prompt.jinja2").read().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 #f7159e6b95ca1d8d Filesystem access.
repo/src/agents/runner/runner.py:15
PROMPT = open("src/agents/runner/prompt.jinja2", "r").read().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 #095bdcc757d9365c Filesystem access.
repo/src/agents/runner/runner.py:16
RERUNNER_PROMPT = open("src/agents/runner/rerunner.jinja2", "r").read().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 #33e2c3294a3fdcef Filesystem access.
repo/src/config.py:17
            with open("sample.config.toml", "r") as f_in, open("config.toml", "w+") as f_out:

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

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

low env_fs production #f4dfd3841843ad12 Filesystem access.
repo/src/config.py:23
            with open("sample.config.toml", "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 #ffb92e33a7562a75 Filesystem access.
repo/src/config.py:26
            with open("config.toml", "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 #f9be2376dd03b18f Filesystem access.
repo/src/config.py:183
        with open("config.toml", "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 #9cf987ea71aff332 Filesystem access.
repo/src/config.py:189
                with open("config.toml", "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 #e02ef003c67901ca Filesystem access.
repo/src/documenter/pdf.py:17
        with open(out_file_path, "wb") as out_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 #b71ad2387b8a1071 Filesystem access.
repo/src/filesystem/read_code.py:21
                    with open(file_path, '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 production #916efeef03e3432b Filesystem access.
repo/src/logger.py:16
        with open(self.logger.pathName, "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.

low env_fs production #c6f99600b04201e5 Filesystem access.
repo/src/project.py:168
                    with open(os.path.join(root, filename), '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.

low egress production #6435d514e3becb2c Hardcoded external endpoint. Review what data is sent to this destination.
repo/src/services/github.py:11
        response = requests.get(
            "https://api.github.com/user/repos", 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.

</> Dependencies

anthropic

python dependency
high pii_flow dependency Excluded from app score #7b20e20edfdfb9e7 User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:384 · flow /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:384 → /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:384
            self._owned_http_client = httpx.Client(timeout=TOKEN_EXCHANGE_TIMEOUT)

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

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

high pii_flow dependency Excluded from app score #789e125a4ddb02e8 User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_workload.py:179 · flow /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/anthropic/lib/credentials/_workload.py:179 → /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/anthropic/lib/credentials/_workload.py:179
            self._http_client = httpx.Client(timeout=TOKEN_EXCHANGE_TIMEOUT)

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

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

expand_more 90 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #76ba8bc159523729 Environment-variable access.
pkgs/python/[email protected]/examples/agents.py:9
    anthropic = Anthropic(api_key=os.environ.get("ANTHROPIC_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 #98efb10f98d1c29f Environment-variable access.
pkgs/python/[email protected]/examples/agents_comprehensive.py:18
    anthropic = Anthropic(api_key=os.environ.get("ANTHROPIC_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 #e03f2415443aecfa Environment-variable access.
pkgs/python/[email protected]/examples/agents_comprehensive.py:20
    github_token = os.environ.get("GITHUB_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 tooling Excluded from app score unreachable #9e9a046e253a76c0 Filesystem access.
pkgs/python/[email protected]/examples/agents_comprehensive.py:47
    with open(skill_md_path, "rb") as skill_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 #79a3d3ba05a97331 Environment-variable access.
pkgs/python/[email protected]/examples/agents_with_files.py:10
    anthropic = Anthropic(api_key=os.environ.get("ANTHROPIC_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 #7dfc0580b4d1cc05 Environment-variable access.
pkgs/python/[email protected]/examples/managed-agents-observe-tool-calls.py:46
    val = os.environ.get(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 #a8f90284f9e56999 Environment-variable access.
pkgs/python/[email protected]/examples/managed-agents-observe-tool-calls.py:64
    workdir = os.environ.get("ANTHROPIC_WORKDIR", ".")

Reads environment variables or the filesystem — an inventory-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 #6e9efd4eb2df30c0 Environment-variable access.
pkgs/python/[email protected]/examples/managed-agents-self-hosted-sandbox-worker.py:48
    val = os.environ.get(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 #94e6b08f553d86fa Environment-variable access.
pkgs/python/[email protected]/examples/managed-agents-self-hosted-sandbox-worker.py:60
    workdir = os.environ.get("ANTHROPIC_WORKDIR", ".")

Reads environment variables or the filesystem — an inventory-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 #01212ca1edef667c Environment-variable access.
pkgs/python/[email protected]/examples/workload_identity.py:70
        identity_token_provider=lambda: os.environ["ANTHROPIC_IDENTITY_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 #1c838ae28e8a2e12 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:107
    if api_key is not None and os.environ.get("ANTHROPIC_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 #e13a196e062c9ab7 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:109
    if auth_token is not None and os.environ.get("ANTHROPIC_AUTH_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 #3b2972ec00757d41 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:214
            api_key = os.environ.get("ANTHROPIC_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 #5f567ceab4203551 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:215
            auth_token = os.environ.get("ANTHROPIC_AUTH_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 #6fd5cf7aaa41ae2e Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:221
            webhook_key = os.environ.get("ANTHROPIC_WEBHOOK_SIGNING_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 #eafb172f205ac7fa Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:225
            base_url = os.environ.get("ANTHROPIC_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 #692f0e9dbaeecb76 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:234
        custom_headers_env = os.environ.get("ANTHROPIC_CUSTOM_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 #f38d01a77402f0e4 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:631
            api_key = os.environ.get("ANTHROPIC_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 #e1561adc0778318f Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:632
            auth_token = os.environ.get("ANTHROPIC_AUTH_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 #b0a99fd97ee5104b Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:638
            webhook_key = os.environ.get("ANTHROPIC_WEBHOOK_SIGNING_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 #59e5d42d7f18469d Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:642
            base_url = os.environ.get("ANTHROPIC_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 #b87533c8cd78496e Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_client.py:651
        custom_headers_env = os.environ.get("ANTHROPIC_CUSTOM_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 #3699b9451c8e1c0b Filesystem access.
pkgs/python/[email protected]/src/anthropic/_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 #e61710508b8a1d77 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_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 #dcfafae3beaa378e Filesystem access.
pkgs/python/[email protected]/src/anthropic/_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 #878097a6857852b0 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_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 #490ee1d4250ed179 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_legacy_response.py:464
        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 #fb462805ef9c594b Filesystem access.
pkgs/python/[email protected]/src/anthropic/_legacy_response.py:477
        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 #f66e9083805f8792 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_models.py:120
            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 #7b38d1546e4d5cb8 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_response.py:537
        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 #190dfb7cdb75b8ed Filesystem access.
pkgs/python/[email protected]/src/anthropic/_response.py:579
        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 #1add45a9961b742a Environment-variable access.
pkgs/python/[email protected]/src/anthropic/_utils/_logs.py:17
    env = os.environ.get("ANTHROPIC_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 #3578ec1433ba09ed Filesystem access.
pkgs/python/[email protected]/src/anthropic/_utils/_transform.py:250
            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 #500c9a96d83ecff3 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_utils/_transform.py:418
            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 #aab1146cfdfd6d81 Filesystem access.
pkgs/python/[email protected]/src/anthropic/_utils/_utils.py:379
    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 #894d2ac4609ce334 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/_files.py:25
        files.append((path.relative_to(relative_to).as_posix(), 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 #f5f570ac9143d750 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/_files.py:42
        files.append((path.relative_to(relative_to).as_posix(), 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 #e0c166e86b17e168 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/aws/_credentials.py:25
        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 dependency Excluded from app score #c37058ae1115c1bf Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/aws/_credentials.py:90
    return 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 #7966c0a2e53e4b55 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_client.py:77
    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 dependency Excluded from app score #fa8eab8577545798 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_client.py:165
            api_key = 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 #f3200ff638e171e8 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_client.py:190
            base_url = os.environ.get("ANTHROPIC_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 #35c3843b99373477 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_client.py:345
            api_key = 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 #8753133970f77fcc Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_client.py:370
            base_url = os.environ.get("ANTHROPIC_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 #64282bccf33aeb04 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/bedrock/_mantle.py:144
        base_url = os.environ.get("ANTHROPIC_BEDROCK_MANTLE_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 #08d76db35368f674 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:33
    federation_rule_id = os.environ.get(ENV_FEDERATION_RULE_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 #8a004750da6cfff7 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:34
    organization_id = os.environ.get(ENV_ORGANIZATION_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 #4bd5590796e5aaf2 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:35
    has_literal_token = ENV_IDENTITY_TOKEN 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 #c898edb56e8f7747 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:50
            value = os.environ.get(ENV_IDENTITY_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 #657ff4da6b0baba0 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:65
        service_account_id=os.environ.get(ENV_SERVICE_ACCOUNT_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 #520d68c2228c10f1 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:69
        workspace_id=os.environ.get(ENV_WORKSPACE_ID) 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 dependency Excluded from app score #2cd833e73bd74424 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:70
        scope=os.environ.get(ENV_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 dependency Excluded from app score #960562f1ea27dda0 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:108
    if os.environ.get(ENV_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 #764d0147f5d92603 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:112
    auth_token = os.environ.get(ENV_AUTH_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 #57e261d9a10d0d66 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_chain.py:119
    env_explicit = bool(os.environ.get(ENV_PROFILE) or os.environ.get(ENV_CONFIG_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 #be84d1533c1d1ecf Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:78
    env = os.environ.get(ENV_CONFIG_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 #310ef4baadcd0e1b Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:82
        appdata = os.environ.get("APPDATA")

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

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

low env_fs dependency Excluded from app score #1683c1ab46428189 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:92
        name = (_config_dir() / "active_config").read_text(encoding="utf-8").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 #cee823998072e7fc Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:105
    env = os.environ.get(ENV_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 dependency Excluded from app score #79ffc44a8628a5a3 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:224
    env = os.environ.get(ENV_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 #42d50eb723aa5aa9 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:240
    if os.environ.get(ENV_PROFILE) or os.environ.get(ENV_CONFIG_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 #48ce2a7ec9368a6e Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:244
    if os.environ.get(ENV_FEDERATION_RULE_ID) and os.environ.get(ENV_ORGANIZATION_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 #ab325a89a513d456 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_constants.py:245
        if os.environ.get(ENV_IDENTITY_TOKEN_FILE) or os.environ.get(ENV_IDENTITY_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 #34f39e999d65e4be Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:88
            v = 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 #352bc9e9f0bd9216 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:102
            v = os.environ.get(ENV_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 #59ec30f549e073d8 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:128
        value = os.environ.get(self._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 #98989cf339fbcb29 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:276
            raw = self._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 dependency Excluded from app score #b211ebbf52412121 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:357
            raw = 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 #eefad64f45be524b Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/credentials/_providers.py:692
            content = self._path.read_text(encoding="utf-8").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 #046f9df12392ef13 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/environments/_worker.py:160
    resolved = value or 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 #82355ac416027939 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:157
        api_key = api_key if api_key is not None else os.environ.get("ANTHROPIC_FOUNDRY_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 #d83b4ec4c3ba2e06 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:158
        resource = resource if resource is not None else os.environ.get("ANTHROPIC_FOUNDRY_RESOURCE")

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

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

low env_fs dependency Excluded from app score #5c1b47e52140325c Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:159
        base_url = base_url if base_url is not None else os.environ.get("ANTHROPIC_FOUNDRY_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 #74c0ab5c79ad766c Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:382
        api_key = api_key if api_key is not None else os.environ.get("ANTHROPIC_FOUNDRY_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 #4413a13d09d4635b Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:383
        resource = resource if resource is not None else os.environ.get("ANTHROPIC_FOUNDRY_RESOURCE")

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

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

low env_fs dependency Excluded from app score #6026541907c5613e Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/foundry.py:384
        base_url = base_url if base_url is not None else os.environ.get("ANTHROPIC_FOUNDRY_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 tooling reachable #b3eb103a24196af5 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/_beta_builtin_memory_tool.py:356
        return full_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 reachable #a62bb95a7d281caa Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/_beta_builtin_memory_tool.py:653
        return await full_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 reachable #f6e891a164cfeb37 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/_skills.py:138
                with zf.open(info) as src, open(target, "wb") as out:

Reads environment variables or the filesystem — an inventory-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 #608377660df5927c Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/_skills.py:164
            with extracted as src, open(target, "wb") as out:

Reads environment variables or the filesystem — an inventory-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 #300b273cc10b36c7 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/tools/agent_toolset.py:123
    return {k: v for k, v in os.environ.items() if not k.startswith("ANTHROPIC_")}

Reads environment variables or the filesystem — an inventory-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 #69ba11f3fac94910 Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/agent_toolset.py:512
            text = target.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 reachable #f0f602d3acfa145f Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/agent_toolset.py:540
            target.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 #489b6cacafc4a62c Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/agent_toolset.py:570
            text = target.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 reachable #36393e472a9aba8d Filesystem access.
pkgs/python/[email protected]/src/anthropic/lib/tools/agent_toolset.py:582
            target.write_text(updated)

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

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

low env_fs dependency Excluded from app score #cea38f1e440ddb25 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/vertex/_client.py:46
        project_id = os.environ.get("ANTHROPIC_VERTEX_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 #65c7f043b092feda Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/vertex/_client.py:114
            region = os.environ.get("CLOUD_ML_REGION", NOT_GIVEN)

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

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

low env_fs dependency Excluded from app score #bd4242aab23d523f Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/vertex/_client.py:121
            base_url = os.environ.get("ANTHROPIC_VERTEX_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 #ce618362b04b236e Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/vertex/_client.py:278
            region = os.environ.get("CLOUD_ML_REGION", NOT_GIVEN)

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

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

low env_fs dependency Excluded from app score #c95ee236a32c6c53 Environment-variable access.
pkgs/python/[email protected]/src/anthropic/lib/vertex/_client.py:285
            base_url = os.environ.get("ANTHROPIC_VERTEX_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.

openai

python dependency
high pii_flow dependency Excluded from app score #26fcb09fd861a9c9 User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/openai/lib/azure.py:278 · flow /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/openai/lib/azure.py:239 → /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/openai/lib/azure.py:278
        self._azure_endpoint = httpx.URL(azure_endpoint) if azure_endpoint else None

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

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

high pii_flow dependency Excluded from app score #2040c85e19528865 User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration.
pkgs/python/[email protected]/src/openai/lib/azure.py:602 · flow /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/openai/lib/azure.py:563 → /tmp/closeopen-1464z10e/pkgs/python/[email protected]/src/openai/lib/azure.py:602
        self._azure_endpoint = httpx.URL(azure_endpoint) if azure_endpoint else None

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

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

expand_more 63 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #02fe396dc9610558 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 #2dfb6809d881d443 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 #8d76fc13b548c9fc 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 #d76c5389331c6921 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 #0d337d5cdf5ef34c 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 #da87d9b31d4a602c 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 #d5fcf353c51ffcfa 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 #402ec706e1e76eb0 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 #e355101636e0ac75 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 #7b3de4ae518f70bd 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 #64718c9a2c504262 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 #127fd4815be76dce 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 #d5be0659e7534de9 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 #9dd26004fcf23b26 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 #4731d4fdfff8c1fa 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 #b312b91fc7742cc4 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 #dd65c2824ae84503 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 env_fs dependency Excluded from app score #3c98e6fee6ce4902 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 #0ab3eab4124eee23 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 #fb1b9f00030930c3 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 #6c6cd68d9686e0bb 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 #be8bb415b1e46832 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 #5c755707b776b9ee 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 #955312f98c2a2999 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 #580a851858693c6d 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 #672acae9dd7a3683 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 #3d829c3a899e3032 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 #4b43fd20af5e94d0 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 #1eb01211ba735097 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 #f1d0df965bdcad4f 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 #953cd684e8650eb6 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 #dd1c433a15820250 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 #c132db98a6b42c9b 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 #c123d4275915bcb7 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 #d93225393123ae2e 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 #90bac0baa12bf0ef 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 #9239f09b9d4a4dcd 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 #dc2e7d5cab83dd4e 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 #20800c2c6d9ea25d 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 #dfca0e5c90297ff8 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 #3e7e353a5b833fa0 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 #31ca1e3d2bd4d0d9 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 #953422c52fbd7ec2 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 #564e7cfff0c7307d 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 #c18d640503b1ed04 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 env_fs dependency Excluded from app score #bb5d3a75d3e1fd5e 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 #69ff09570a37aca2 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 #28697d21ca449811 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 #4840a5c7f49bb8e6 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 #6c131125eb65e679 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 #dca16c8da24c931a 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 #7f2caaab8c22986a 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 #b6ff25e420f2a137 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 #2baf035b9ff6bc50 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 #1a042c94f0af8af8 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 #93524c44dc8cb135 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 #efa4eaed2c5f8e69 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 #f28800a230482f76 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 #1a45b563ccaa6e8a 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 #a281d558b93a297a 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 #6dd9d0fe4c1c814e 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 #336f4ba84161e172 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 #fc505e9b9e325d1e 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.

mistralai

python dependency
medium telemetry dependency Excluded from app score #87f5417c1885df39 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/client/_hooks/traceparent.py:5
from opentelemetry.propagate import inject

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #fdac9364633ae587 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/client/_hooks/tracing.py:8
from opentelemetry import context as context_api

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #482895d7e3996eb1 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/client/_hooks/tracing.py:9
from opentelemetry import trace

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #4096af7a6d9ade7a Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/client/_hooks/tracing.py:10
from opentelemetry.trace import Span, Status, StatusCode, set_span_in_context

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #e688de3c2946e5f3 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/__init__.py:4
from opentelemetry import trace as otel_trace

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #38937ee144ee49e7 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:17
import opentelemetry.semconv._incubating.attributes.gen_ai_attributes as gen_ai_attributes

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #f2064f4b424ab414 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:18
import opentelemetry.semconv._incubating.attributes.http_attributes as http_attributes

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #81dca14493a4506b Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:19
import opentelemetry.semconv.attributes.error_attributes as error_attributes

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #71206a14187fdd83 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:20
import opentelemetry.semconv.attributes.server_attributes as server_attributes

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #8a2272783423aebc Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:21
from opentelemetry import context as context_api

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #f583d36408cd20d5 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:22
from opentelemetry import propagate, trace

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #45e96ce33cc38165 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:23
from opentelemetry.baggage import get_baggage

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #a6ecd2bfca4d5844 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:24
from opentelemetry.trace import Span, Status, StatusCode, Tracer, set_span_in_context

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #675ba55eb16d6d61 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction.py:26
    from opentelemetry.sdk.trace import ReadableSpan

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #32ac6d9dc5d4d743 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction.py:27
    from opentelemetry.sdk.trace.export import SpanExporter, SpanExportResult

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #0abdd2a3c96db220 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction.py:102
        from opentelemetry.sdk.resources import Resource

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #4b1935cd15e753bf Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction.py:103
        from opentelemetry.sdk.trace import Event, ReadableSpan

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #59098a1b746a35ba Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction.py:104
        from opentelemetry.trace import Link, SpanKind, Status, StatusCode

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #f889656ddc94b204 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/redaction_policies.py:14
from opentelemetry.util.types import AttributeValue

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #b3069277f75ce903 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:10
from opentelemetry import trace as otel_trace

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #2ef006703c3726e0 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:22
    from opentelemetry.sdk.trace import TracerProvider as SDKTracerProvider

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #963ab94c615c2e2e Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:346
        from opentelemetry.exporter.otlp.proto.http.trace_exporter import (
            OTLPSpanExporter,

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #ab17a7f8913492aa Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:349
        from opentelemetry.sdk.resources import Resource

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #c8f6131991ae11e9 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:350
        from opentelemetry.sdk.trace import TracerProvider

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #7d0bd5cfc3b7dbd6 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:351
        from opentelemetry.sdk.trace.export import BatchSpanProcessor

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #9be57c7ffb37dd75 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/run/tools.py:8
import opentelemetry.semconv._incubating.attributes.gen_ai_attributes as gen_ai_attributes

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #0a077e03b5909968 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/run/tools.py:16
from opentelemetry import trace

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

medium telemetry dependency Excluded from app score #ad380afe360aaf78 Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/src/mistralai/extra/run/tools.py:17
from opentelemetry.trace import Status, StatusCode

A telemetry/analytics SDK is used; event data is sent to a third-party collector.

Fix: Ensure user consent and a lawful basis; strip PII from event payloads.

expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #e27684cfa4985372 Environment-variable access.
pkgs/python/[email protected]/packages/azure/src/mistralai/azure/client/utils/values.py:63
    env_value = os.getenv(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 #57d12f5966026439 Environment-variable access.
pkgs/python/[email protected]/packages/gcp/src/mistralai/gcp/client/utils/values.py:63
    env_value = os.getenv(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 #0b230409c6e06ea2 Environment-variable access.
pkgs/python/[email protected]/src/mistralai/client/utils/logger.py:25
    if os.getenv("MISTRAL_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 #1522262b4891d1c0 Environment-variable access.
pkgs/python/[email protected]/src/mistralai/client/utils/security.py:80
    if os.getenv("MISTRAL_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 #8d1e179f59fbbcf7 Environment-variable access.
pkgs/python/[email protected]/src/mistralai/client/utils/security.py:81
        security_dict["api_key"] = os.getenv("MISTRAL_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 #d6e8ac9976be724c Environment-variable access.
pkgs/python/[email protected]/src/mistralai/client/utils/values.py:64
    env_value = os.getenv(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 #fe3bd712f142a724 Environment-variable access.
pkgs/python/[email protected]/src/mistralai/extra/observability/otel.py:40
    os.getenv("MISTRAL_SDK_DEBUG_TRACING", "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 #5ccb12ebfa71ea5e Environment-variable access.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:80
    env_value = os.getenv(MISTRAL_SDK_TELEMETRY_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 #2ce39d21b5102317 Environment-variable access.
pkgs/python/[email protected]/src/mistralai/extra/observability/telemetry.py:363
    return os.getenv(
        MISTRAL_OTLP_TRACES_ENDPOINT_ENV,
        MISTRAL_TELEMETRY_ENDPOINT,
    ).strip() or MISTRAL_TELEMETRY_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.

Flask-SocketIO

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #704746ed2754a397 Environment-variable access.
pkgs/python/[email protected]/src/flask_socketio/__init__.py:254
        if os.environ.get('FLASK_RUN_FROM_CLI'):

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

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

GitPython

python dependency
expand_more 55 low-confidence finding(s)
low env_fs dependency Excluded from app score #660059fa98813f45 Filesystem access.
pkgs/python/[email protected]/doc/source/conf.py:50
with open(os.path.join(os.path.dirname(__file__), "..", "..", "VERSION")) 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 #2104d7fc365ec8d0 Environment-variable access.
pkgs/python/[email protected]/git/cmd.py:663
    GIT_PYTHON_TRACE = os.environ.get("GIT_PYTHON_TRACE", 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 #b42578b41d7b7969 Environment-variable access.
pkgs/python/[email protected]/git/cmd.py:779
            new_git = os.environ.get(cls._git_exec_env_var, cls.git_exec_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 #44a98f4699204bd2 Environment-variable access.
pkgs/python/[email protected]/git/cmd.py:828
                mode = os.environ.get(cls._refresh_env_var, "raise").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 #ea7ed48fca7f130d Environment-variable access.
pkgs/python/[email protected]/git/cmd.py:1256
        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 #4319d5a9cda10def Filesystem access.
pkgs/python/[email protected]/git/cmd.py:1278
        stdout_sink = PIPE if with_stdout else getattr(subprocess, "DEVNULL", None) or open(os.devnull, "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 #7b0013448c7cc824 Environment-variable access.
pkgs/python/[email protected]/git/config.py:259
        config_home = os.environ.get("XDG_CONFIG_HOME") or osp.join(os.environ.get("HOME", "~"), ".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 #a8a3f31fccb8f5ee Filesystem access.
pkgs/python/[email protected]/git/config.py:650
                    with open(file_path, "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 #86b236b1c7155f81 Filesystem access.
pkgs/python/[email protected]/git/config.py:768
            with open(fp, "wb") as fp_open:

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

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

low env_fs dependency Excluded from app score #8a5cd13c892bb8fd Filesystem access.
pkgs/python/[email protected]/git/index/base.py:705
                return open(filepath, "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 #3c40379d1efd66f2 Filesystem access.
pkgs/python/[email protected]/git/index/base.py:1180
        with open(self._commit_editmsg_filepath(), "wb") as commit_editmsg_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 #aa541ad30254c6b0 Filesystem access.
pkgs/python/[email protected]/git/index/base.py:1187
        with open(self._commit_editmsg_filepath(), "rb") as commit_editmsg_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 #fef0b41921e26395 Environment-variable access.
pkgs/python/[email protected]/git/index/fun.py:89
    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 #8614ee6d1bc56159 Environment-variable access.
pkgs/python/[email protected]/git/objects/commit.py:664
        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 #94eefe7d44cd689c Filesystem access.
pkgs/python/[email protected]/git/objects/submodule/base.py:428
        with open(git_file, "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 env_fs dependency Excluded from app score #5f2e8fa050e4062b Filesystem access.
pkgs/python/[email protected]/git/refs/log.py:267
        with open(filepath, "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 #7bc0033ae945ed3a Filesystem access.
pkgs/python/[email protected]/git/refs/log.py:363
            fd = open(filepath, "ab")

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

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

low env_fs dependency Excluded from app score #05ecd2ba38e13c5c Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:152
            with open(cls._get_packed_refs_path(repo), "rt", 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 #7da7a15fefb61f8b Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:265
            with open(os.path.join(repodir, ref_path), "rt", encoding="UTF-8") as fp:  # type: ignore[arg-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 #3090f014447fa1b6 Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:668
                with open(pack_file_path, "rb") as 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 #870e2bc05e7f8ad6 Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:696
                    with open(pack_file_path, "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 #88c454c0effd7363 Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:738
            with open(abs_ref_path, "rb") 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 #983e0debb56f29fe Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:822
                with open(new_abs_path, "rb") as fd1:

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

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

low env_fs dependency Excluded from app score #468760f8ad3a09b3 Filesystem access.
pkgs/python/[email protected]/git/refs/symbolic.py:824
                with open(cur_abs_path, "rb") as fd2:

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

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

low env_fs dependency Excluded from app score #6d1b49ec8b8b36bf Filesystem access.
pkgs/python/[email protected]/git/remote.py:915
        with open(fetch_head.abspath, "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 #2126ce8ebdb963fe Environment-variable access.
repo/base.py:216
        epath = path or os.getenv("GIT_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 #31169a954504e22d Environment-variable access.
repo/base.py:252
                if "GIT_WORK_TREE" 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 #85bddc6662d5d9ac Environment-variable access.
repo/base.py:253
                    self._working_tree_dir = os.getenv("GIT_WORK_TREE")

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

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

low env_fs dependency Excluded from app score #d264f3062d11174d Filesystem access.
repo/base.py:257
                    with open(osp.join(git_dir, "gitdir")) 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 #ff42fcc04af23465 Environment-variable access.
repo/base.py:280
                if os.environ.get("GIT_COMMON_DIR") is 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 #2a55f1dfec230a00 Environment-variable access.
repo/base.py:284
                if "GIT_WORK_TREE" 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 #b41e2ac026aed640 Environment-variable access.
repo/base.py:285
                    self._working_tree_dir = os.getenv("GIT_WORK_TREE")

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

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

low env_fs dependency Excluded from app score #f10ac04c19c9a787 Filesystem access.
repo/base.py:321
            common_dir = (Path(self.git_dir) / "commondir").read_text().splitlines()[0].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 #5fe5e81d967e42a8 Filesystem access.
repo/base.py:382
        with open(filename, "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 #5ac29fb43abbe969 Filesystem access.
repo/base.py:388
        with open(filename, "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 env_fs dependency Excluded from app score #23ef3fa1d93b5610 Environment-variable access.
repo/base.py:663
            config_home = os.environ.get("XDG_CONFIG_HOME") or osp.join(os.environ.get("HOME", "~"), ".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 #1869755f1b295fa3 Filesystem access.
repo/base.py:922
            with open(alternates_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 #4b510790dd4bc9d5 Filesystem access.
repo/base.py:945
            with open(alternates_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 #26dba6b48bdf7421 Filesystem access.
repo/base.py:1661
        with open(rebase_head_file, "rt") as f:

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

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

low env_fs dependency Excluded from app score #11fcbbefd4035dd7 Filesystem access.
repo/fun.py:55
    with open(filename, "ab"):

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

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

low env_fs dependency Excluded from app score #c3df2abdaeb57fb3 Environment-variable access.
repo/fun.py:69
        if (osp.isdir(osp.join(d, "objects")) or "GIT_OBJECT_DIRECTORY" in os.environ) and osp.isdir(

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

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

low env_fs dependency Excluded from app score #a941e32a4ab56b22 Filesystem access.
repo/fun.py:93
        lines = Path(dotgit).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 dependency Excluded from app score #efd90328554f3c1c Filesystem access.
repo/fun.py:108
        with open(d) 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 #1e8f15faa6fee92c Environment-variable access.
pkgs/python/[email protected]/git/util.py:122
        value = os.environ[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 #fbd3e3d7bc6f314c Environment-variable access.
pkgs/python/[email protected]/git/util.py:201
    old_value = os.getenv(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 #feb0f909ac14cdc3 Environment-variable access.
pkgs/python/[email protected]/git/util.py:202
    os.environ[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 #07d8a4dd47338941 Environment-variable access.
pkgs/python/[email protected]/git/util.py:207
            del os.environ[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 #ba44c9d0687ef968 Environment-variable access.
pkgs/python/[email protected]/git/util.py:209
            os.environ[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 #a9c7d67fe855dd9b Environment-variable access.
pkgs/python/[email protected]/git/util.py:338
    PATHEXT = os.environ.get("PATHEXT", 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 #a9ddb67c4e456086 Environment-variable access.
pkgs/python/[email protected]/git/util.py:374
        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 #cf859d983e72946f Environment-variable access.
pkgs/python/[email protected]/git/util.py:865
                val = os.environ[evar]

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

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

low env_fs dependency Excluded from app score #93bda4d38e3e8d69 Filesystem access.
pkgs/python/[email protected]/git/util.py:1051
            with open(lock_file, mode="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 #1a542de009ba95ea Filesystem access.
pkgs/python/[email protected]/setup.py:14
    return (Path(__file__).parent / 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 #d89978bf115c9024 Filesystem access.
pkgs/python/[email protected]/setup.py:49
        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 dependency Excluded from app score #65cfe5b4560b906c Filesystem access.
pkgs/python/[email protected]/setup.py:59
        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.

Jinja2

python dependency
expand_more 6 low-confidence finding(s)
low env_fs dependency Excluded from app score #856c0e7fe6764838 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 env_fs dependency Excluded from app score #f46a0597601cd356 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 #e80ca84c63529f3b 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 #bf6e7a747a33827d 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 #49b7f581d93f5ff2 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 #6d2040e87b4ab40d 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.

Markdown

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #68854a3cc578cc40 Filesystem access.
pkgs/python/[email protected]/markdown/__main__.py:106
        with open(
            options.configfile, mode="r", encoding=options.encoding
        ) 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 #2a0fb27cd752ced3 Filesystem access.
pkgs/python/[email protected]/markdown/core.py:434
                input_file = open(input, mode="r", 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 #025bb5ed7b1fd675 Filesystem access.
pkgs/python/[email protected]/markdown/test_tools.py:151
                with open(infile, 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 #a58e951ec3d1db67 Filesystem access.
pkgs/python/[email protected]/markdown/test_tools.py:153
                with open(outfile, 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.

colorama

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #8581ec1e4abf0e80 Environment-variable access.
pkgs/python/[email protected]/colorama/ansitowin32.py:51
        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.

curl_cffi

python dependency
expand_more 14 low-confidence finding(s)
low env_fs dependency Excluded from app score #a7f6e4884a5701ba Filesystem access.
pkgs/python/[email protected]/curl_cffi/cli/output.py:213
        with open(output_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 #0809d83818a61154 Filesystem access.
pkgs/python/[email protected]/curl_cffi/cli/request.py:105
            files[field_name] = open(filepath, "rb")  # noqa: SIM115

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

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

low env_fs dependency Excluded from app score #b0e251d4b7b57e01 Filesystem access.
pkgs/python/[email protected]/curl_cffi/cli/run.py:113
                        with open(filepath) as f:

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

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

low env_fs dependency Excluded from app score #aa818b767c149763 Filesystem access.
pkgs/python/[email protected]/curl_cffi/cli/run.py:240
        with open(filepath) as f:

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

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

low env_fs dependency Excluded from app score #bad129194ec510f6 Environment-variable access.
pkgs/python/[email protected]/curl_cffi/curl.py:25
        path = 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 #630d44c7eaaf5e6f Environment-variable access.
pkgs/python/[email protected]/curl_cffi/requests/session.py:289
                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 #e9e0612d07cf21fe Environment-variable access.
pkgs/python/[email protected]/curl_cffi/requests/session.py:290
                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 tooling Excluded from app score unreachable #802ef188812cf509 Environment-variable access.
pkgs/python/[email protected]/scripts/build.py:21
        or os.environ.get("CIBW_PLATFORM") == "android"

Reads environment variables or the filesystem — an inventory-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 #ea77cee89fe9b66e Environment-variable access.
pkgs/python/[email protected]/scripts/build.py:22
        or os.environ.get("ANDROID_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 tooling Excluded from app score unreachable #9038e29d6a8d6729 Environment-variable access.
pkgs/python/[email protected]/scripts/build.py:23
        or os.environ.get("ANDROID_DATA")

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

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

low env_fs tooling Excluded from app score unreachable #c059a0034fdbd149 Environment-variable access.
pkgs/python/[email protected]/scripts/build.py:24
        or os.environ.get("TERMUX_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 #53a2f19760e445f5 Filesystem access.
pkgs/python/[email protected]/scripts/build.py:29
    with open(Path(__file__).parent.parent / "libs.json") as f:

Reads environment variables or the filesystem — an inventory-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 #7a09408e045680e3 Environment-variable access.
pkgs/python/[email protected]/scripts/build.py:53
                if "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 tooling Excluded from app score unreachable #b155c176a0ae1d25 Filesystem access.
pkgs/python/[email protected]/scripts/build.py:194
with open(root_dir / "ffi/cdef.c") as f:

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

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

duckduckgo-search

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #5d8cd02f1395b712 Filesystem access.
pkgs/python/[email protected]/duckduckgo_search/cli.py:50
    with open(jsonfile, "w", 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 #f901cd27dec91074 Filesystem access.
pkgs/python/[email protected]/duckduckgo_search/cli.py:55
    with open(csvfile, "w", newline="", 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 #11efcaf2702e1a12 Filesystem access.
pkgs/python/[email protected]/duckduckgo_search/cli.py:100
            with open(os.path.join(dir_path, filename[:200]), "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 #b7624444d3791982 Environment-variable access.
pkgs/python/[email protected]/duckduckgo_search/duckduckgo_search.py:60
        ddgs_proxy: str | None = os.environ.get("DDGS_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.

eventlet

python dependency
expand_more 17 low-confidence finding(s)
low env_fs dependency Excluded from app score #6252a1044f7bd83d Environment-variable access.
pkgs/python/[email protected]/eventlet/__init__.py:107
if os.environ.get("EVENTLET_TESTS") is 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 #45c9483aeb7b2cf9 Filesystem access.
pkgs/python/[email protected]/eventlet/green/http/cookiejar.py:1839
        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 dependency Excluded from app score #436f73e212856169 Filesystem access.
pkgs/python/[email protected]/eventlet/green/http/cookiejar.py:1931
        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 #077de49be61202d3 Filesystem access.
pkgs/python/[email protected]/eventlet/green/http/cookiejar.py:2126
        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 #98195ccf654c4091 Filesystem access.
pkgs/python/[email protected]/eventlet/green/http/server.py:738
            f = open(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 #9d3572b1aea081f5 Environment-variable access.
pkgs/python/[email protected]/eventlet/green/http/server.py:1088
        env = copy.deepcopy(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 #26320790851e886a Environment-variable access.
pkgs/python/[email protected]/eventlet/green/socket.py:20
if os.environ.get("EVENTLET_NO_GREENDNS", '').lower() != '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 dependency Excluded from app score #8931ed12c69dedbc Filesystem access.
pkgs/python/[email protected]/eventlet/greenio/py3.py:43
            with open(name, mode) 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 #b37aeedccf313b23 Environment-variable access.
pkgs/python/[email protected]/eventlet/hubs/__init__.py:66
        mod = os.environ.get('EVENTLET_HUB', 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 #13d8e5c9610d8627 Environment-variable access.
pkgs/python/[email protected]/eventlet/patcher.py:492
    if "PYTEST_CURRENT_TEST" 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 #a8d4844e0b965e81 Filesystem access.
pkgs/python/[email protected]/eventlet/patcher.py:745
    with open(sys.argv[0]) as f:

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

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

low env_fs dependency Excluded from app score #f4537c9966341ed7 Environment-variable access.
pkgs/python/[email protected]/eventlet/support/greendns.py:94
if (os.environ.get('EVENTLET_DEPRECATED_EAI_NODATA', '').lower() in ('1', 'y', '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 dependency Excluded from app score #7c30f58cb3b1c529 Filesystem access.
pkgs/python/[email protected]/eventlet/support/greendns.py:211
            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 #ba963ede90edf31f Environment-variable access.
pkgs/python/[email protected]/eventlet/tpool.py:45
_nthreads = int(os.environ.get('EVENTLET_THREADPOOL_SIZE', 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 tooling Excluded from app score unreachable #d1d700b0cf7d6b52 Filesystem access.
pkgs/python/[email protected]/examples/distributed_websocket_chat.py:97
        return [open(os.path.join(
                     os.path.dirname(__file__),
                     'websocket_chat.html')).read() % dict(port=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 tooling Excluded from app score unreachable #f322c45b9067ff67 Filesystem access.
pkgs/python/[email protected]/examples/websocket.py:34
        return [open(os.path.join(
                     os.path.dirname(__file__),
                     'websocket.html')).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 #9bbf73cf5dbd10fe Filesystem access.
pkgs/python/[email protected]/examples/websocket_chat.py:33
        return [open(html_path).read() % {'port': 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.

fastlogging

python dependency
expand_more 9 low-confidence finding(s)
low env_fs dependency Excluded from app score #120ca4ebde174aa5 Filesystem access.
pkgs/python/[email protected]/fastlogging/fastlogging.py:173
                    self.F = open(pathName, "a", encoding=Logger.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 #e3bfa23e69f0c935 Filesystem access.
pkgs/python/[email protected]/fastlogging/fastlogging.py:334
            with open(path_join(dirName, dstFileName), "wb") as Z:

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

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

low env_fs dependency Excluded from app score #31a1049016670bb6 Filesystem access.
pkgs/python/[email protected]/fastlogging/fastlogging.py:335
                Z.write(Logger.compress[0].compress(open(pathName, "rb").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 #93b0ee082bb37e35 Filesystem access.
pkgs/python/[email protected]/fastlogging/fastlogging.py:337
        self.F = open(pathName, "a", encoding=Logger.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 #c02e1b79a21c98e2 Filesystem access.
pkgs/python/[email protected]/fastlogging/optimize.py:221
    tree = ast.parse(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 dependency Excluded from app score #63fac1744494c7b2 Filesystem access.
pkgs/python/[email protected]/fastlogging/optimize.py:241
    with open(os.path.splitext(fileName)[0] + ".pyc", '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 #06d30a1dce75d6a2 Filesystem access.
pkgs/python/[email protected]/pyorcy.py:34
    with open(path_out, 'w') 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 #21afa782582c6524 Filesystem access.
pkgs/python/[email protected]/pyorcy.py:35
        for line in open(path_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 #3b67eec06f0787e0 Filesystem access.
pkgs/python/[email protected]/setup.py:102
with open(os.path.join(BASEDIR, '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.

flask

python dependency
expand_more 21 low-confidence finding(s)
low env_fs dependency Excluded from app score #80df5de8352f2a9c Filesystem access.
pkgs/python/[email protected]/src/flask/app.py:359
            return open(path, mode)  # pyright: 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 #e4c49e059d0095b9 Filesystem access.
pkgs/python/[email protected]/src/flask/app.py:361
        return open(path, mode, 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 #a33f55f8b5be88ac Filesystem access.
pkgs/python/[email protected]/src/flask/app.py:381
            return open(path, 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 #e25457fed15f8067 Filesystem access.
pkgs/python/[email protected]/src/flask/app.py:383
        return open(path, mode, 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 #557a1c159146098c Environment-variable access.
pkgs/python/[email protected]/src/flask/app.py:611
        if os.environ.get("FLASK_RUN_FROM_CLI") == "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 #d8f039a97bc338c6 Environment-variable access.
pkgs/python/[email protected]/src/flask/app.py:627
            if "FLASK_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 #a158b4a776d0478c Filesystem access.
pkgs/python/[email protected]/src/flask/blueprints.py:126
            return open(path, mode)  # pyright: 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 #2d74812ac795ad3d Filesystem access.
pkgs/python/[email protected]/src/flask/blueprints.py:128
        return open(path, mode, 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 #02fdd0a3bba502cd Environment-variable access.
pkgs/python/[email protected]/src/flask/cli.py:481
    os.environ["FLASK_DEBUG"] = "1" if value else "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 #6814c9017340c813 Environment-variable access.
pkgs/python/[email protected]/src/flask/cli.py:675
        os.environ["FLASK_RUN_FROM_CLI"] = "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 #cd12436ef00cc6e3 Environment-variable access.
pkgs/python/[email protected]/src/flask/cli.py:766
        if key in os.environ or value is 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 #86008e4acccbc82e Environment-variable access.
pkgs/python/[email protected]/src/flask/cli.py:769
        os.environ[key] = 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 #c6a0691c78b44b26 Environment-variable access.
pkgs/python/[email protected]/src/flask/cli.py:1028
    startup = os.environ.get("PYTHONSTARTUP")

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

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

low env_fs dependency Excluded from app score #4c7175a6812c7675 Filesystem access.
pkgs/python/[email protected]/src/flask/cli.py:1030
        with open(startup) as f:

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

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

low env_fs dependency Excluded from app score #07bedd7787cb238c Environment-variable access.
pkgs/python/[email protected]/src/flask/config.py:114
        rv = os.environ.get(variable_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 #b54b60a7847ad205 Environment-variable access.
pkgs/python/[email protected]/src/flask/config.py:154
        for key in sorted(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 #957491636569037b Environment-variable access.
pkgs/python/[email protected]/src/flask/config.py:158
            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 env_fs dependency Excluded from app score #fb507a719afe42bf Filesystem access.
pkgs/python/[email protected]/src/flask/config.py:208
            with open(filename, mode="rb") as config_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 #2ef45e422f64f921 Filesystem access.
pkgs/python/[email protected]/src/flask/config.py:293
            with open(filename, "r" if text else "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 #6dd6278c48d607ad Environment-variable access.
pkgs/python/[email protected]/src/flask/helpers.py:32
    val = os.environ.get("FLASK_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 #297393ed69b7f6e6 Environment-variable access.
pkgs/python/[email protected]/src/flask/helpers.py:43
    val = os.environ.get("FLASK_SKIP_DOTENV")

Reads environment variables or the 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 811 low-confidence finding(s)
low env_fs dependency Excluded from app score #e8ee17b84e9c013e 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 #b29fe4321f65b2ab 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 #9cccdea096a84b56 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 #4e2a84dba4884ff3 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 #bc8d7f0adb123ca3 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 #3d0aef02cff1c036 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 #324cb3998f71bd04 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 #151b457283f1529d 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 #9271c1d0c899d4f2 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 #7f60548a892c1f8d 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 #3e3fd64d0adace05 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 #085ecc52cb3d4e04 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 #b0f6cd748d4dd37b 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 env_fs tooling Excluded from app score unreachable #26a1da2fd01f0bc9 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 env_fs tooling Excluded from app score unreachable #2c74b7bc9dac5302 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 env_fs tooling Excluded from app score unreachable #c74b6d9db8b283a5 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 #7e328cee163cea0d 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 #38eb8c42925b2d2c 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 #280c9b055ccae39d 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 #1d46ddefdfce8b07 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 #729f4ad3b73b7b28 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 #ea8a079570be39fc 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 #4a3c648c47279d2f 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 #0980f1b7a865f769 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 #a065c2b140fb6dc2 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 #86df229d11d233e2 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 #23760fb2711d5442 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 #cf84cb86c688d10f 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 #76e9785201d3d664 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 #b7f97da106dc5362 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 #71b55e09eac86e4c 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 #ff574e143957f569 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 #152cb191fafb5065 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 #1a5dbe9a58fe5064 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 #c602b602c7ac7399 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 #0cfce9da236dc0fd 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 dependency Excluded from app score #b7817cc27b802e8c 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 dependency Excluded from app score #a47cbd9eca77f535 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 #19dae4a7aadf3dc5 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 #172cb64144e8ae92 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 #42e07a3cb2ce120a 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 #e8384cbc3a24e772 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 #cb3aefdaab0cd4e5 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 #8b9efb5d325741a7 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 #c04182013ac52212 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 #403976fbc6a0a817 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 #0577f2af60bd88e5 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 #55d8a3fa17b1aceb 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 #6ed13838d7b4a9c9 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 #75a15863395105a7 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 #125ce94272a78d73 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 #51785d4c0cf9cc57 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 #f5e7bd5ad556b2a6 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 #7b37cc1c26ee113b 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 #1bb84f38b346660c 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 #e65cfe969c529b2f 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 #02a240082283d6d9 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 #f2feaf4d897d6016 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 #2302ee2d0a632cf3 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 #3d24475021eef221 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 #5803fe1ca04bf0ad 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 #983b84ebfc9165a5 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 #ef04a7f2c2a8b842 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 #ca2531d2faaa354b 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 #c4f31c5745b209e5 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 #7a394fac939f0980 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 #8adf938d6576b8ed 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 #6ea2b1590cf13e08 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 #295c799973e59ecc 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 #c782b56e433580ac 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 #4e6bb3449218cc08 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 #96e57b15dc7c5194 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 #98eefa8e7041794d 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 #645a1d398347c6ab 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 #73d6e8999a4df0e2 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 #7c5bc34721f0150b 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 #627db91680509db7 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 #1058ee69de23db74 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 #b551a132f40f79b7 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 #1e96e1e0c0d81fab 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 #0f47c8a44bc20281 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 #6f1ed5ff3fe25726 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 #691ec6aa043cf6a6 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 #905bccfa437dae2a 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 #cd7c6b126e3674da 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 #a3f1acfe13cb236f 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 env_fs dependency Excluded from app score #3d1d0925b8d8c7bc 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 #01812333126b7ef7 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 #533b31a0ea111788 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 #7d6374a49ebf1f98 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 #111212e1484b00f0 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 #1618b4c9b6f5afd4 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 #82a59b836d7ac578 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 #1331f29124fae1a9 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 #2a8750db25787ba8 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 #d57737871e1595f8 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 #0b2bc837e5c38e50 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 #5bad96b9fa0ab1a5 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 #8b8b78e80087d474 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 #2ab4bb89937fe3bb 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 #e4cbfe0ba53db50f 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 #31d6fffee4863b5f 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 #b7c66c1d4e915932 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 #7efe616140eaf8ea 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 #998ac243c57a9bde 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 #00837325a04b8814 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 #9ddeb75ef0f1358a 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 #0605603d5801a524 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 #e3dd922d42bd73e3 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 #13cbfe437d0bd408 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 #e2d59c6e79eb008b 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 #3e11d699db1dd928 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 #ea65ee26cc415efa 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 #91088629184f254c 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 #a5a10d5c0a84a9ec 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 #2dc962f4ba066737 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 env_fs dependency Excluded from app score #2f8acf2786560b0f 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 #518d9653b4d95b78 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 #6525cfda7bbe5445 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 #7b6d41457363ec81 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 #af10540361d6c134 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 #54dcfcf26af466a6 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 #3eff8decf3ba2951 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 #73a252d26fa8a6ac 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 #e39fc766258abe5b 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 #72d7faf04de3fd3d 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 #03a7e5a94b99ca5b 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 #5790cd0751e351ee 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 #95eb0dfa7fa3e33f 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 #06a08301870f6120 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 #3809791f39a95a24 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 #09029fde86e56e15 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 #dd315a67aae277f9 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 #572fa670c2a95305 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 #56186c8598e3b915 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 #20c1be6b938a280b 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 #1de72ff206665421 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 #07754900900e6212 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 #eaeca4ae2b24e325 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 #18e58c913ed751cb 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 #4595255aa8f61f3a 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 #fc8f33c36610cee7 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 #aab8add04cfce4f6 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 #493f4c0d4e488138 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 #476ebcac535453fd 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 #49fbbc09471458a7 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 #b2922b074f91ce71 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 #d0145a799a2cea99 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 #e701e4c346c321ff 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 #3328f0ab3d30b4d5 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 #efbab5a1c64a7a3a 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 #e9b2006b560ecd03 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 #d56aefa303af3353 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 #1f6262999dec0914 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 #038d08d67c900d6e 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 #f9b5ba90fa28ce28 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 #856833f77535c0c2 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 #95558c547cd1c3c2 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 #764c38b05c7e4a4e 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 #e50ad12d16a8e76d 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 #75921232027a08b9 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 #2baa165fe48a42e0 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 #39a6a9d75df21c21 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 #2f08da3b3541298a 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 #529d311a7899fc0d 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 #89dec8f1994589e8 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 #d3eed9e234ff362e 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 #3c08d91f39f09940 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 #4dcdf72b7440abb5 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 #ce5cddedae5eb7d6 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 env_fs dependency Excluded from app score #51edd4efa03dcc11 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 #c0f203e504f9a123 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 #49e5eb71f1f6f7f3 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 #57c9c116c6259562 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 #e622dc773eb469a4 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 #81d4dceb4a96d05e 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 #71b558d9b9d0bc9f 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 #bde362f0ccfa258d 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 #6efe5cdf86a6cfe2 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 #758390138a7ae210 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 #931edc82d0f2d826 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 #65a03583f4f58923 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 #01dada0752446640 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 #ecf53646e7afbbef 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 #f0b939a946de2386 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 #780d1959995cb4ff 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 #7913267ce9407eaa 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 #5d4df848e04ec194 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 #9f331a6863941d56 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 #9ab150fe57023c50 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 #8818b2a625a2df2f 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 #7847a5166b3d5409 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 #bc50628574cd09e2 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 #7607b4c7a7983fa5 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 #dcca5a9268a6af3b 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 #55b3da56fbb450ea 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 #e1d09dfa9dc9f388 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 #cf1fb1d92d1f7d45 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 #f05667bc719be0bf 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 #a92cb9585a3204b0 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 env_fs dependency Excluded from app score #c006a4e6763571bf 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 #47fa954b8559fea6 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 #50b4d8eebc4eb173 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 #11dad9c394ffe33d 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 #2a05a5de18ccd5e3 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 #af6d1a03e0e511b7 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 #56b7e975105360e7 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 #a1ec15128f173e55 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 #4a242f57425217c7 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 #2f6d3727a4f9c7b2 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 #78386bebb0c070e0 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 #0378bba3c47fd52e 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 #670a5ff2426449ed 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 #e136215fd2442f37 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 #e1c7be0c31c88b8d 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 #24866ed81accde5f 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 #924733b16f1e850c 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 #305912ad0c7a4e7d 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 #2b4b997db82fe7a8 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 #e31a4d4e4dfea0e4 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 #c4019fb00deea107 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 #946f6497022b1d5d 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 #62b4281ef6190b45 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 #6cda0182d98c0682 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 #88841fbb84b5aed8 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 #9d189c1357846bfd 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 #9a511d8f9d5e355a 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 #a86afaa398916d2b 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 #4c8acb24940a1101 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 #c7e33963b41960d8 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 #03da75c4732f347b 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 #c128b49495703465 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 #eed1ec9af4072ad9 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 #5bf71da8b3884739 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 #1161f8ddebde2042 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 #e993b08371900b68 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 #a0f7186e8d560454 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 #c8a011379c23c6dd 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 #e10f32f8ad9a207a 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 #a8cf4935a5f7fa79 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 #cb49e6196e794d76 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 #1b9d17665dfd378b 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 #87d4671c6961af2b 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 #f996271c20c4689a 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 #9f8b0f3383bee201 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 #1ed8138c204eef63 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 #d504c794ceb9e131 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 #81982fd3a1dbc952 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 #1f00317bc50c3976 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 #881dcefa38ed10e7 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 #4d3b5927925d3c5b 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 #08d6c48adde12975 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 #d4dd8c6c88541dcc 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 #6a8a4cea5e861faf 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 #b3bc371de730f68a 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 env_fs dependency Excluded from app score #9cecffc183b74c28 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 #7ab257921c5321af 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 #b6ac8e615b07efba 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 #d8c6694c91bac470 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 #4b8db21ebbbd7e8e 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 #e784c11f15a3dea0 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 #f1f97a98228d5489 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 #b1de17547b6b07f9 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 #bf8619bb85a5a138 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 #7385240ac7878a8f 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 #3513c4b4858768a8 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 #384cb5ac6aaecd89 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 #ca6ef2e23eddee0d 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 #aa1de97e1974b0a5 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 #0ad39799b4824c1f 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 #b2c1c710a51ae34f 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 #248aba073531eae0 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 #faaa708a918cd891 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 #258a183a3a9ace6c 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 #d6572af800bf77fa 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 #f6ca64e2c4b4a40e 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 #51c55bd32e4a9441 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 #d96a09bbf224d7bf 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 #ab80d71439d1ec5a 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 #fb3d9ea3f870cfe7 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 #259fedb3920d5543 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 #70025e7b2c8cc6a5 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 #54880a922e9a478b 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 #081d2601c0116261 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 #bb2e65b1a1536a68 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 #1c7fb8f1d32e6024 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 #83fb6adb72016809 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 #44c90f89f0627176 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 env_fs dependency Excluded from app score #537f367e1d6d67b8 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 #4afefd1dc25774ba 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 #ba8e43743db3c93a 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 #7ea1a26e9991cb03 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 #5b7a74e3e4ae61c3 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 #226a389cc38e3818 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 #f6e7f40b35e87261 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 #dc9a66a44f489ea7 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 #f361a03c3bce8cd6 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 #868998046f58b1bf 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 #9693e3bc6ed776a2 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 #df2ad3056d65d03a 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 #77793685ccdf6a68 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 #e183b0721c9fdd48 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 #772b05b68a0f6533 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 #75b68fa056648e87 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 #08b8fa3a13215a59 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 #a0baa203fb9e666f 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 #8da358b8686b37c5 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 #75c6fbdc0ef8b222 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 #74aefa38b261e847 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 #5d0c1eff23c3579c 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 #6e467ffdaf6079c2 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 #1c99df315375f791 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 #bcc1022b4438d9b0 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 #6d6d2abc0765b815 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 #96d996a3e32072aa 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 #4cb3067aec1b0094 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 #7dd58319aca3d59e 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 #2e765f943d68f887 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 #2a52eb37496cf171 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 #49617087b41e61cb 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 #56bd760b2d35a87a 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 #ce0dd703f9dbfb97 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 #e07f73d15aae3880 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 #157daabc92dc6f28 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 #599dccc37efc2fa3 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 #47a833595ded2049 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 #a666f3b8536f57cc 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 #4cb6d79c9bf2aab4 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 #8d1b16df06e9c9a3 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 #98031c243d395037 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 #e3dbcba48311929c 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 #5a55be954bb37cb0 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 #70154d302d1ae883 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 #88c8f5808a21d6ac 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 #c5e9b41281782360 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 #67db2b0fa11c8f6d 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 #6ca7287c7f8384c5 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 #ed0f5d6819892bae 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 #cce56c4689300865 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 #4a8912ee333a1f32 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 #e5af8edf1f4b712b 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 #eca35a9e05127ed4 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 #75a37376341ad0db 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 #0a447abc1cd58715 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 env_fs dependency Excluded from app score #f7e734842d09d71a 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 #145c726977a09426 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 #ab98bb2f63e10ca2 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 #96c7020a95a6a229 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 #225c31c53a8363b8 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 #0e14c5f89711b5d3 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 #645d01345f0347ba 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 #7aa79209460bd871 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 #bbf526d2ec89af02 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 #32d69e7160f48808 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 #e097b03b109265ee 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 #9bd732f1306b55b6 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 #c2595bba03e8283c 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 #39a49c1ea4674e8b 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 #216150dbf4ae740f 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 #b75fbb23cb9b18a5 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 #8b857ea630959fec 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 #edece2bdd40ff84b 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 #efbe130b407cd792 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 #48dff6e5eabf4b37 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 #31ccae6a82d42bd3 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 #c01b329d72f72029 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 #af03648c8ad632df 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 #2efde97853e6e5d9 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 #7dd3b900bfc26149 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 #dc530b2fcf8bac48 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 #de370ec4491b053f 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 #1eaa76530c9a9ddf 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 #8e6812876beab648 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 #9ce363f59cf062c1 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 #60b2b23988d9ed2a 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 #fd27ff8a9e8a5cfd 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 #e00cfe819e76ee45 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 env_fs dependency Excluded from app score #b33147d7352c30e6 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 #f261acf79e74ef0e 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 #2c601c68ec75e1a4 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 #fafe1bc0f148ca1a 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 #5eaa398177943af4 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 #1abdfdf3a6a0772c 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 #44bbb2b2c83a3cb6 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 #41fce5aaf5b56a5e 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 #8a4ce6bef8076ee7 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 #800b57ea840d9ac3 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 #3ba6eb1ac36df72b 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 #a401d8c6360e831c 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 #a7c466f3b949511c 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 #bbf322f1cb819a07 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 #ff422aae76f99549 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 #1186777bf83d64c0 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 #f28df1394a5a5273 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 #53ebf8face3ef5a4 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 #56e095f29edd0af2 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 #03be4a65eae40972 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 #3d4f713b62085456 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 #d629cb5bbf0cc47b 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 #b4abb5b9f63a6e83 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 #dd7ea3802389f6b6 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 #d8987c9151ac8b5d 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 #82ddc0cd6dceb47b 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 #a5685834aa3efe5f 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 #043253dccf3a633a 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 #e47983733587fdb7 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 #e406248f5de5e3e8 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 #accc7d6b560e5bd3 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 #962bf413752c4af7 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 #e1db7fe775488e08 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 #5118ff816f083d28 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 #1f149b3804b4da44 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 #2edbf6cfda2a0d2f 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 #c0d1f39489fb17a2 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 #3d03b42ed5d767d6 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 #21480e4ddb0ae0ad 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 #423487284ef91ee7 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 #d57ce114c6571e8e 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 #3db96c7a03b1669e 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 #e1e619f91e2db879 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 #4f67e23dd61e908a 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 #63448e0a5a83e9dc 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 #1533e6a0f12314e2 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 #fc4d73b80bb56a5a 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 #ab1851495b2b3dec 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 #a87e9952d6bdab42 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 #66621d7494f2536a 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 #a3b1604930b5e819 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 #102a4abec88c974d 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 #1a08f5d5722e72fb 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 #5586437f6d47f18c 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 #357bd93ffac8750b 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 #ae3be9d1c1debbd9 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 #fb1f3a0cb93c0871 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 #3d8e3472f6a231c2 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 #9db57e5c373262da 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 #7a07ebf149b38090 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 #f7b6866b7fcda701 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 #8a0216020c7a2e7e 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 #0e9d5252e9b64376 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 #2efde1329c0c0e5a 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 #06c9a577f0ace3e6 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 #0602cdfd3c5b0c2c 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 #8a5b1dabd7d60117 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 #efc9311ed49825c8 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 #17fac452c2af27c1 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 #94d58452c6627a19 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 #dcaec854600c4e5f 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 #7c42c6c4ecf4a85e 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 env_fs dependency Excluded from app score #2c4785e2ae3f600b 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 #b5b90e9511eabc8b 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 #3b20ced176243119 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 #db1759d4cb72843c 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 #b3efdad0dcd73536 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 #dbec325dcf15bcc0 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 env_fs dependency Excluded from app score #965d4bf7a1a99729 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 #6a44de187f864867 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 #0abc3ae3912c01d1 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 #bd1476ac22b4cc5d 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 #5838c4fe1f2f1dde 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 #17aa67bd735b775d 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 #d44d97a3bc33e0b0 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 #8d662cf6b41c4bd3 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 #10e38908e775a045 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 #44061423873be93e 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 #cad623163a88d57c 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 #4a681f22c828ebcc 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 #5c0d4262d72d9789 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 #1d62ba336c73b858 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 #8212350341807349 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 #4ce42260942a2f3a 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 #39d8e6a24fe8d442 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 #eea7b359c128fea5 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 #510b109f82b069f9 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 #913dc6fe92d0fe66 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 #f8d9a7d00a6bd094 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 #7ad5e6e996bfb4a1 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 #57c39d6e99da630b 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 #820ab99320969103 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 #79d5658ea2267ffa 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 #4f32a2aff1f05b9f 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 #9febb4f905f5aa5c 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 #8e469fe448f5f3e2 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 #7fd27720d5ee5144 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 #20a0750b3f92bcec 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 #0960a0deb9f7aa0a 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 #c9ac02e282ab7ae2 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 #c9900037f1898e37 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 #b1c63a2920a689d6 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 #80cdd7bb26214e40 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 #0eb9af47c8a0685d 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 #dfc94c4969e06967 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 #6114273b5f5ebc7a 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 #7281fc9bc2a15fdf 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 #a0648872f6f65476 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 #8d7271637f5026cb 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 #671abdfae63aac07 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 #0d07adc38a2601cd 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 env_fs dependency Excluded from app score #dfa7fa53ce8e4938 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 #29c8d2d6481a0099 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 #81fa3bd32e5f4f5a 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 #a76c4a8cf384a6ed 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 #fdd17b70c419c66b 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 #3d64ef0c14c86b38 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 #e5a589c872f34611 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 #07f321dc50111310 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 #e183fbfc7feaf513 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 #b49c89b81da60d27 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 #6ff85f95389c8124 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 #2f69aae1f28269fd 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 #bb0787256b2bfa91 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 #30fc47dafffa509e 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 #dc93df74930baf74 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 #884ee268f1809af2 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 #d725505a62e433ab 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 #0895cd443fe8d78c 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 #4a747a0f68b45df7 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 #27d701e40a15bf11 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 #34929e9c3f795875 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 #e5c051ab091d4eff 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 #d6178cc72e609ac3 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 #1175e0da4101f21d 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 #0c866d1182d16fe7 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 #dea521d311b10b66 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 #0061988ea2285ff1 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 #3e07bd94e88a66ae 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 #a806e27128290fca 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 #f08f2874f6a824d2 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 #84e6d3efb1c9c974 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 #b543c61037e97b1e 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 #496c859df4bb07a4 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 #c9db5cc8466303c8 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 #90b6a8587b31e91c 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 #7cb0389102fbcebd 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 #4aa5b2ca3e78b9f1 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 #20c54b938d75f548 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 env_fs dependency Excluded from app score #73c6b7eb3e3acdc3 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 #34570cf0992e1715 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 #c5969fb9d64b8b38 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 #db128687d9dddea3 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 #44b6be190ca7b381 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 #c44a5777785d532e 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 #fb1474a2618faeca 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 #5dbf439c888b78c7 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 #d1880017d8e84be5 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 #6e2331be702f5f73 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 #7c68065314d7210e 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 #dbe59a08ae9ca6f1 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 #ce52d3bf50e53b8a 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 #6b28db1b2f434fd3 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 #a86dab6286fd2c50 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 #50a6b508c0c8a1a3 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 #2283862427314a5b 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 #b30a7461e77b2f54 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 env_fs dependency Excluded from app score #a5065324a5281545 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 #1dec396e8a3eacf8 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 #a0d1a7aa3e94bde3 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 #53d3b948c0af7f04 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 #b047ef75eb8b5453 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 #e86d64c323a7dd7c 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 #2b87f6d60b62b113 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 #6505f1810467a830 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 #d443355b90550770 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 #b860c1646c4f23d7 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 #25a90b4a612f208b 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 #fbc2af1cbc194607 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 #66dacade2f001729 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 #c31decfcd7f35386 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 #27d9b410654f0290 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 #e3280ed18d43921e 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 #a1eefbf85f8f3d83 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 #0958ea512ee90e9c 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 #71f7ee79d9bfd60e 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 #a46cc8bb33bdc2b0 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 #3ab1769d990ca83b 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 #8a0bbdc96b6ff362 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 #43aab61f40ef2da9 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 #015b7bf29f566647 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 #985d42cf19368c06 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 #9fd5625958415d8b 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 #d307537dc7fd677c 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 #262f1ff8e12d002e 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 #27ed121919c274f0 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 #da458f8301ca0db5 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 #9ff0620f23a7362a 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 #059e12d6d8a0bc7c 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 #6e27564f047f964d 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 #50cd8926d340f181 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 #9b9e90329450a3dd 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 #6a6eb1c3da88b69a 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 #db6c0751858b4e36 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 #6fcccafd0d6300e5 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 #f19cbe8c0800c873 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 #ae899e1e6d076c8f 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 #71e22f3496b4dbc5 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 #bdc1e9bd849c2777 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 #c514904264b1a8cd 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 #86eae410ab9ab36c 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 #a95cc259e708cabc 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 #c39bc318ff832ad3 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 #a1b719160b1b51a6 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 #8afb32de0fdedaf8 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 #ece5173b51b6cd27 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 #1fb27ff63480675b 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 env_fs dependency Excluded from app score #68e65d8bb277ce7c 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 #8ec8e192c161a7f0 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 #0f72698b76a69894 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 #dc4882e392e67d7a 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 #a9926babb973feb6 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 env_fs dependency Excluded from app score #97f6dde697a19563 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 #7f4c424061e58f34 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 #80aa0e8faa51f523 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 #0beb71775b261547 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 #d81e748a6cba92e2 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 env_fs dependency Excluded from app score #a5287de670cfd2a8 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 #f33b0361e90405f8 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 #97ac83e30aa2db25 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 #38cd9bf081d97750 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 #b26a8b4d300d2ff0 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 #ee9f537b07440039 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 #19d1de99198acece 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 #41d5c610aefe1e8e 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 #d74f60cd6bd98ebe 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 #d999b2c3e7268b9c 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 #b1e8af6dc742cd83 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 #7291c187a07a7d64 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 #856c5db48cbfeb17 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 #e7e9aa292f7c97c2 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 #d82a1720ecff80b7 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 #af5018249b0932f8 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 #2e8d5d38fadb3672 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 #2108c64e40452399 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 #b4fe5a71d830f32a 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 #f81dccf73d299518 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 #ca74768713374e22 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 #3a2edab28d2dd7a7 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 #7d5b66a423ad1c48 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 #6a863908d780b55a 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 #8159f97680b49a5a 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 #94cac987280c73ee 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 #722a70015effaf34 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 #1d6a77ee2c87a5a3 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 #f3b90c2f60efe374 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 #81007671f6323cc7 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 #52aa84426f9f99ed 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 #9a8db1c7c2ebb40d 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 #76156d463d7fced6 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 #437e9440ee5efa82 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 #7789993b73d0d9f6 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 env_fs dependency Excluded from app score #b5fe68972203fd02 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 #188f2dc6aa38939a 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 #c869b0bd7f89090c 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 #070b9c873bf4dc27 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 #3f3680c8fb6021cc 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 #1d01446ff7e98edb 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 env_fs dependency Excluded from app score #945d9090afe1ce02 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 #adfd1a0753e3244c 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 #9aa5bf231397056f 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 #ab9c57cb955d4e3f 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 #2f150b809d58c20c 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 #77975d026b3762fc 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 #8f5c29798e124cd7 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 env_fs dependency Excluded from app score #3a6829c92dbc16b9 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 #a4ba62d5ea8f2bdf 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 #1fb12ebf15d0e18d 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 #d0b559bb390cd8e4 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 #2128ee7d2a2b0a58 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 #478723c5e9f125fb 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 #323c1bc817a3f363 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 #401490a0ac341f8a 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 #d9ba7a22e51706b4 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 #03bf25c0294ad973 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 #6650a32590fbf341 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 #3a45530001c01d18 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 #0c189315e82b6224 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 #93120b216389897d 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 #d422277df184cb27 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 #29e4032d9eb663ae 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 #a742485f704fa391 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 #fd3c24940b804339 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 #24acbbde444879e8 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 #9d3c2b3fa5e2c2b8 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 #84f1cdcfe46cb14c 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 #e44d7b750dcb3d37 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 #6c4f6aaa2c35e173 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 #47df636f20ba1edb 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 #2be9d056f31e19fe 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 #53b1f304624e8fa4 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 #d3eb7f5788577607 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 #966cdc137cdf8aad 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 #da824785f4fde04f 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 #4ac4f0bd35f9b2d3 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 #1e14afad3cebd232 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 env_fs dependency Excluded from app score #d96aa29564af5d03 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 #027a2471a0c5a4c0 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 #a8fd3f569de9cae5 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 #9ddd30a65dc8453a 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 #1fc23cee8658f8bf 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 #d5879f831704923a 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 #778b8db3f6050976 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 #c5b2294f2735d7e7 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 #f4bd01a4ae06b349 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 #69cbe655d9815ceb 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 #f64ad38971dd1707 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 #91858ae53247eec0 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 #3b2aabf2fa8f0e11 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 #3ea7a762e2336594 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 #476ae4e649ee12a8 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 #e410f0da9e510121 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 #3258e3a0b71673fb 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 #0cf93bd6edc87192 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 #e012a2d8785813b1 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 #d1c754b5bdcfe31b 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 #325a70cee7ee4a91 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 #a4a343fb39fce1f8 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 #5ff037e0a719034b 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 #403a1c3997276cb6 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 #12dc1b91beae9e3d 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 #bbede3de64e8dd22 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 #769365cb43dbf6f0 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 #48dc9765562280f2 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 #cebd5b7e09b01d1a 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 #afd9c6718e62aca6 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 #1a0692b61db97b8e 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 #d0b344eb871bb127 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 #76c836097bf950ba 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 #b3daf51a777ac745 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 #192b48858173cd2a 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 #80382adf5c81b47a 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 #c2a724fa263a3de2 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 #644da2f8012d268d 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 #2f103259007ca6c3 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 env_fs dependency Excluded from app score #fa690804010ebd81 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 #51d93cee7eee3fcb 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 #a3e522bc37efea84 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 #916610a2f60dd692 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 #ac9eab78d1723c75 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 #1e8ad294890b9513 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 #273e443544964cc7 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 #1fb09d7497233696 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 #45c087a525dc935d 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 #28e5faeb416279fc 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 #39af44cae898917a 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 #185253a5067a1fc1 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 #98cb0a4af04965c4 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 #8c1e7fe3c4364c84 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 #7f76cb99e470c09a 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 #388b0e43397b86b1 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 #3c9e49f1252f0165 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 #b7c383b4dbea1f6d 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 env_fs dependency Excluded from app score #053612cd77d7bb7a 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 #f88b1e6cbf9cab72 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 #f88e16f99b9852c4 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 #1302777c5b317e6c 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 #c8620256df106e34 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 #93b3423cab9ac9df 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 #144ff3a17310421f 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 #3ee156ab4346ffca 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 #2058570ef451f464 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 #38fd0cc21ec2a5b8 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 #8d98af73852bc869 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 #7c23d1c3fa3b1867 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 #cf75100fb0bb086b 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 #fdd2fb86ce314d61 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 #4248db4550297cb1 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 #19713e3fa82c0733 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 #14ae48fe518b0188 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 #19b7aced9d700b47 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 #a58f9501109e167a 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 #19ebbec812e8850d 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 #13132d8da798bfe3 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 #77b5f6786e2c11d1 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 #eb85b2bbe47ef388 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 #5bc1624b318ca5db 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 #bb38f8ff1a984262 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 #658b3ddfcde51ebc 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 #4a8d80fd1aaee8e9 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 #196d292f09e99bf6 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 #4daab3a69deec060 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 #5906091a0c7ab245 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 #d90fa6effa75e0fe 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 #df324be92ed7c6e4 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 #cfa5bd82f5a24059 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 #34035bb08a9e9426 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 #534c2d91638f2532 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 #2456f92dde2c6927 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 #8b7d7d5e489fa143 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 #663c489378bed7c0 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 #62b4ec5e9d4cd264 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 #47d036e84e4d6b8c 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 #03f542dfedf920c9 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 #b77da8fc0d069b77 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 #25ecd5acf0ffb1f0 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 #a119fb2ea9989a84 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 #2f3a1f7e6a62c3bc 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 #d9c42b3bf74fa3b5 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 #50a6da22d81f5319 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 #a3b0eb4023572a86 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 #e2bee5b43771aae4 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 #912f0d074f88161c 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 env_fs dependency Excluded from app score #8e20a868b9344042 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 #6c6b9922553c5469 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 #4a208a5aabe99227 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 #961860bbde0babd4 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 #bcef9d9fa02a6769 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 env_fs dependency Excluded from app score #0d277da82531ce4b 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 #f0782f32b2ea894e 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 #ce4bc678be5cc2e2 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 #daae3c1d990bbb25 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 #891e3b1c159cbcb6 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 env_fs dependency Excluded from app score #c1c4714d3aa7cda9 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.

gevent-websocket

python dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #100836b48f87cb59 Filesystem access.
pkgs/python/[email protected]/setup.py:14
    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.

low env_fs dependency Excluded from app score #b69a7f286b87afe7 Filesystem access.
pkgs/python/[email protected]/setup.py:17
    license=open('LICENSE').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.

groq

python dependency
expand_more 17 low-confidence finding(s)
low env_fs dependency Excluded from app score #22fee7df0537213c Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:81
            api_key = os.environ.get("GROQ_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 #bd28ed36fde9f9d0 Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:89
            base_url = os.environ.get("GROQ_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 #9c59e59141afded7 Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:93
        custom_headers_env = os.environ.get("GROQ_CUSTOM_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 #5a59cd6244ec2960 Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:294
            api_key = os.environ.get("GROQ_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 #956cd0a6fe88a92f Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:302
            base_url = os.environ.get("GROQ_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 #e64ec94d54e49ad0 Environment-variable access.
pkgs/python/[email protected]/src/groq/_client.py:306
        custom_headers_env = os.environ.get("GROQ_CUSTOM_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 #8ed13d383a7a1995 Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #4ff27d6b06701eb5 Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #e925d678259d5d81 Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #2cdfa19cc8f30be7 Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #c2b13494e4d98b33 Environment-variable access.
pkgs/python/[email protected]/src/groq/_models.py:120
            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 #c7f5e0ad8395d204 Filesystem access.
pkgs/python/[email protected]/src/groq/_response.py:495
        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 #0b8bc2a17b01b335 Filesystem access.
pkgs/python/[email protected]/src/groq/_response.py:537
        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 #eba56c0ac9067ea0 Environment-variable access.
pkgs/python/[email protected]/src/groq/_utils/_logs.py:17
    env = os.environ.get("GROQ_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 #66f0690d3a3a3996 Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #77b4b393fa63da0a Filesystem access.
pkgs/python/[email protected]/src/groq/_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 #2b08ef1eea6be936 Filesystem access.
pkgs/python/[email protected]/src/groq/_utils/_utils.py:379
    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.

mistletoe

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #3cdd70fa66e765b5 Filesystem access.
pkgs/python/[email protected]/mistletoe/cli.py:27
        with open(filename, 'r', encoding='utf-8') as fin:

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

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

low env_fs dependency Excluded from app score #aeb95cef27251f3b Filesystem access.
pkgs/python/[email protected]/mistletoe/contrib/md2jira.py:91
        with open(args[0], 'r', encoding='utf-8') if len(args) == 1 else sys.stdin 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 #f9ed88edf6e4e07f Filesystem access.
pkgs/python/[email protected]/mistletoe/contrib/md2jira.py:97
            with open(self.options['output'], '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 #8c0611d45fa53498 Filesystem access.
pkgs/python/[email protected]/setup.py:4
with open('README.md', '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.

netlify-py

python dependency
expand_more 4 low-confidence finding(s)
low env_fs dependency Excluded from app score #10d8ec38f609ffe4 Filesystem access.
pkgs/python/[email protected]/netlify_py/apis/deploy.py:95
                with open(os.path.join(root, file_name), 'rb') as current_file_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 #52ac9f77e5c197e1 Filesystem access.
pkgs/python/[email protected]/netlify_py/apis/deploy.py:160
                with open(full_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 #7a29e72e3a984cd6 Filesystem access.
pkgs/python/[email protected]/setup.py:6
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:

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

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

low env_fs dependency Excluded from app score #e4015e462e6b02f0 Filesystem access.
pkgs/python/[email protected]/setup.py:16
    version_file = 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.

ollama

python dependency
expand_more 8 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #a1f088ad03b12650 Filesystem access.
pkgs/python/[email protected]/examples/generate-image.py:13
    with open('output.png', '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 tooling Excluded from app score unreachable #8afd13a2d0db105c Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/examples/multimodal-generate.py:8
latest = httpx.get('https://xkcd.com/info.0.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 dependency Excluded from app score #17679b83b8cb7114 Environment-variable access.
pkgs/python/[email protected]/ollama/_client.py:108
    api_key = os.getenv('OLLAMA_API_KEY', 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 #293fe8d5b2438eb5 Environment-variable access.
pkgs/python/[email protected]/ollama/_client.py:113
      base_url=_parse_host(host or os.getenv('OLLAMA_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 #2a08eaa400e95f7f Filesystem access.
pkgs/python/[email protected]/ollama/_client.py:611
    with open(path, 'rb') as 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 #df2073eecb852fcf Filesystem access.
pkgs/python/[email protected]/ollama/_client.py:620
    with open(path, 'rb') as 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 #6880ae6eed621e87 Filesystem access.
pkgs/python/[email protected]/ollama/_types.py:167
      return b64encode(self.value.read_bytes() if isinstance(self.value, Path) else self.value).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 dependency Excluded from app score #00a266a5654aa648 Filesystem access.
pkgs/python/[email protected]/ollama/_types.py:172
          return b64encode(Path(self.value).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.

orjson

python dependency
expand_more 40 low-confidence finding(s)
low env_fs dependency Excluded from app score #6b593b00de13ceff Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:118
data = json.load(open("../encoding/encodings.json", "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 #edd31b3c4df23b22 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:120
indexes = json.load(open("../encoding/indexes.json", "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 #d6f418d59c7c3f86 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:366
  partially_generated_file = open(path, "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 #1a7b9cf47ad669ea Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:387
label_file = open("src/lib.rs", "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 #48aea5c3e5757df0 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:405
  docfile = open("doc/%s.txt" % name, "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 #97f1ebf001b56e35 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:457
label_test_file = open("src/test_labels_names.rs", "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 #620ffda848d21f40 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:484
data_file = open("src/data.rs", "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 #bc90e41eabf2cfe2 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1173
variant_file = open("src/variant.rs", "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 #b6178860b6a4cb23 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1417
ffi_file = open("../encoding_c/src/lib.rs", "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 #688b0518989dff37 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1440
single_byte_file = open("src/single_byte.rs", "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 #e2361a6de137e2d4 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1494
static_file = open("../encoding_c/include/encoding_rs_statics.h", "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 #a03ce06b29079226 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1560
utf_8_file = open("src/utf_8.rs", "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 #990bc5bc0f39531e Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1623
jis0208_in_file = open("src/test_data/jis0208_in.txt", "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 #90a7765116b31a11 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1632
jis0208_in_ref_file = open("src/test_data/jis0208_in_ref.txt", "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 #373598099b6543b5 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1642
jis0208_out_file = open("src/test_data/jis0208_out.txt", "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 #c2cbec3f6e62d3ae Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1643
jis0208_out_ref_file = open("src/test_data/jis0208_out_ref.txt", "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 #1843ede027e53248 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1660
shift_jis_in_file = open("src/test_data/shift_jis_in.txt", "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 #011b1fed43a7b737 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1669
shift_jis_in_ref_file = open("src/test_data/shift_jis_in_ref.txt", "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 #7e2109f4236335ee Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1684
shift_jis_out_file = open("src/test_data/shift_jis_out.txt", "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 #9508f9c624351aa2 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1685
shift_jis_out_ref_file = open("src/test_data/shift_jis_out_ref.txt", "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 #a6fc8106975d09c3 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1713
iso_2022_jp_in_file = open("src/test_data/iso_2022_jp_in.txt", "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 #cce9290ea4e1aa45 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1722
iso_2022_jp_in_ref_file = open("src/test_data/iso_2022_jp_in_ref.txt", "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 #5aff60eac4a2971b Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1732
iso_2022_jp_out_file = open("src/test_data/iso_2022_jp_out.txt", "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 #3dc19f22c632b80e Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1733
iso_2022_jp_out_ref_file = open("src/test_data/iso_2022_jp_out_ref.txt", "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 #a533644a6dba7228 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1761
euc_kr_in_file = open("src/test_data/euc_kr_in.txt", "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 #4229c9c080324f52 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1770
euc_kr_in_ref_file = open("src/test_data/euc_kr_in_ref.txt", "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 #2310586ee8fc9ceb Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1785
euc_kr_out_file = open("src/test_data/euc_kr_out.txt", "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 #f271a0a0385eec52 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1786
euc_kr_out_ref_file = open("src/test_data/euc_kr_out_ref.txt", "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 #87fd590e5aaae489 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1802
gb18030_in_file = open("src/test_data/gb18030_in.txt", "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 #f1ae14fda96cb220 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1811
gb18030_in_ref_file = open("src/test_data/gb18030_in_ref.txt", "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 #d46a63f1f537adba Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1826
gb18030_out_file = open("src/test_data/gb18030_out.txt", "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 #0b76c4be90054666 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1827
gb18030_out_ref_file = open("src/test_data/gb18030_out_ref.txt", "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 #86e69cab73a9140d Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1845
big5_in_file = open("src/test_data/big5_in.txt", "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 #968335c589acfb71 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1861
big5_in_ref_file = open("src/test_data/big5_in_ref.txt", "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 #d3b88ca07e62179d Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1898
big5_out_file = open("src/test_data/big5_out.txt", "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 #a19fec152c31a193 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1899
big5_out_ref_file = open("src/test_data/big5_out_ref.txt", "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 #fce27cbb90754d84 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1921
jis0212_in_file = open("src/test_data/jis0212_in.txt", "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 #8b383c2a7585b015 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1930
jis0212_in_ref_file = open("src/test_data/jis0212_in_ref.txt", "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 #35ee24705b334027 Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1942
codepage_file = open("../codepage/src/lib.rs", "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 #b46b2622b212516f Filesystem access.
pkgs/python/[email protected]/include/cargo/encoding_rs-0.8.35/generate-encoding-data.py:1974
codepage_test_file = open("../codepage/src/tests.rs", "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.

pdfminer.six

python dependency
expand_more 28 low-confidence finding(s)
low env_fs dependency Excluded from app score #4753b6d502bb6900 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/ccitt.py:597
        with open(path, "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 #4282f2db2a9abb03 Environment-variable access.
pkgs/python/pdfminer.six@20260107/pdfminer/cmapdb.py:253
            os.environ.get("CMAP_PATH", "/usr/share/pdfminer/"),

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

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

low env_fs dependency Excluded from app score #8bd058316d6c02c1 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:354
                self.write_text(item.get_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 #9e65fbbed23148fe Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:356
                self.write_text("\n")

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

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

low env_fs dependency Excluded from app score #720ef89a03499769 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:361
            self.write_text(f"Page {ltpage.pageid}\n")

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

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

low env_fs dependency Excluded from app score #3f97d0cdd706d6d4 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:363
        self.write_text("\f")

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

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

low env_fs dependency Excluded from app score #eaf67963f9482041 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:544
            self.write_text(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 #2f46a82ff0e7363d Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:589
        self.write_text(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 #96fd7d0301807ae7 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:675
                self.write_text(item.get_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 #684c38a3e09e29e8 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/converter.py:816
                self.write_text(item.get_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 #d1554fdd2caa19de Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/fontmetrics.py:39
    with open(path) as fileinput:

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

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

low env_fs dependency Excluded from app score #5e1c0297f967c40b Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/glyphlist.py:64
    with open(path) as fileinput:

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

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

low env_fs dependency Excluded from app score #8e160fe73b36e094 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:152
        with open(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 env_fs dependency Excluded from app score #a7d233ebafd9778b Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:174
        with open(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 env_fs dependency Excluded from app score #6bda4b193e566031 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:192
        with open(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 env_fs dependency Excluded from app score #d0e582dfd9fe2b72 Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:228
        with open(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 env_fs dependency Excluded from app score #ed576d3ee89dde3b Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:242
        with open(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 env_fs dependency Excluded from app score #602ab00810c4e5ca Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/image.py:274
        with open(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 env_fs dependency Excluded from app score #352e18de6cb2794e Filesystem access.
pkgs/python/pdfminer.six@20260107/pdfminer/utils.py:46
            self.file_handler: AnyIO = open(filename, *args, **kwargs)  # noqa: SIM115

Reads environment variables or the filesystem — an inventory-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 #6f57f3c4d1f6f8fb Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/conv_cmap.py:178
        with open(path) 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 tooling Excluded from app score unreachable #5d06d65311b952b8 Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/dumppdf.py:158
    with open(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 tooling Excluded from app score unreachable #a1d7edbc1e277fec Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/dumppdf.py:231
        with open(path, "wb") as out:

Reads environment variables or the filesystem — an inventory-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 #cfafd47410c13d45 Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/dumppdf.py:234
    with open(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 tooling Excluded from app score unreachable #369d8145a480405b Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/dumppdf.py:261
    with open(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 tooling Excluded from app score unreachable #eaa0fea0e9b6ce52 Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/dumppdf.py:436
    with sys.stdout if args.outfile == "-" else open(args.outfile, "w") as outfp:

Reads environment variables or the filesystem — an inventory-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 #1c8c94cbb9d6becc Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/pdf2txt.py:62
            with open(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 tooling Excluded from app score unreachable #08c80c9bff93f24a Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/pdf2txt.py:66
        with open(outfile, "wb") as outfp:

Reads environment variables or the filesystem — an inventory-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 #a38f66752154090f Filesystem access.
pkgs/python/pdfminer.six@20260107/tools/pdf2txt.py:68
                with open(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.

requests

python dependency
expand_more 8 low-confidence finding(s)
low env_fs dependency Excluded from app score #ef58d033b99debac 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 #942cddc1e8b5ace9 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 #16b206d1b58f581c 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 #76f3979900bddee3 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 #4273177c59484384 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 #a56bdee8188e49b9 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 #2805da2e8bf390dd 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 #8a8c5d16ccbd7ece 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.

sqlmodel

python dependency
expand_more 24 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #8c02cc5fd6eb6bef 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 #ce7db0e1f4ff4c08 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 env_fs tooling Excluded from app score unreachable #aa8888221e3b2ab0 Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:26
    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 #b63d953e77cda82c Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:43
    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 #c36e761c116b7935 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:48
    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 #f48c2697bdf82ed7 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:79
    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 #5a8aea04215ae1c6 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:90
    readme_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 #90d04bedbcf84864 Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:114
    subprocess.run(args, env={**os.environ, "LINENUMS": "true"}, check=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 #52e6edb1590c2928 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:159
    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 #793d387988bc6800 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:207
        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 #0cd95ff560f9f181 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:263
        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 #1c1f4cc7232b59d5 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:270
            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 #e0f2c6f7227fbb6b Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:285
        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 env_fs tooling Excluded from app score unreachable #c7051e6f5a3300d2 Filesystem access.
pkgs/python/[email protected]/scripts/generate_select.py:46
template: Template = Template(template_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 #c098e266584db023 Filesystem access.
pkgs/python/[email protected]/scripts/generate_select.py:57
current_content = destiny_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 #4d7ed01064ba40bc Environment-variable access.
pkgs/python/[email protected]/scripts/generate_select.py:59
if current_content != result and os.getenv("CHECK_JINJA"):

Reads environment variables or the filesystem — an inventory-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 #c9813a8a5c12297f Filesystem access.
pkgs/python/[email protected]/scripts/generate_select.py:64
destiny_path.write_text(result)

Reads environment variables or the filesystem — an inventory-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 #ce2b73b1642dbc4c Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:139
    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 #595d774389284a8c Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:140
    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 #6eca70b0952147fe Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:145
    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 #982a3b812c2f089d Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:148
    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 #66ecde1857afcba7 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:171
    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 #882e20420fe18916 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:199
    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 #0cf827afcb3b7471 Filesystem access.
pkgs/python/[email protected]/scripts/prepare_release.py:202
            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.

tiktoken

python dependency
expand_more 13 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #81121a01ac1e50d9 Environment-variable access.
pkgs/python/[email protected]/scripts/benchmark.py:16
    num_threads = int(os.environ["RAYON_NUM_THREADS"])

Reads environment variables or the filesystem — an inventory-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 #e61ef3c1cee1e117 Filesystem access.
pkgs/python/[email protected]/scripts/redact.py:11
    text = 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 #613dd9aa70a7db9c Filesystem access.
pkgs/python/[email protected]/scripts/redact.py:35
            path.write_text(redacted_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 #5592d5f4d1e616ce Filesystem access.
pkgs/python/[email protected]/scripts/wheel_download.py:35
        with open(temp_zip, "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 #8b9b43d36b780fdc Filesystem access.
pkgs/python/[email protected]/tiktoken/_educational.py:212
    with open(__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 #581e691d44d6cd34 Filesystem access.
pkgs/python/[email protected]/tiktoken/load.py:10
        with open(blobpath, "rb", buffering=0) as f:

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

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

low env_fs dependency Excluded from app score #055ffc3797757761 Filesystem access.
pkgs/python/[email protected]/tiktoken/load.py:27
    return blobfile.read_bytes(blobpath)

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

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

low env_fs dependency Excluded from app score #776c23fef7fa7e21 Environment-variable access.
pkgs/python/[email protected]/tiktoken/load.py:37
    if "TIKTOKEN_CACHE_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 #2185a631ec5b6a99 Environment-variable access.
pkgs/python/[email protected]/tiktoken/load.py:38
        cache_dir = os.environ["TIKTOKEN_CACHE_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 #826a881baf52f452 Environment-variable access.
pkgs/python/[email protected]/tiktoken/load.py:39
    elif "DATA_GYM_CACHE_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 #b58c6a9a30875cdd Environment-variable access.
pkgs/python/[email protected]/tiktoken/load.py:40
        cache_dir = os.environ["DATA_GYM_CACHE_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 #02ca82ea5d506071 Filesystem access.
pkgs/python/[email protected]/tiktoken/load.py:55
        with open(cache_path, "rb", buffering=0) as f:

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

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

low env_fs dependency Excluded from app score #d4087f153ca283c5 Filesystem access.
pkgs/python/[email protected]/tiktoken/load.py:78
        with open(tmp_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.

toml

python dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #45acbe6ad0e1d1c9 Filesystem access.
pkgs/python/[email protected]/setup.py:8
with open("README.rst") as readme_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 #f88721b28d93f655 Filesystem access.
pkgs/python/[email protected]/toml/decoder.py:133
        with io.open(_getpath(f), encoding='utf-8') as ffile:

Reads environment variables or the 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 8 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #c03c1b443a2c15d9 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 #5eee1f6516918aa0 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 #a857f48a231006d6 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 #e8130a770fb5ce53 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 env_fs dependency Excluded from app score #145a8e1bc7a4075d 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 #d2356571a6cd3f13 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 #78d5b91111fc1b71 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 #fc440794e6b3604b 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.

xhtml2pdf

python dependency
expand_more 10 low-confidence finding(s)
low env_fs dependency Excluded from app score #5036a46cfbfba9b2 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/files.py:317
                with open(uri, encoding="utf-8") as file_handler:

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

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

low env_fs dependency Excluded from app score #959687bfa0d52ea1 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/files.py:320
                with open(uri, "rb") as file_handler:

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

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

low env_fs dependency Excluded from app score #2dfb88001c1ce533 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/files.py:349
        with open(self.path, "rb") as arch:

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

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

low env_fs dependency Excluded from app score #1a6de1842a77f6cd Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:273
            with open(a, encoding="utf-8") as file_handler:

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

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

low env_fs dependency Excluded from app score #27dd8e5c2e382aa0 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:328
            with open(fsrc, "rb") as file_handler:

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

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

low env_fs dependency Excluded from app score #3c341e70a2233009 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:340
                    with open(dest, "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 #d3bba5787934ff0a Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:362
                with open(dest, "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 #8e1e2f0cc3fb3e05 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:367
            fdest = open(dest, "wb")  # noqa: SIM115

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

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

low env_fs dependency Excluded from app score #67648f09155b7f60 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/pisa.py:444
    with open(filename, "rb") as file_handler:

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

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

low env_fs dependency Excluded from app score #1cf0c4045d296b28 Filesystem access.
pkgs/python/[email protected]/xhtml2pdf/w3c/cssParser.py:442
        with open(srcFile, encoding="utf-8") as file_handler:

Reads environment variables or the 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

  • playwright prod — no sdist (wheels only)
  • google-generativeai prod — no sdist (wheels only)