Close Open Privacy Scan

bolt Snapshot: commit 2e254ac
science engine v1.22
schedule 2026-07-23T17:11:54.541658+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

smart_toy MCP server detected: @ai-sdk/anthropic, @ai-sdk/openai, @modelcontextprotocol/sdk, ai — detected in dependencies, not a safety judgment.

App Privacy Score

100 /100
Low privacy risk

Low risk · 36 finding(s)

Dependency score: 82 (Low risk)

bar_chart Score Breakdown

No category deductions recorded.

list Scan Summary

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

swap_horiz External domains

aistudio.google.comapi-inference.huggingface.coapi.anthropic.comapi.bitbucket.orgapi.cerebras.aiapi.cohere.comapi.deepseek.comapi.fireworks.aiapi.github.comapi.groq.comapi.hyperbolic.xyzapi.keygen.shapi.mistral.aiapi.moonshot.aiapi.netlify.comapi.openai.comapi.perplexity.aiapi.supabase.comapi.together.xyzapi.vercel.comapi.x.aiapi.z.aiapp.hyperbolic.xyzapp.netlify.comapp.supabase.comcdn.jsdelivr.netcdn.simpleicons.orgcircumicons.comcloud.cerebras.aiconsole.anthropic.comconsole.aws.amazon.comconsole.groq.comconsole.mistral.aicreativecommons.orgdashboard.cohere.comdate-fns.orgdeveloper.mozilla.orgdocs.python.orgdocs.x.aierikflowers.github.iofeathericons.comfireworks.aifontawesome.comfonts.google.comfonts.googleapis.comfonts.gstatic.comgame-icons.netgenerativelanguage.googleapis.comgithub.comgitlab.comgoogle.github.iohuggingface.coicons.radix-ui.comicons8.comionicons.comjson-schema.orglmstudio.ailocalai.iolucide.devmcp.deepwiki.commodelcontextprotocol.iomodels.github.aiocticons.github.comollama.comopen.bigmodel.cnopenrouter.aiopensource.orgplatform.deepseek.complatform.moonshot.aiplatform.openai.compypi.orgraw.githubusercontent.comreact-dnd.github.ioreact.devreactjs.orgs-ings.comscripts.sil.orgsimpleicons.orgsquidfunk.github.iostackblitz-labs.github.iostackblitz.comstuk.github.iosupabase.comsupport.bolt.newt.lythesabbir.github.iounpkg.comupload.wikimedia.orgvercel.comvorillaz.github.iowww.apache.orgwww.perplexity.aiwww.w3.orgyour-gitlab-instance.com

</> Dependencies

mkdocs-material

python dependency
expand_more 36 low-confidence finding(s)
low env_fs dependency Excluded from app score #4ad5f3419027846b Filesystem access.
pkgs/python/[email protected]/material/extensions/emoji.py:67
    with open(file, encoding = "utf-8") as f:

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

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

low env_fs dependency Excluded from app score #5916a0016eb1226f Filesystem access.
pkgs/python/[email protected]/material/plugins/blog/plugin.py:494
        with open(file, 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 env_fs dependency Excluded from app score #601867087e70ee09 Filesystem access.
pkgs/python/[email protected]/material/plugins/blog/plugin.py:1034
        with open(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 #140e7683cac32edb Filesystem access.
pkgs/python/[email protected]/material/plugins/blog/structure/__init__.py:61
        with open(file.abs_src_path, 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 #32f875cf50cff474 Hardcoded external endpoint. Review what data is sent to this destination.
pkgs/python/[email protected]/material/plugins/info/plugin.py:84
        res = requests.get(url, allow_redirects = False)

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

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

low env_fs dependency Excluded from app score #a4fbe992d6e7dbdd Environment-variable access.
pkgs/python/[email protected]/material/plugins/info/plugin.py:309
                        "env:$PYTHONPATH": os.getenv("PYTHONPATH", ""),

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

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

low env_fs dependency Excluded from app score #37ea9be099f7fdb1 Environment-variable access.
pkgs/python/[email protected]/material/plugins/info/plugin.py:310
                        "env:$VIRTUAL_ENV": os.getenv("VIRTUAL_ENV", ""),

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

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

low env_fs dependency Excluded from app score #d374f18908756343 Filesystem access.
pkgs/python/[email protected]/material/plugins/info/plugin.py:331
        with open(f"{example}.zip", "wb") as f:

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

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

low env_fs dependency Excluded from app score #d74f0c8e2cdcb79b Filesystem access.
pkgs/python/[email protected]/material/plugins/info/plugin.py:490
    with open(abs_src_path, encoding ="utf-8-sig") 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 #5b4be7c1316dc972 Filesystem access.
pkgs/python/[email protected]/material/plugins/info/plugin.py:532
    with open(project_config_file, encoding="utf-8-sig") 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 #8f1ae2ace5506ff6 Filesystem access.
pkgs/python/[email protected]/material/plugins/meta/plugin.py:60
            with open(file.abs_src_path, 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 env_fs dependency Excluded from app score #eaaa890f9f47dfde Filesystem access.
pkgs/python/[email protected]/material/plugins/offline/plugin.py:63
        with open(file, encoding = "utf-8") as f:

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

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

low env_fs dependency Excluded from app score #26bdeb06b8494a1d Filesystem access.
pkgs/python/[email protected]/material/plugins/offline/plugin.py:68
        with open(file, "w", encoding = "utf-8") as f:

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

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

low env_fs dependency Excluded from app score #1660569f365ec48d Filesystem access.
pkgs/python/[email protected]/material/plugins/optimize/plugin.py:101
                with open(self.manifest_file) as f:

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

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

low env_fs dependency Excluded from app score #7bd6bf6ad2c164f6 Filesystem access.
pkgs/python/[email protected]/material/plugins/optimize/plugin.py:155
            with open(self.manifest_file, "w") as f:

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

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

low env_fs dependency Excluded from app score #a60729ee7d52f8a7 Filesystem access.
pkgs/python/[email protected]/material/plugins/optimize/plugin.py:209
            with open(self.manifest_file, "w") as f:

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

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

low env_fs dependency Excluded from app score #09341d9ce4c6290e Filesystem access.
pkgs/python/[email protected]/material/plugins/optimize/plugin.py:255
        with open(file.abs_src_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 #6781f0df771533e4 Filesystem access.
pkgs/python/[email protected]/material/plugins/privacy/plugin.py:336
        with open(initiator.abs_src_path, 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 #c01a98de500d6581 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/material/plugins/privacy/plugin.py:492
                res = requests.get(
                    file.url,
                    headers = {
                        # Set user agent explicitly, so Google Fonts gives us
                        # *.woff2 files, which according to caniuse.com is the
                        # only format we need to download as it covers the range
                        # range of browsers we're officially supporting.
                        "User-Agent": " ".join(
                            [
                                "Mozilla/5.0 (Windows NT 10.0; Win64; x64)",
                                "AppleWebKit/537.36 (KHTML, like Gecko)",
                                "Chrome/98.0.4758.102 Safari/537.36",
                            ]
                        )
                    },
                    timeout=DEFAULT_TIMEOUT_IN_SECS,
                )

Data is sent to a hardcoded external 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 #fc70016189ed0870 Filesystem access.
pkgs/python/[email protected]/material/plugins/privacy/plugin.py:570
        with open(initiator.abs_src_path, 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 env_fs dependency Excluded from app score #4b873314d0d818c4 Filesystem access.
pkgs/python/[email protected]/material/plugins/privacy/plugin.py:659
        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 #72f2c0d00e25e9f1 Filesystem access.
pkgs/python/[email protected]/material/plugins/projects/plugin.py:105
                with open(self.manifest_file) as f:

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

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

low env_fs dependency Excluded from app score #971bc5e5c4844205 Filesystem access.
pkgs/python/[email protected]/material/plugins/projects/plugin.py:126
            with open(self.manifest_file, "w") as f:

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

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

low env_fs dependency Excluded from app score #1acebe44f0874e6d Filesystem access.
pkgs/python/[email protected]/material/plugins/projects/structure/__init__.py:152
        with open(file, 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 env_fs dependency Excluded from app score #936eb2e5371ea6d8 Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:141
                with open(self.manifest_file) as f:

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

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

low env_fs dependency Excluded from app score #12af6fd495321e90 Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:281
            with open(self.manifest_file, "w") as f:

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

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

low env_fs dependency Excluded from app score #487a1fd64eb00e02 Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:307
            with open(self.manifest_file, "w") as f:

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

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

low env_fs dependency Excluded from app score #6b6f322d6610673a Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:490
            with open(background.image, "rb") as f:

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

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

low env_fs dependency Excluded from app score #8b5882f87a18ce55 Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:756
            with open(path, 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 env_fs dependency Excluded from app score #d494fa965f1609b7 Filesystem access.
pkgs/python/[email protected]/material/plugins/social/plugin.py:819
            with open(path, encoding = "utf-8") as f:

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

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

low egress dependency Excluded from app score #ced4c890e1e870d5 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/material/plugins/social/plugin.py:886
        res = requests.get(url)

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

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

low egress dependency Excluded from app score #ec1fd834dd45a375 Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/material/plugins/social/plugin.py:899
            with requests.get(match) as res:

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

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

low env_fs dependency Excluded from app score #f1f669dcc8f43328 Filesystem access.
pkgs/python/[email protected]/material/plugins/tags/structure/mapping/storage/__init__.py:76
        with open(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 #2f22c8de7c3db691 Filesystem access.
pkgs/python/[email protected]/material/plugins/tags/structure/mapping/storage/__init__.py:90
        with open(path, "r", encoding = "utf-8") as f:

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

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

low env_fs dependency Excluded from app score #9519c4e0d31e0849 Environment-variable access.
pkgs/python/[email protected]/material/templates/__init__.py:37
if is_mkdocs() and not os.getenv("NO_MKDOCS_2_WARNING"):

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

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

low env_fs dependency Excluded from app score #0cb82f0495980554 Environment-variable access.
pkgs/python/[email protected]/material/templates/__init__.py:59
os.environ["NO_MKDOCS_2_WARNING"] = "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.

Skipped dependencies

Production

  • @codemirror/autocomplete prod — dist-only: no readable source
  • @codemirror/commands prod — dist-only: no readable source
  • @codemirror/lang-markdown prod — dist-only: no readable source
  • @codemirror/language prod — dist-only: no readable source
  • @codemirror/search prod — dist-only: no readable source
  • @codemirror/state prod — dist-only: no readable source
  • @codemirror/view prod — dist-only: no readable source
  • @headlessui/react prod — dist-only: no readable source
  • @radix-ui/react-tabs prod — dist-only: no readable source
  • @radix-ui/react-tooltip prod — dist-only: no readable source
  • @remix-run/cloudflare prod — dist-only: no readable source
  • @remix-run/cloudflare-pages prod — dist-only: no readable source
  • @remix-run/react prod — dist-only: no readable source
  • @unocss/reset prod — no javascript source
  • ai prod — dist-only: no readable source
  • class-variance-authority prod — dist-only: no readable source
  • framer-motion prod — dist-only: no readable source
  • jose prod — dist-only: no readable source
  • ollama-ai-provider prod — dist-only: no readable source
  • react-chartjs-2 prod — dist-only: no readable source
  • react-hotkeys-hook prod — dist-only: no readable source
  • react-resizable-panels prod — dist-only: no readable source
  • react-window prod — dist-only: no readable source
  • shiki prod — dist-only: no readable source
  • use-debounce prod — dist-only: no readable source