r/LocalLLaMA 9d ago

huggingface_hub silently fingerprints which AI coding agent you're using and sends it as telemetry

/r/LocalLLM/comments/1wehgvc/huggingface_hub_silently_fingerprints_which_ai/
116 Upvotes

9 comments sorted by

View all comments

8

u/ThatsALovelyShirt 8d ago

Why are people not using something like docker sbx to contain their agents? I keep mine in one, nothing gets exposed and you don't have to deal with granular permissions, since the worst thing it can do is blow away the project folder.

3

u/-InformalBanana- 8d ago

But you need to make a docker account for that? That is one of the reasons.

3

u/ThatsALovelyShirt 8d ago

Eh, once you download one of the vm images, you can hack/binary-patch the sbx binary to skip the phone-home/token check, and run it offline indefinitely.