Close Open Privacy Scan

bolt Snapshot: commit a12929a
science engine v1.23
schedule 2026-07-28T10:13:38.372449+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

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

App Privacy Score

82 /100
Low privacy risk

Low risk · 265 finding(s)

Based on: 1 first-party package(s) · 8/8 deps analyzed

Dependency score: 82 (Low risk)

bar_chart Score Breakdown

egress −15
env_fs −3

list Scan Summary

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

swap_horiz External domains

::ffff:192.168.0.1about.readthedocs.orgapi.flattr.comapi.github.combrotlipy.readthedocs.iobugs.launchpad.netcdn.jsdelivr.netclick.palletsprojects.comcodespeak.netcommonmark.orgdatatracker.ietf.orgdeveloper.mozilla.orgdocs.pydantic.devdocs.python.orgdownload.gnome.orgduckduckgo.comen.wikipedia.orgfastapi.tiangolo.comflattr.comfonts.googleapis.comftp.gnu.orggist.github.comgithub.comgitlab.gnome.orggrokipedia.comhtml.duckduckgo.comhtml.spec.whatwg.orghttpbin.orglaunchpad.netlocalhost.tiangolo.comlxml.demodelcontextprotocol.iomy.nsmüller.denews.search.yahoo.comother.compeps.python.orgpurl.oclc.orgpypi.orgrelaxng.orgsearch.brave.comsearch.yahoo.comsethmlarson.devspdx.devstackoverflow.comstarlette.devswagger.iotools.ietf.orgtyper.tiangolo.comunpkg.comwww.apache.orgwww.bing.comwww.google.comwww.mojeek.comwww.python.orgwww.rfc-editor.orgwww.startpage.comwww.w3.orgwww.xmlsoft.orgwww.youtube.comxn--fiqs8s.icom.museumyandex.comzlib.net

</> First-Party Code

first-party (python)

python first-party
expand_more 17 low-confidence finding(s)

</> Dependencies

click

python dependency
expand_more 31 low-confidence finding(s)
low env_fs Filesystem access. 8 locations
low env_fs Environment-variable access. 23 locations

fake-useragent

python dependency
expand_more 1 low-confidence finding(s)
low env_fs dependency Excluded from app score #689e8d05ff926e18 capability detected · no path traced Filesystem access.
pkgs/python/[email protected]/src/fake_useragent/utils.py:77
        for line in json_path.read_text().splitlines():

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

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

fastapi

python dependency
expand_more 70 low-confidence finding(s)
low env_fs Filesystem access. 55 locations
low egress Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 12 locations
low env_fs tooling Excluded from app score unreachable #d4b1142ba6e47b48 capability detected · no path traced Environment-variable access.
pkgs/python/[email protected]/scripts/docs.py:129
    os.environ["DYLD_FALLBACK_LIBRARY_PATH"] = "/opt/homebrew/lib"

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

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

low egress Hardcoded external endpoint. Review what data is sent to this destination. 2 locations

lxml

python dependency
expand_more 54 low-confidence finding(s)
low env_fs Filesystem access. 34 locations
low env_fs Environment-variable access. 15 locations
low egress Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 5 locations

mcp

python dependency
expand_more 39 low-confidence finding(s)
low env_fs Environment-variable access. 16 locations
low egress Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 6 locations
low env_fs Filesystem access. 15 locations
low egress Hardcoded external endpoint. Review what data is sent to this destination. 2 locations

primp

python dependency
expand_more 44 low-confidence finding(s)
low egress Hardcoded external endpoint. Review what data is sent to this destination. 43 locations
low egress tooling Excluded from app score unreachable #172bb212415ee93f capability detected · no path traced Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination.
pkgs/python/[email protected]/crates/primp-python/examples/async_usage.py:25
        tasks = [client.get(url) for url in urls]

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

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

uvicorn

python dependency