Close Open Privacy Scan

bolt Snapshot: commit c99eca7
science engine v1.21
schedule 2026-07-17T19:08:04.097079+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

App Privacy Score

97 /100
Low privacy risk

Low risk · 263 finding(s)

Dependency score: 74 (Medium risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

0 high 0 medium 263 low
First-party packages: 1
Dependency packages: 11
Ecosystem: python

swap_horiz External domains

aomedia.googlesource.comarxiv.orgbitbucket.orgbugs.python.orgcdn.jsdelivr.netcommonmark.orgdatatracker.ietf.orgdeveloper.mozilla.orgdiscuss.python.orgdocs.pydantic.devdocs.python.orgdocs.rsen.wikipedia.orgerrors.pydantic.devexam_ple.comexplosion.aifastapi.tiangolo.comfonts.googleapis.comfoo.comforkortelse.dkgithub.comhypothesis.readthedocs.iojson-schema.orglists.sourceforge.netlocalhost.tiangolo.commypy.readthedocs.ionats.ions.adobe.compaddleocr.bj.bcebos.compeps.python.orgpillow-heif.readthedocs.iopillow.readthedocs.iopostvai.compydantic-docs.helpmanual.iopypi.orgpypi.python.orgpython-devtools.helpmanual.iopyyaml.orgraw.githubusercontent.comrich.readthedocs.ioslovored.comspacy.iospdx.devstackoverflow.comswagger.iotyper.tiangolo.comunpkg.comwww.apache.orgwww.example.珠宝www.nasm.uswww.ncbi.nlm.nih.govwww.nltk.orgwww.python.orgwww.starlette.iowww.w3.orgwww.xudongz.comwww.youtube.com

</> First-Party Code

first-party (python)

python first-party
expand_more 8 low-confidence finding(s)
low env_fs production #48a574a66c6c3018 Filesystem access.
repo/src/redact_ai/pipeline/detect/contact.py:114
    text = files("redact_ai.resources").joinpath("countries_en.txt").read_text(encoding="utf-8")

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

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

low env_fs production #472c4c7e096e5ca5 Filesystem access.
repo/src/redact_ai/pipeline/detect/identity.py:25
    text = files("redact_ai.resources").joinpath(filename).read_text(encoding="utf-8")

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

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

low env_fs production #391c2b885ece18d7 Filesystem access.
repo/src/redact_ai/pipeline/redact.py:182
        font_bytes = files("redact_ai.resources").joinpath("DejaVuSans-Bold.ttf").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 production #b01e56744ba5fc23 Filesystem access.
repo/src/redact_ai/policy/loader.py:31
        return (
            files("redact_ai.resources").joinpath("default_policy.yaml").read_text(encoding="utf-8")
        )

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

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

low env_fs production #bbdc5019340a084c Filesystem access.
repo/src/redact_ai/policy/loader.py:36
        return (repo_root / "examples" / "default_policy.yaml").read_text(encoding="utf-8")

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

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

low env_fs production #f51d6fc16b599d21 Filesystem access.
repo/src/redact_ai/policy/loader.py:55
            text = path.read_text(encoding="utf-8")

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

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

low env_fs production #3bde36aa785bf6c2 Filesystem access.
repo/src/redact_ai/server/routes.py:76
    html = files("redact_ai.server.static").joinpath("index.html").read_text(encoding="utf-8")

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

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

low env_fs production #bf552662a010fab6 Filesystem access.
repo/src/redact_ai/server/routes.py:94
        data = files("redact_ai.server.static").joinpath(safe).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.

</> Dependencies

fastapi

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

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

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

low env_fs dependency Excluded from app score #ee820a2c878711ab Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002.py:9
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #fd5a9f7c0edeca07 Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_an.py:10
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #7fcf7c842d7486fc Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_an_py310.py:9
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #656b4ee6230b4f21 Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_an_py39.py:9
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #3598752f0a6a79c4 Filesystem access.
pkgs/python/[email protected]/docs_src/background_tasks/tutorial002_py310.py:7
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #6001870bd377c0fe Filesystem access.
pkgs/python/[email protected]/docs_src/custom_response/tutorial008.py:11
        with open(some_file_path, mode="rb") as file_like:  # (2)

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

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

low env_fs dependency Excluded from app score #9a660cef2fc329b2 Filesystem access.
pkgs/python/[email protected]/docs_src/events/tutorial002.py:8
    with open("log.txt", mode="a") as log:

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

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

low env_fs dependency Excluded from app score #5b1e7cc8d18c7782 Filesystem access.
pkgs/python/[email protected]/docs_src/generate_clients/tutorial004.py:5
openapi_content = json.loads(file_path.read_text())

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

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

low env_fs dependency Excluded from app score #53a73e7eecf799df Filesystem access.
pkgs/python/[email protected]/docs_src/generate_clients/tutorial004.py:15
file_path.write_text(json.dumps(openapi_content))

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

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

low egress dependency Excluded from app score #8e29f1f1fd9e5cd8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001.py:58
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #b9bef95babdd4003 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001.py:66
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #df9cf1040af562c8 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an.py:61
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #9e45b6054b260392 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an.py:69
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #9642b821a7b41f51 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py310.py:60
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #7bbc389d5cb800d2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py310.py:68
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #8d7ac5c6f3578245 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py39.py:60
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #e265e81e605a8257 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_an_py39.py:68
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #24cf6a29d7aafd53 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py310.py:56
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #3a06995c624d0699 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py310.py:64
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #b1cdc832ae28870b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py39.py:58
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #c5c14c53a996bbb5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial001_py39.py:66
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #6c2f7313a36c74ff Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002.py:76
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #0ef57ec219c056fb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002.py:86
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #48a47b2d4f2559e7 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002.py:99
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #4a5c8844276d970b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an.py:78
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #f7b12fd6056d7c9b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an.py:86
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #02a67d2f1dc658bb Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an.py:99
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #767539f9ac2d4777 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:77
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #8aa35a87ab89c232 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:85
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #8a3b9185cb49379e Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py310.py:98
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #76b132c819cdc6fd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py39.py:77
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #26694a993a822a53 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py39.py:85
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #829c3fc847a7d52b Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_an_py39.py:98
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #14e98d6ebcde0462 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:74
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #bc552265fbef0fc1 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:84
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #3f78ac791b4c9bfa Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py310.py:97
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #440235bd9e754ed0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py39.py:76
    hero = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #6a704afc8e65e08f Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py39.py:86
    hero_db = session.get(Hero, hero_id)

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

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

low egress dependency Excluded from app score #aa8f8cbfa6cd9000 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/docs_src/sql_databases/tutorial002_py39.py:99
    hero = session.get(Hero, hero_id)

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

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

low env_fs dependency Excluded from app score #35dc226921ac8534 Environment-variable access.
pkgs/python/[email protected]/pdm_build.py:6
TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE", "fastapi")

Reads environment variables or the filesystem — an inventory-level 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 #f7c48f9a8989bc61 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:55
    return mkdocs.utils.yaml_load(en_config_path.read_text(encoding="utf-8"))

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

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

low env_fs tooling Excluded from app score unreachable #c6c4cd2f5fdcf6ee Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:79
        os.environ["INSIDERS_FILE"] = "../en/mkdocs.insiders.yml"

Reads environment variables or the filesystem — an inventory-level 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 #c1541b60d00732fe Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:81
    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 #3577ab182e591f94 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:95
    new_config_path.write_text("INHERIT: ../en/mkdocs.yml\n", encoding="utf-8")

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

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

low env_fs tooling Excluded from app score unreachable #3e52aea56c4dc615 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:100
    en_index_content = en_index_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 #07758f6674d745e5 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:102
    new_index_path.write_text(new_index_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 #9fa31188ca8d28d8 Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:116
    insiders_env_file = os.environ.get("INSIDERS_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 #e35c6b317be69c4d Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:159
    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 #0bd01feefd8073b3 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:164
    sponsors = mkdocs.utils.yaml_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 #1c57104c9dfa7f2d Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:195
    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 #2dcb747cb9150901 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:206
    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 #f3dd520b09fe6a47 Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:286
        args, env={**os.environ, "LINENUMS": "true"}, cwd=lang_path, 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 #e6150accc3fe18a7 Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:298
        language_names_path.read_text(encoding="utf-8")

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

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

low env_fs tooling Excluded from app score unreachable #283d57d50cadf35b Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:323
    en_config_path.write_text(
        yaml.dump(config, sort_keys=False, width=200, allow_unicode=True),
        encoding="utf-8",
    )

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

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

low env_fs tooling Excluded from app score unreachable #6394c5f306ad1d8f Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:390
    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 #32fea3afe6f6e05d Filesystem access.
pkgs/python/[email protected]/scripts/docs.py:420
        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 #12be30426b2d7e30 Filesystem access.
pkgs/python/[email protected]/scripts/mkdocs_hooks.py:26
    return missing_translation_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.

paddleocr

python dependency
expand_more 125 low-confidence finding(s)
low env_fs dependency Excluded from app score #0a678f6c588f1368 Filesystem access.
pkgs/python/[email protected]/paddleocr.py:592
            with open(image_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 #538b4c28d617f57b Filesystem access.
pkgs/python/[email protected]/paddleocr.py:985
                    with open(outfile, "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 #55a1552c8f7b2b06 Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/label_ops.py:124
            with open(character_dict_path, "rb") 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 #20dea6d58bd1d61f Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/label_ops.py:274
        with open(character_dict_path, "r", encoding="utf-8") as fr:

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

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

low env_fs dependency Excluded from app score #442030d4ffb30f9b Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/label_ops.py:280
        with open(class_path, "r") 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 #a2561b38854565bf Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/label_ops.py:651
        with open(character_dict_path, "rb") 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 #3907ec174f1808cd Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/label_ops.py:1453
        with open(character_dict_path, "r") 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 #9204aebe79714818 Environment-variable access.
pkgs/python/[email protected]/ppocr/data/imaug/latex_ocr_aug.py:27
os.environ["NO_ALBUMENTATIONS_UPDATE"] = "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 #411075caa8cd381d Filesystem access.
pkgs/python/[email protected]/ppocr/data/imaug/pg_process.py:59
        with open(character_dict_path, "rb") 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 #99e2c966eb828b02 Filesystem access.
pkgs/python/[email protected]/ppocr/data/latexocr_dataset.py:54
        file = open(pkl_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 #8a3eb19c307841c2 Filesystem access.
pkgs/python/[email protected]/ppocr/data/latexocr_dataset.py:137
                with open(data["img_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 #8ea4ecc209475742 Filesystem access.
pkgs/python/[email protected]/ppocr/data/pgnet_dataset.py:65
            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 #a749985d4db0b38f Filesystem access.
pkgs/python/[email protected]/ppocr/data/pgnet_dataset.py:91
            with open(data["img_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 #6d6f7454bdd317ac Filesystem access.
pkgs/python/[email protected]/ppocr/data/pubtab_dataset.py:62
            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 #79b61ced200248b8 Filesystem access.
pkgs/python/[email protected]/ppocr/data/pubtab_dataset.py:114
            with open(data["img_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 #56ec3f34708da776 Filesystem access.
pkgs/python/[email protected]/ppocr/data/simple_dataset.py:62
            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 #26cf16ae2e871af3 Filesystem access.
pkgs/python/[email protected]/ppocr/data/simple_dataset.py:106
            with open(data["img_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 #7ab1167631a4d422 Filesystem access.
pkgs/python/[email protected]/ppocr/data/simple_dataset.py:132
            with open(data["img_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 #51ddabac8b99933d Filesystem access.
pkgs/python/[email protected]/ppocr/data/simple_dataset.py:233
            with open(data["img_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 #be67fcec240bf8b0 Filesystem access.
pkgs/python/[email protected]/ppocr/postprocess/picodet_postprocess.py:125
        with open(layout_dict_path, "r", 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 #e4fe549d6324d4ed Filesystem access.
pkgs/python/[email protected]/ppocr/postprocess/rec_postprocess.py:34
            with open(character_dict_path, "rb") 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 #16ecc65dc3159501 Filesystem access.
pkgs/python/[email protected]/ppocr/postprocess/table_postprocess.py:26
        with open(character_dict_path, "rb") 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 #d997529b18b0c15d Filesystem access.
pkgs/python/[email protected]/ppocr/utils/e2e_utils/extract_textpoint_fast.py:29
    with open(character_dict_path, "rb") 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 #8a2817d99163b6fe Filesystem access.
pkgs/python/[email protected]/ppocr/utils/e2e_utils/extract_textpoint_slow.py:29
    with open(character_dict_path, "rb") 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 #2da1886651f82f1b Filesystem access.
pkgs/python/[email protected]/ppocr/utils/export_model.py:43
        hpi_config = yaml.safe_load(open(config["Global"]["hpi_config_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 #251ee0f54cb1921f Filesystem access.
pkgs/python/[email protected]/ppocr/utils/export_model.py:87
            with open(tokenizer_file, encoding="utf-8") as tokenizer_config_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 #409c2e236669123d Filesystem access.
pkgs/python/[email protected]/ppocr/utils/export_model.py:92
            with open(config["Global"]["character_dict_path"], encoding="utf-8") as f:

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

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

low env_fs dependency Excluded from app score #75cefac4c335dafc Filesystem access.
pkgs/python/[email protected]/ppocr/utils/export_model.py:99
    with open(path, "w") as f:

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

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

low env_fs dependency Excluded from app score #21d5a3614808fab0 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/formula_utils/math_txt2pkl.py:38
        eqs = open(equations, "r").read().split("\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 #a0bac65b3502c104 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/formula_utils/math_txt2pkl.py:50
        with open(save_p, "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 #8cd27d2c92357af6 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/gen_label.py:20
    with open(out_label, "w") 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 dependency Excluded from app score #75ba24050559d6c5 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/gen_label.py:21
        with open(input_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 #d96d283e712a434e Filesystem access.
pkgs/python/[email protected]/ppocr/utils/gen_label.py:30
    with open(out_label, "w") 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 dependency Excluded from app score #c45d83682379a60d Filesystem access.
pkgs/python/[email protected]/ppocr/utils/gen_label.py:34
            with open(
                os.path.join(input_dir, label_file), "r", encoding="utf-8-sig"
            ) as f:

Reads environment variables or the filesystem — 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 #6d4ba360d9accdb0 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/ppocr/utils/network.py:68
            req = requests.get(url, stream=True)

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

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

low env_fs dependency Excluded from app score #7d4632369fc6e528 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/network.py:89
        with open(tmp_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 #05b5d10b5e376b2d Filesystem access.
pkgs/python/[email protected]/ppocr/utils/network.py:124
                with open(os.path.join(model_storage_directory, 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 #f57922166616adc5 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:71
                with open(os.path.join(checkpoints, "metric.states"), "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 #8752ca152a6a0c51 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:142
            with open(checkpoints + ".states", "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 #be7a9cc27e75e830 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:254
        with open(os.path.join(model_path, f"{prefix}.info.json"), "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 #e3f356b1c93964db Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:262
    with open(metric_prefix + ".states", "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 #cbfbae1662168e40 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:281
        with open(train_results_path, "r") 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 #93e9eb85bb7cf226 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/save_load.py:347
    with open(train_results_path, "w") as fp:

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

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

low env_fs dependency Excluded from app score #2dec43aa7f415c07 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/utility.py:72
        with open(infer_list, "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 #3c545a094c64f0c4 Filesystem access.
pkgs/python/[email protected]/ppocr/utils/utility.py:156
    with open(label_map_path, "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 #f9163ddb01a2e3ed Environment-variable access.
pkgs/python/[email protected]/ppstructure/kie/predict_kie_token_ser.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #49aab1b8dc12a0d9 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/predict_kie_token_ser.py:142
    with open(
        os.path.join(args.output, "infer.txt"), mode="w", encoding="utf-8"
    ) as f_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 #f6a2e6d70abd60ca Environment-variable access.
pkgs/python/[email protected]/ppstructure/kie/predict_kie_token_ser_re.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #a4481e7ab7066206 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/predict_kie_token_ser_re.py:94
    with open(
        os.path.join(args.output, "infer.txt"), mode="w", encoding="utf-8"
    ) as f_w:

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

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

low env_fs tooling Excluded from app score unreachable #19094b3b8a150473 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/eval_with_label_end2end.py:40
    with open(fp, "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 tooling Excluded from app score unreachable #558d8b72e6d06dd9 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/trans_funsd_label.py:49
        with open(os.path.join(anno_dir, anno_fn + ".json"), "r") 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 tooling Excluded from app score unreachable #6223d14b4ce230f1 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/trans_funsd_label.py:137
    with open(test_output_dir, "w") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #48fee7ded87d04a6 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/trans_funsd_label.py:152
    with open(train_output_dir, "w") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #31b3166108dba19f Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/trans_xfun_data.py:19
    with open(json_path, "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 tooling Excluded from app score unreachable #2bf1d433af4933b5 Filesystem access.
pkgs/python/[email protected]/ppstructure/kie/tools/trans_xfun_data.py:24
    with open(output_file, "w", encoding="utf-8") as fout:

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

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

low env_fs dependency Excluded from app score #78cb99da951ae0d1 Environment-variable access.
pkgs/python/[email protected]/ppstructure/layout/predict_layout.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #899985d4c5ea1bdb Filesystem access.
pkgs/python/[email protected]/ppstructure/pdf2word/pdf2word.py:374
                        with open(os.path.join(storage_dir, 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 #dc091700027b8f2a Environment-variable access.
pkgs/python/[email protected]/ppstructure/predict_system.py:23
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #7e4776624b91d74b Filesystem access.
pkgs/python/[email protected]/ppstructure/predict_system.py:279
    with open(
        os.path.join(excel_save_folder, "res_{}.txt".format(img_idx)),
        "w",
        encoding="utf8",
    ) as f:

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

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

low env_fs dependency Excluded from app score #01727a7bb2d04644 Filesystem access.
pkgs/python/[email protected]/ppstructure/predict_system.py:359
                with open(
                    os.path.join(save_folder, img_name, "res_{}_kie.txt".format(index)),
                    "w",
                    encoding="utf8",
                ) as f:

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

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

low env_fs dependency Excluded from app score #eae89fb519671681 Filesystem access.
pkgs/python/[email protected]/ppstructure/recovery/recovery_to_markdown.py:180
    with open(md_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 dependency Excluded from app score #bbfdcb4747c4d6da Filesystem access.
pkgs/python/[email protected]/ppstructure/table/convert_label2html.py:24
    with open(tmp_file_path, "a+", 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 #99fde7f5b89aa817 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/convert_label2html.py:67
    with open(gt_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 #34cf768a67147800 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/eval_table.py:44
    with open(txt_path, encoding="utf-8") as f:

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

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

low env_fs dependency Excluded from app score #39ff7acfc6a9283a Filesystem access.
pkgs/python/[email protected]/ppstructure/table/eval_table.py:56
        data = pickle.load(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 #87808ce9325cb933 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/eval_table.py:63
    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 #b51ab55703ccc5ce Environment-variable access.
pkgs/python/[email protected]/ppstructure/table/predict_structure.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #b32e3a78b5a071b0 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/predict_structure.py:175
    with open(
        os.path.join(args.output, "infer.txt"), mode="w", encoding="utf-8"
    ) as f_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 #988efbbbaf9bdc7f Environment-variable access.
pkgs/python/[email protected]/ppstructure/table/predict_table.py:23
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

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

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

low env_fs dependency Excluded from app score #d9bfa9398de960a3 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/predict_table.py:164
    f_html = open(os.path.join(args.output, "show.html"), mode="w", 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 #4e5c2f0a1a79a308 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/table_master_match.py:90
        data = pickle.load(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 #b4654c62d281c9b3 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/table_master_match.py:96
            this_data = pickle.load(open(pkl, "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 #ee6ff5d167621251 Filesystem access.
pkgs/python/[email protected]/ppstructure/table/table_metric/table_metric.py:242
    with open("sample_pred.json") 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 #790ecda3a3fef0da Filesystem access.
pkgs/python/[email protected]/ppstructure/table/table_metric/table_metric.py:244
    with open("sample_gt.json") 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 #5a13c33a4cabe382 Filesystem access.
pkgs/python/[email protected]/tools/end2end/convert_ppocr_label.py:33
    label_file = open(label_dir, "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 tooling Excluded from app score unreachable #fc715d2e08bf2481 Filesystem access.
pkgs/python/[email protected]/tools/end2end/convert_ppocr_label.py:84
        with open(save_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 #f529b56be5c1dba5 Filesystem access.
pkgs/python/[email protected]/tools/end2end/draw_html.py:40
    with open(html_path, "w") as html:

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

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

low env_fs tooling Excluded from app score unreachable #69ada6f1d2976741 Filesystem access.
pkgs/python/[email protected]/tools/end2end/eval_end2end.py:81
        with open(os.path.join(gt_dir, val_name), 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 tooling Excluded from app score unreachable #ae989938329037a8 Filesystem access.
pkgs/python/[email protected]/tools/end2end/eval_end2end.py:102
            with open(val_path, encoding="utf-8") as f:

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

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

low env_fs tooling Excluded from app score unreachable #f10c8b7f4ebffdf5 Filesystem access.
pkgs/python/[email protected]/tools/export_center.py:70
    with open("train_center.pkl", "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 #8db8b8d5d8c7e21f Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_cls.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #22ca9ec7dbfaf014 Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_det.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #1f5db015c8e590d6 Filesystem access.
pkgs/python/[email protected]/tools/infer/predict_det.py:486
    with open(os.path.join(draw_img_save_dir, "det_results.txt"), "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 #d89dc720343cb85e Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_e2e.py:21
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #8aed9f98bed11bb6 Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_rec.py:22
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #135833c10156d5e5 Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_sr.py:22
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #1256941c8a3954ec Environment-variable access.
pkgs/python/[email protected]/tools/infer/predict_system.py:22
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #d92f979d186c8065 Filesystem access.
pkgs/python/[email protected]/tools/infer/predict_system.py:304
    with open(
        os.path.join(draw_img_save_dir, "system_results.txt"), "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 tooling Excluded from app score unreachable #44f68b19031fa057 Environment-variable access.
pkgs/python/[email protected]/tools/infer/utility.py:344
        gpu_id_str = os.environ.get("CUDA_VISIBLE_DEVICES", "0")

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

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

low env_fs tooling Excluded from app score unreachable #5b03d8c253012e0b Environment-variable access.
pkgs/python/[email protected]/tools/infer/utility.py:346
        gpu_id_str = os.environ.get("HIP_VISIBLE_DEVICES", "0")

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

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

low env_fs tooling Excluded from app score unreachable #f85c7ed22343b73f Environment-variable access.
pkgs/python/[email protected]/tools/infer_cls.py:28
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #9c8f66d4f69279e8 Filesystem access.
pkgs/python/[email protected]/tools/infer_cls.py:68
        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 tooling Excluded from app score unreachable #af5974be4b8d81b4 Environment-variable access.
pkgs/python/[email protected]/tools/infer_det.py:28
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #633dde68d300832c Filesystem access.
pkgs/python/[email protected]/tools/infer_det.py:84
    with open(save_res_path, "wb") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #bf2cc80698c3accf Filesystem access.
pkgs/python/[email protected]/tools/infer_det.py:87
            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 tooling Excluded from app score unreachable #927555e44eac0d50 Environment-variable access.
pkgs/python/[email protected]/tools/infer_e2e.py:28
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #0feef72033fd2758 Filesystem access.
pkgs/python/[email protected]/tools/infer_e2e.py:130
    with open(save_res_path, "wb") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #6352a57ed6da6660 Filesystem access.
pkgs/python/[email protected]/tools/infer_e2e.py:133
            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 tooling Excluded from app score unreachable #8e309bfa8a05050f Environment-variable access.
pkgs/python/[email protected]/tools/infer_kie.py:29
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #61b2581413499b34 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie.py:43
    with open(filepath, "r") as f:

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

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

low env_fs tooling Excluded from app score unreachable #ab50d5be785c2c05 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie.py:151
    with open(save_res_path, "w") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #dc0b2ab691e4fd61 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie.py:152
        with open(config["Global"]["infer_img"], "rb") as f:

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

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

low env_fs tooling Excluded from app score unreachable #c0c36448fbd4f951 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie.py:161
                with open(data["img_path"], "rb") as f:

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

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

low env_fs tooling Excluded from app score unreachable #5acfb77fc733f330 Environment-variable access.
pkgs/python/[email protected]/tools/infer_kie_token_ser.py:28
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #3549bcbbf17753c9 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie_token_ser.py:112
        with open(data["img_path"], "rb") as f:

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

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

low env_fs tooling Excluded from app score unreachable #3ae25a62929300a2 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie_token_ser.py:133
        with open(config["Global"]["infer_img"], "rb") as f:

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

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

low env_fs tooling Excluded from app score unreachable #e2b73fc88f4af548 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie_token_ser.py:138
    with open(
        os.path.join(config["Global"]["save_res_path"], "infer_results.txt"),
        "w",
        encoding="utf-8",
    ) as fout:

Reads environment variables or the filesystem — an inventory-level 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 #ec9a6c2d9e5dc19f Environment-variable access.
pkgs/python/[email protected]/tools/infer_kie_token_ser_re.py:28
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #5be34794c8e67fc3 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie_token_ser_re.py:191
        with open(config["Global"]["infer_img"], "rb") as f:

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

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

low env_fs tooling Excluded from app score unreachable #ac76b3390393fb76 Filesystem access.
pkgs/python/[email protected]/tools/infer_kie_token_ser_re.py:196
    with open(
        os.path.join(config["Global"]["save_res_path"], "infer_results.txt"),
        "w",
        encoding="utf-8",
    ) as fout:

Reads environment variables or the filesystem — an inventory-level 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 #40a80e644fa47695 Environment-variable access.
pkgs/python/[email protected]/tools/infer_rec.py:29
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #c65046c61b29be6b Filesystem access.
pkgs/python/[email protected]/tools/infer_rec.py:132
    with open(save_res_path, "w") as fout:

Reads environment variables or the filesystem — an inventory-level 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 #97dc4bf99ad5a922 Filesystem access.
pkgs/python/[email protected]/tools/infer_rec.py:135
            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 tooling Excluded from app score unreachable #2eb9ae71cd7f383a Environment-variable access.
pkgs/python/[email protected]/tools/infer_sr.py:31
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #b4eb17ae323936f7 Environment-variable access.
pkgs/python/[email protected]/tools/infer_table.py:29
os.environ["FLAGS_allocator_strategy"] = "auto_growth"

Reads environment variables or the filesystem — an inventory-level 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 #df5d68574e2c9fa9 Filesystem access.
pkgs/python/[email protected]/tools/infer_table.py:80
    with open(
        os.path.join(save_res_path, "infer.txt"), mode="w", encoding="utf-8"
    ) as f_w:

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

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

low env_fs tooling Excluded from app score unreachable #80d48c007e205fd2 Filesystem access.
pkgs/python/[email protected]/tools/infer_table.py:85
            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 tooling Excluded from app score unreachable #c1bca0c10adfeb61 Filesystem access.
pkgs/python/[email protected]/tools/program.py:84
    config = yaml.load(open(file_path, "rb"), Loader=yaml.Loader)

Reads environment variables or the filesystem — an inventory-level 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 #5c020c876c490c13 Filesystem access.
pkgs/python/[email protected]/tools/program.py:788
        with open(os.path.join(save_model_dir, "config.yml"), "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 #770d1e0ef3000b3b Environment-variable access.
pkgs/python/[email protected]/tools/program.py:851
        device = "xpu:{0}".format(os.getenv("FLAGS_selected_xpus", 0))

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

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

low env_fs tooling Excluded from app score unreachable #1c6cfc3c333cf281 Environment-variable access.
pkgs/python/[email protected]/tools/program.py:853
        device = "npu:{0}".format(os.getenv("FLAGS_selected_npus", 0))

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

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

low env_fs tooling Excluded from app score unreachable #c54f19752d8d53a1 Environment-variable access.
pkgs/python/[email protected]/tools/program.py:855
        device = "mlu:{0}".format(os.getenv("FLAGS_selected_mlus", 0))

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

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

low env_fs tooling Excluded from app score unreachable #e2551b46fffa7d96 Filesystem access.
pkgs/python/[email protected]/tools/test_hubserving.py:80
    with open(os.path.join(excel_save_folder, "res.txt"), "w", encoding="utf8") as f:

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

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

low env_fs tooling Excluded from app score unreachable #9ab701a96a3c1cb8 Filesystem access.
pkgs/python/[email protected]/tools/test_hubserving.py:107
        img = open(image_file, "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 pii_flow tooling Excluded from app score unreachable #70cd5e2b129e363e User/PII-bearing data read from the environment or filesystem flows to an external network call. This is potential data exfiltration. Non-production path — not application runtime.
pkgs/python/[email protected]/tools/test_hubserving.py:115 · flow /tmp/closeopen-cjrr_t9t/pkgs/python/[email protected]/tools/test_hubserving.py:107 → /tmp/closeopen-cjrr_t9t/pkgs/python/[email protected]/tools/test_hubserving.py:115
        r = requests.post(url=args.server_url, headers=headers, data=json.dumps(data))

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.

pillow-avif-plugin

python dependency
expand_more 2 low-confidence finding(s)
low env_fs dependency Excluded from app score #fe692359455b81f5 Filesystem access.
pkgs/python/[email protected]/setup.py:11
    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 #ce0a673a26eb88e9 Filesystem access.
pkgs/python/[email protected]/setup.py:22
        with open("README.md") as f:

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

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

pillow-heif

python dependency
expand_more 20 low-confidence finding(s)
low env_fs dependency Excluded from app score #86162ace367cc5eb Environment-variable access.
pkgs/python/[email protected]/libheif/linux_build_libs.py:10
BUILD_DIR = environ.get("BUILD_DIR", "/tmp/ph_build_stuff")

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

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

low env_fs dependency Excluded from app score #34359081d61c7ac5 Environment-variable access.
pkgs/python/[email protected]/libheif/linux_build_libs.py:11
INSTALL_DIR_LIBS = environ.get("INSTALL_DIR_LIBS", "/usr")

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

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

low env_fs dependency Excluded from app score #84f5c39120f0c25f Environment-variable access.
pkgs/python/[email protected]/libheif/linux_build_libs.py:12
PH_LIGHT_VERSION = sys.maxsize <= 2**32 or getenv("PH_LIGHT_ACTION", "0") != "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 #1b81d1768066cf97 Filesystem access.
pkgs/python/[email protected]/setup.py:28
    match = re.search(r'__version__\s*=\s*"(.*?)"', Path("pillow_heif/_version.py").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 #a3fa978fcf658375 Environment-variable access.
pkgs/python/[email protected]/setup.py:34
    if "PATH" 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 #94050a667d118454 Environment-variable access.
pkgs/python/[email protected]/setup.py:36
    return any(os.access(os.path.join(path, cmd), os.X_OK) for path in os.environ["PATH"].split(os.pathsep))

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

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

low env_fs dependency Excluded from app score #792574472ca1de16 Environment-variable access.
pkgs/python/[email protected]/setup.py:40
    command = os.environ.get("PKG_CONFIG", "pkg-config")

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

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

low env_fs dependency Excluded from app score #7b2e079d711eb65a Environment-variable access.
pkgs/python/[email protected]/setup.py:73
        if os.getenv("PRE_COMMIT"):

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

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

low env_fs dependency Excluded from app score #65bd0e8c53067c3a Environment-variable access.
pkgs/python/[email protected]/setup.py:80
        if _cmd_exists(os.environ.get("PKG_CONFIG", "pkg-config")):

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

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

low env_fs dependency Excluded from app score #315cd410c11f54dc Environment-variable access.
pkgs/python/[email protected]/setup.py:88
            if root is None and root_name in os.environ:

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

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

low env_fs dependency Excluded from app score #0b0492a631282e6c Environment-variable access.
pkgs/python/[email protected]/setup.py:89
                prefix = os.environ[root_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 #5644f110642bd24b Environment-variable access.
pkgs/python/[email protected]/setup.py:121
            if 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 #d76cb169fc8353dc Environment-variable access.
pkgs/python/[email protected]/setup.py:122
                for match in finditer(r"-I([^\s]+)", 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 #6b2bfe643e53b8b3 Environment-variable access.
pkgs/python/[email protected]/setup.py:124
                for match in finditer(r"-L([^\s]+)", 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 #c1d7f7844592837a Environment-variable access.
pkgs/python/[email protected]/setup.py:129
            if 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 #542b99c66f534f52 Environment-variable access.
pkgs/python/[email protected]/setup.py:130
                for d in os.environ[k].split(os.path.pathsep):

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

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

low env_fs dependency Excluded from app score #f415cd5c4c8b8f38 Environment-variable access.
pkgs/python/[email protected]/setup.py:134
            if 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 #7d2d6ac0339d79f3 Environment-variable access.
pkgs/python/[email protected]/setup.py:135
                for d in os.environ[k].split(os.path.pathsep):

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

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

low env_fs dependency Excluded from app score #0328b66b4e8ddc41 Environment-variable access.
pkgs/python/[email protected]/setup.py:143
            include_path_prefix = os.getenv("MSYS2_PREFIX")

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

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

low env_fs dependency Excluded from app score #b31a2ef6ecfcb026 Environment-variable access.
pkgs/python/[email protected]/setup.py:269
    if os.getenv("READTHEDOCS", "False") == "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.

pydantic

python dependency
expand_more 10 low-confidence finding(s)
low env_fs dependency Excluded from app score #39ab8575f26da5dd Environment-variable access.
pkgs/python/[email protected]/pydantic/_internal/_core_utils.py:582
    if 'PYDANTIC_SKIP_VALIDATING_CORE_SCHEMAS' 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 #0fa46b90cae57064 Filesystem access.
pkgs/python/[email protected]/pydantic/deprecated/parse.py:71
    b = path.read_bytes()

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

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

low env_fs dependency Excluded from app score #b3b9688c60a73c22 Environment-variable access.
pkgs/python/[email protected]/pydantic/json_schema.py:319
                if os.environ['PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES'] == '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 #fb73fe10eac7f987 Filesystem access.
pkgs/python/[email protected]/pydantic/mypy.py:1319
    with open(config_file, 'rb') as rf:

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

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

low env_fs dependency Excluded from app score #08c45e8814dd3722 Environment-variable access.
pkgs/python/[email protected]/pydantic/plugin/_loader.py:26
    disabled_plugins = os.getenv('PYDANTIC_DISABLE_PLUGINS')

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

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

low env_fs dependency Excluded from app score #3e118c6de117b8d0 Environment-variable access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:173
            env_vars: Mapping[str, Optional[str]] = os.environ

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

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

low env_fs dependency Excluded from app score #724f54969141f22b Environment-variable access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:175
            env_vars = {k.lower(): v for k, v in os.environ.items()}

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

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

low env_fs dependency Excluded from app score #f3cc061b5ee344ad Filesystem access.
pkgs/python/[email protected]/pydantic/v1/env_settings.py:307
                    secret_value = path.read_text().strip()

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

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

low env_fs dependency Excluded from app score #29990a9a357d941d Filesystem access.
pkgs/python/[email protected]/pydantic/v1/mypy.py:948
    with open(config_file, read_mode) as rf:

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

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

low env_fs dependency Excluded from app score #09610571f7da981d Filesystem access.
pkgs/python/[email protected]/pydantic/v1/parse.py:57
    b = path.read_bytes()

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

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

pydantic-settings

python dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #1d4d4caa0f770e5f Filesystem access.
pkgs/python/[email protected]/pydantic_settings/sources.py:695
                    return path.read_text().strip(), preferred_key, value_is_complex

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

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

low env_fs dependency Excluded from app score #a0bbf1818df820aa Environment-variable access.
pkgs/python/[email protected]/pydantic_settings/sources.py:734
        return parse_env_vars(os.environ, self.case_sensitive, self.env_ignore_empty, self.env_parse_none_str)

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

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

low env_fs dependency Excluded from app score #743e211f74d91a12 Filesystem access.
pkgs/python/[email protected]/pydantic_settings/sources.py:2016
        with open(file_path, encoding=self.json_file_encoding) as json_file:

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

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

low env_fs dependency Excluded from app score #4441472b11a1ab92 Filesystem access.
pkgs/python/[email protected]/pydantic_settings/sources.py:2039
        with open(file_path, mode='rb') as toml_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 #4850477d2ccce82b Filesystem access.
pkgs/python/[email protected]/pydantic_settings/sources.py:2116
        with open(file_path, encoding=self.yaml_file_encoding) as yaml_file:

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

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

pytesseract

python dependency
expand_more 3 low-confidence finding(s)
low env_fs dependency Excluded from app score #5b52ff97566fbc39 Environment-variable access.
pkgs/python/[email protected]/pytesseract/pytesseract.py:230
        'env': 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 #9766eb70dc4eff2d Filesystem access.
pkgs/python/[email protected]/pytesseract/pytesseract.py:288
    with open(filename, 'rb') as output_file:

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

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

low env_fs dependency Excluded from app score #82af034e2e3c4ff1 Environment-variable access.
pkgs/python/[email protected]/pytesseract/pytesseract.py:454
            env=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.

python-multipart

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #ad12e70d4c6a9436 Filesystem access.
pkgs/python/[email protected]/python_multipart/multipart.py:478
                tmp_file = open(path, "w+b")

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

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

pyyaml

python dependency
expand_more 3 low-confidence finding(s)
low env_fs dependency Excluded from app score #5cdfa796917c8816 Environment-variable access.
pkgs/python/[email protected]/setup.py:71
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'

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

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

low env_fs dependency Excluded from app score #aae5a8b61b1137c7 Environment-variable access.
pkgs/python/[email protected]/setup.py:80
if 'sdist' in sys.argv or os.environ.get('PYYAML_FORCE_CYTHON') == '1':

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

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

low env_fs dependency Excluded from app score #0d80ee996622c34e Environment-variable access.
pkgs/python/[email protected]/setup.py:159
            with_ext = getattr(self, ext.attr_name) or os.environ.get('PYYAML_FORCE_{0}'.format(ext.feature_name.upper()))

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

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

spacy

python dependency
expand_more 23 low-confidence finding(s)
low env_fs dependency Excluded from app score #7ea3bd48f8440ff0 Environment-variable access.
pkgs/python/[email protected]/setup.py:107
        if self.parallel is None and os.environ.get("SPACY_NUM_BUILD_JOBS") 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 #f978c3e776348ac4 Environment-variable access.
pkgs/python/[email protected]/setup.py:108
            self.parallel = int(os.environ.get("SPACY_NUM_BUILD_JOBS"))

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

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

low env_fs dependency Excluded from app score #8b72994392d08fd8 Environment-variable access.
pkgs/python/[email protected]/setup.py:121
            v = os.environ.get(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 #aef38c6f694d24b5 Filesystem access.
pkgs/python/[email protected]/setup.py:141
            a = open(filename, "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 #43ee287330052028 Filesystem access.
pkgs/python/[email protected]/setup.py:153
    a = open(filename, "w")

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

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

low env_fs dependency Excluded from app score #dfce9dec9eb3db4f Environment-variable access.
pkgs/python/[email protected]/spacy/cli/_util.py:101
    env_string = os.environ.get(env_var, "") if env_var 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 #2c477892ef018b1a Filesystem access.
pkgs/python/[email protected]/spacy/cli/apply.py:63
        with open(path, "r") 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 egress dependency Excluded from app score #c2d545967e553bcd Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/spacy/cli/download.py:130
    r = requests.get(about.__compatibility__)

Data is sent to a hardcoded external 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 #15198dff8a6ca5d0 Filesystem access.
pkgs/python/[email protected]/spacy/cli/info.py:141
        text = dist.read_text("direct_url.json")

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

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

low env_fs dependency Excluded from app score #0c64c49cc70422dc Environment-variable access.
pkgs/python/[email protected]/spacy/cli/package.py:202
                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 #86cd108e464d8339 Environment-variable access.
pkgs/python/[email protected]/spacy/cli/package.py:218
                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 egress dependency Excluded from app score #d61f05043636f1a2 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/spacy/cli/validate.py:79
        r = requests.get(about.__compatibility__)

Data is sent to a hardcoded external 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 #b35b04f3b221af90 Filesystem access.
pkgs/python/[email protected]/spacy/lang/el/get_pos_from_wiktionary.py:51
        with open("_{0}.py".format(proper_names_dict[i]), "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 #e7437a931e07a371 Filesystem access.
pkgs/python/[email protected]/spacy/lang/zh/__init__.py:159
                with open(tempdir / "features.msgpack", "rb") as fileh:

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

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

low env_fs dependency Excluded from app score #5c528ccc8483c690 Filesystem access.
pkgs/python/[email protected]/spacy/lang/zh/__init__.py:161
                with open(tempdir / "weights.npz", "rb") as fileh:

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

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

low env_fs dependency Excluded from app score #16ba7cebf643b260 Filesystem access.
pkgs/python/[email protected]/spacy/lang/zh/__init__.py:200
                with open(tempdir / "features.msgpack", "wb") as fileh:

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

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

low env_fs dependency Excluded from app score #7363f7b2d9b52bd4 Filesystem access.
pkgs/python/[email protected]/spacy/lang/zh/__init__.py:202
                with open(tempdir / "weights.npz", "wb") as fileh:

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

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

low env_fs dependency Excluded from app score #9195dc2f1e5cbdf1 Filesystem access.
pkgs/python/[email protected]/spacy/pipeline/edit_tree_lemmatizer.py:348
                with open(p, "rb") as mfile:

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

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

low env_fs dependency Excluded from app score #281bab0925617f48 Filesystem access.
pkgs/python/[email protected]/spacy/training/corpus.py:319
            with open(loc, 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 #b154154ac7643969 Filesystem access.
pkgs/python/[email protected]/spacy/training/loggers.py:88
            output_stream = open(output_file, "w", 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 #79449afddfd4fc7c Environment-variable access.
pkgs/python/[email protected]/spacy/util.py:1010
            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 #91b6fc6634de63d1 Environment-variable access.
pkgs/python/[email protected]/spacy/util.py:1687
    value = os.environ.get(env_var, 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 #121f13069b9c78b0 Filesystem access.
pkgs/python/[email protected]/spacy/util.py:1780
        for pkg in (dist.read_text("top_level.txt") or "").split():

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

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

uvicorn

python dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #24f9629422e78312 Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:328
        if workers is None and "WEB_CONCURRENCY" in os.environ:

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

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

low env_fs dependency Excluded from app score #79c675b9256cedeb Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:329
            self.workers = int(os.environ["WEB_CONCURRENCY"])

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

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

low env_fs dependency Excluded from app score #97bf941c2fcbd5d3 Environment-variable access.
pkgs/python/[email protected]/uvicorn/config.py:333
            self.forwarded_allow_ips = os.environ.get("FORWARDED_ALLOW_IPS", "127.0.0.1")

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

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

low env_fs dependency Excluded from app score #b34fb51750aa7fd1 Filesystem access.
pkgs/python/[email protected]/uvicorn/config.py:367
                with open(self.log_config) as file:

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

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

low env_fs dependency Excluded from app score #4bd9065e9e36a616 Filesystem access.
pkgs/python/[email protected]/uvicorn/config.py:375
                with open(self.log_config) as file:

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

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

Skipped dependencies

Production

  • pillow prod — sdist exceeds byte cap
  • opencv-python-headless prod — sdist exceeds byte cap
  • en-core-web-md prod — pypi 404
  • paddlepaddle prod — no sdist (wheels only)