Close Open Privacy Scan

bolt Snapshot: commit 788ff92
science engine v1.23
schedule 2026-07-27T23:14:43.266484+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

97 /100
Low privacy risk

Low risk · 275 finding(s)

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

Dependency score: 72 (Medium risk)

bar_chart Score Breakdown

env_fs −3

list Scan Summary

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

swap_horiz External domains

blogs.msdn.combugs.jython.orgbugs.python.orgcdn.jsdelivr.netclick.palletsprojects.comcode.activestate.comcode.djangoproject.comcode.google.comcommonmark.orgcryptography.iocvsweb.openwall.comdatatracker.ietf.orgdev.mysql.comdeveloper.apple.comdeveloper.mozilla.orgdiscuss.python.orgdjangosnippets.orgdocs.pydantic.devdocs.python.orgdocs.rsen.wikipedia.orgerrors.pydantic.devexam_ple.comfastapi.tiangolo.comfonts.googleapis.comfoo.comforum.md5decrypter.co.ukfoss.heptapod.netfxr.googlebit.comgist.github.comgithub.comhtml.spec.whatwg.orghypothesis.readthedocs.ioinotify.aiken.czjson-schema.orglocalhost.tiangolo.commodelcontextprotocol.iomypy.readthedocs.ionats.iopackaging.python.orgpasslib.readthedocs.iopeps.python.orgpgp.mit.edupydantic-docs.helpmanual.iopyjwt.readthedocs.iopypi.orgpypi.python.orgpython-devtools.helpmanual.ioraw.githubusercontent.comrich.readthedocs.iosethmlarson.devspdx.devstarlette.devswagger.iotimgolden.me.uktyper.tiangolo.comunpkg.comus.generation-nt.comwww.apache.orgwww.dynamic.net.auwww.eff.orgwww.example.珠宝www.faqs.orgwww.iana.orgwww.linuxjournal.comwww.mindrot.orgwww.mlsite.netwww.openbsd.orgwww.openwall.comwww.python.orgwww.rfc-editor.orgwww.theregister.co.ukwww.w3.orgwww.xudongz.comwww.youtube.com

</> First-Party Code

</> Dependencies

typer

python dependency
medium telemetry dependency Excluded from app score #a7f4870d91170efa capability detected · no path traced Telemetry/analytics SDK usage detected. Confirm user consent and that no PII is sent without a lawful basis.
pkgs/python/[email protected]/docs_src/progressbar/tutorial001_py310.py:12
    for value in track(range(100), description="Processing..."):

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

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

expand_more 66 low-confidence finding(s)
low env_fs Filesystem access. 37 locations
low env_fs Environment-variable access. 29 locations

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

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 #01159111ca923e0a 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

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

pyjwt

python dependency
expand_more 5 low-confidence finding(s)
low env_fs tooling Excluded from app score unreachable #a4076a35af512be3 capability detected · no path traced Filesystem access.
pkgs/python/[email protected]/docs/conf.py:11
    with open(os.path.join(here, *parts), 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 Environment-variable access. 3 locations
low egress dependency Excluded from app score #a2eb87e72b6c3ca1 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]/jwt/jwks_client.py:118
            with urllib.request.urlopen(
                r, timeout=self.timeout, context=self.ssl_context
            ) as response:

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

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

uvicorn

python dependency

watchdog

python dependency
expand_more 5 low-confidence finding(s)
low env_fs dependency Excluded from app score #d9b38c5fcb70b6df capability detected · no path traced Environment-variable access.
pkgs/python/[email protected]/setup.py:26
if is_macos or os.getenv("FORCE_MACOS_MACHINE", "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 Filesystem access. 4 locations