Close Open Privacy Scan
App Privacy Score
Medium risk · 400 finding(s)
Based on: 1 first-party package(s) · 0/0 deps analyzed
Dependency score: 100 (Low risk)
bar_chart Score Breakdown
list Scan Summary
swap_horiz Potential data exfiltration in application code
External domains:
api.github.comarxiv.orgawsdocs-neuron.readthedocs-hosted.combfl.aiblackforestlabs.aiblog.fal.aicivitai.comd2drjpuinn46lb.cloudfront.netdiscuss.pytorch.orgdocs.pytorch.orgen.wikipedia.orgencrypted-tbn0.gstatic.comfacebookresearch.github.iogithub.comhf.cohuggingface.coi2vgen-xl.github.ioimages.cocodataset.orgimages.pexels.comlaion.ailh3.googleusercontent.comlibrosa.orgmarigoldcomputervision.github.iomarigoldmonodepth.github.iomedia.githubusercontent.como7ywnmrahorts457.us-east-1.aws.endpoints.huggingface.cloudpillow.readthedocs.ioptccx55jz97f9zgo.us-east-1.aws.endpoints.huggingface.cloudpypi.orgpytorch.orgq1bj3bpq6kzilnsu.us-east-1.aws.endpoints.huggingface.cloudqc6479g0aac6qwy9.us-east-1.aws.endpoints.huggingface.cloudraw.githubusercontent.comremote-text-encoder-flux-2.huggingface.cotest.pypi.orgtestpypi.python.orguser-images.githubusercontent.comwhhx50ex1aryqvw6.us-east-1.aws.endpoints.huggingface.cloudwww.aiml.informatik.tu-darmstadt.dewww.nvidia.comx2dmsqunjd6k9prw.us-east-1.aws.endpoints.huggingface.cloudxjqqhmyn62rog84g.us-east-1.aws.endpoints.huggingface.cloud
- 1source
repo/utils/label_issues.py:91 - 2sink
repo/utils/label_issues.py:117
</> First-Party Code
first-party (python)
python first-party print(json.dumps(labels))
PII-bearing data is written to a log/print sink — it stays in-process and does not leave the application, but logged PII is still a privacy concern.
Fix: Avoid logging user identifiers; redact or omit PII from log/print statements.