Close Open Privacy Scan

bolt Snapshot: commit 04f449b
science engine v1.23
schedule 2026-07-26T20:06:41.231904+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

App Privacy Score

92 /100
Low privacy risk

Low risk · 1104 finding(s)

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

Dependency score: 82 (Low risk)

bar_chart Score Breakdown

egress −5
env_fs −3

list Scan Summary

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

swap_horiz External domains

aggregate.ee.engr.uky.eduapi.nuget.orgapi.slack.comapi.telegram.orgarxiv.orgbetterexplained.combugreports.qt.iobugs.python.orgbugs.winehq.orgbugzilla.gnome.orgcdn.mathjax.orgcens.ioc.eecode.activestate.comcore.telegram.orgcrates.iodata-apis.orgdevblogs.nvidia.comdigitalassets.lib.berkeley.edudiscord.comdiscordpy.readthedocs.iodmlc.github.iodoc.rust-lang.orgdocbook.sourceforge.netdocs.nvidia.comdocs.pytest.orgdocs.python.orgdocs.rsdocs.scipy.orgdoi.orgen.wikipedia.orggcc.gnu.orggithub.comgitlab.freedesktop.orggraphics.stanford.edugroups.google.comimageio.readthedocs.ioimg.shields.ioipython.orgipywidgets.readthedocs.ioitanium-cxx-abi.github.ioj3-fortran.orgjupyter-client.readthedocs.orglibsdl.orglists.llvm.orgllvm.orgmathworld.wolfram.commatplotlib.orgmembers.loria.frmesonbuild.commetacpan.orgnbformat.readthedocs.orgnicolas.limare.netnumba.discourse.groupnumba.pydata.orgnumba.readthedocs.ionumpy.orgnumpydoc.readthedocs.iooeis.orgopenaipublic.azureedge.netopenaipublic.blob.core.windows.netpackages.msys2.orgpandas.pydata.orgpeople.eecs.berkeley.edupersonal.math.ubc.capyinstaller.readthedocs.iopypi.orgpypi.python.orgraw.githubusercontent.comschemas.microsoft.comscikit-image.orgscipy-cookbook.readthedocs.ioscipy-lectures.orgsourceware.orgssabook.gforge.inria.frstackoverflow.comtechnet.microsoft.comtqdm.github.iotravis-ci.comtruststore.readthedocs.iotyping.python.orgunlicense.orgviews.scientific-python.orgw.wikiweb.archive.orgwiki.ubuntu.comwixtoolset.orgwrapdb.mesonbuild.comwww-cs-faculty.stanford.eduwww.ams.orgwww.ecma-international.orgwww.google.comwww.intel.comwww.kernel.orgwww.math.hmc.eduwww.mathjax.orgwww.mathworks.comwww.numberanalytics.comwww.oasis-open.orgwww.openblas.netwww.picloud.comwww.python.orgwww.scipy.orgwww.stixfonts.orgwww.tysto.comwww.w3.orgwww.xyz.eduwww.youtube.com

</> First-Party Code

first-party (python)

python first-party
expand_more 10 low-confidence finding(s)
low env_fs Filesystem access. 8 locations
low egress production #47fe14dab3b9a96e 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.
repo/whisper/__init__.py:73
    with urllib.request.urlopen(url) as source, open(download_target, "wb") as output:

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 production #aa52d2f38f8b7458 capability detected · no path traced Environment-variable access.
repo/whisper/__init__.py:134
        download_root = os.path.join(os.getenv("XDG_CACHE_HOME", default), "whisper")

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

more-itertools

python dependency
expand_more 2 low-confidence finding(s)

numba

python dependency
expand_more 74 low-confidence finding(s)
low env_fs Filesystem access. 47 locations
low env_fs Environment-variable access. 27 locations

numpy

python dependency
expand_more 982 low-confidence finding(s)
low env_fs Filesystem access. 618 locations
low env_fs Environment-variable access. 356 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
low egress Hardcoded external endpoint. Review what data is sent to this destination. 3 locations

Skipped dependencies

Production

  • torch prod — no sdist (wheels only)
  • triton prod — no sdist (wheels only)