Close Open Privacy Scan
App Privacy Score
Low risk · 109 finding(s)
Based on: 1 first-party package(s) · 6/6 deps analyzed
Dependency score: 82 (Low risk)
bar_chart Score Breakdown
list Scan Summary
swap_horiz External domains
::ffff:192.168.0.1api.coingecko.comapi.marketaux.combackend.userland.comblogs.law.harvard.edubrotlipy.readthedocs.iocointelegraph.comcreativecommons.orgcyber.law.harvard.edudatatracker.ietf.orgdeveloper.mozilla.orgdocs.python.orgfc.yahoo.comfeeds.content.dowjones.iofinance.yahoo.comfreshmeat.netgithub.comhacks.benhammersley.comhttpbin.orgipinfo.iomadskills.commedia.tangent.orgmodelcontextprotocol.iomy.netscape.commy.theinfo.orgmüller.deother.compastebin.compodlove.orgpostneo.comprismstandard.orgpurl.orgpypi.python.orgpython-tradingview-ta.readthedocs.ioquery1.finance.yahoo.comquery2.finance.yahoo.comreddit.comrequests.readthedocs.iorssnamespace.orgs3-symbol-logo.tradingview.comscanner.tradingview.comschemas.pocketsoap.comschemas.xmlsoap.orgsearch.cnbc.comsearch.yahoo.comstackoverflow.comsymbol-search.tradingview.comtools.ietf.orgtradingview.brianthe.devweb.resource.orgwebns.netwellformedweb.orgwww.coindesk.comwww.georss.orgwww.itunes.comwww.opengis.netwww.python.orgwww.reddit.comwww.rfc-editor.orgwww.tradingview.comwww.w3.orgxmlns.comxn--fiqs8s.icom.museum
</> First-Party Code
first-party (python)
python first-partyexpand_more 43 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. 15 locations
low env_fs — Filesystem access. 2 locations
low env_fs — Environment-variable access. 24 locations
low egress — Hardcoded external endpoint. Review what data is sent to this destination. 2 locations
</> Dependencies
feedparser
python dependencyexpand_more 10 low-confidence finding(s)
low env_fs — Filesystem access. 4 locations
low egress — Outbound request to a variable or assembled URL on a network client. Review what data is sent to this destination. 2 locations
low env_fs — Environment-variable access. 4 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
requests
python dependencyexpand_more 8 low-confidence finding(s)
low env_fs — Environment-variable access. 8 locations
tradingview-screener
python dependencyexpand_more 1 low-confidence finding(s)
r = requests.post(self.url, json=self.query, **kwargs)
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.
tradingview-ta
python dependencyexpand_more 4 low-confidence finding(s)
with open("README.md", "r") as fh:
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.
req = requests.post(
"https://symbol-search.tradingview.com/symbol_search", params={"text": text, "type": type})
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.