Close Open Privacy Scan

bolt Snapshot: commit b666d16
science engine v1.23
schedule 2026-07-25T01:06:11.068941+00:00

verified_user No application data leak found

No high-confidence exfiltration was found in application code.

App Privacy Score

87 /100
Low privacy risk

Low risk · 49 finding(s)

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

Dependency score: 82 (Low risk)

bar_chart Score Breakdown

egress −10
env_fs −3

list Scan Summary

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

swap_horiz External domains

aka.msapi.slack.comapi.telegram.orgatlas.nomic.aiconsole.groq.comconsole.mistral.aicore.telegram.orgdiscord.comdiscord.ggdiscordpy.readthedocs.iodocs.gpt4all.iodocs.python.orgen.wikipedia.orggithub.comgpt4all.iogroq.comhttpbin.orghuggingface.coipywidgets.readthedocs.iomistral.aiopenai.complatform.openai.compt.wikipedia.orgpypi.orgrequests.readthedocs.iostackoverflow.comterms.naer.edu.twtqdm.github.iowww.nomic.aiwww.python.orgzh.wikipedia.org

</> First-Party Code

first-party (python): gpt4all-bindings/python

python first-party
expand_more 4 low-confidence finding(s)
low egress production #685562a74c7842a9 capability detected · no path traced Hardcoded external endpoint. Review what data is sent to this destination.
repo/gpt4all-bindings/python/gpt4all/gpt4all.py:311
        resp = requests.get("https://gpt4all.io/models/models3.json")

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 production #4cb1629b41c83514 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/gpt4all-bindings/python/gpt4all/gpt4all.py:411
            response = requests.get(url, stream=True, headers=headers)

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 Filesystem access. 2 locations

</> Dependencies

jinja2

python dependency
expand_more 7 low-confidence finding(s)
low env_fs Filesystem access. 6 locations
low egress dependency Excluded from app score #f9b5d31c3d67b88b 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]/src/jinja2/bccache.py:390
            code = self.client.get(self.prefix + bucket.key)

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.