Close Open Privacy Scan
App Privacy Score
Low risk · 166 finding(s)
Based on: 8 first-party package(s) · 21/21 deps analyzed
Dependency score: 82 (Low risk)
bar_chart Score Breakdown
list Scan Summary
swap_horiz External domains
::ffff:192.168.0.1brotlipy.readthedocs.iobugs.python.orgclick.palletsprojects.comdatatracker.ietf.orgdeveloper.mozilla.orgdiscuss.python.orgdocs.pydantic.devdocs.python.orgdocs.rsen.wikipedia.orgerrors.pydantic.devexam_ple.comfoo.comgist.github.comgit-scm.comgithub.bloggithub.comhttpbin.orghypothesis.readthedocs.iojson-schema.orglearn.microsoft.commodelcontextprotocol.iomypy.readthedocs.iomüller.denats.ioother.compackaging.python.orgpeps.python.orgpydantic-docs.helpmanual.iopypi.orgpython-devtools.helpmanual.ioraw.githubusercontent.comrequests.readthedocs.iorich.readthedocs.iostackoverflow.comstuk.github.iotools.ietf.orgunpkg.comwww.example.珠宝www.python.orgwww.rfc-editor.orgwww.w3.orgwww.xudongz.comxn--fiqs8s.icom.museum
</> First-Party Code
first-party (npm)
python first-partyexpand_more 5 low-confidence finding(s)
low env_fs — Filesystem access. 5 locations
first-party (python): src/fetch
python first-partyexpand_more 2 low-confidence finding(s)
low egress — Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 2 locations
</> Dependencies
click
python dependencyexpand_more 31 low-confidence finding(s)
low env_fs — Filesystem access. 8 locations
low env_fs — Environment-variable access. 23 locations
gitpython
python dependencyexpand_more 55 low-confidence finding(s)
low env_fs — Filesystem access. 32 locations
low env_fs — Environment-variable access. 23 locations
httpx
python dependencyexpand_more 4 low-confidence finding(s)
low env_fs — Environment-variable access. 4 locations
mcp
python dependencyexpand_more 39 low-confidence finding(s)
low env_fs — Environment-variable access. 16 locations
pkgs/python/[email protected]/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py:343
pkgs/python/[email protected]/examples/clients/simple-auth-client/mcp_simple_auth_client/main.py:344
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
pydantic
python dependencyexpand_more 9 low-confidence finding(s)
low env_fs — Filesystem access. 5 locations
readabilipy
python dependencyexpand_more 5 low-confidence finding(s)
low env_fs — Filesystem access. 5 locations
requests
python dependencyexpand_more 8 low-confidence finding(s)
low env_fs — Environment-variable access. 8 locations
tzlocal
python dependencyexpand_more 8 low-confidence finding(s)
low env_fs — Filesystem access. 5 locations
low env_fs — Environment-variable access. 2 locations
source = urlopen(WIN_ZONES_URL).read()
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.