Beware of the OpenOSS/privacy-filter scam
Key point
A Hugging Face model impersonating a legitimate one has reportedly been found downloading malicious scripts.
Details
Hugging Face's Open-OSS/privacy-filter model has been identified as a scam impersonating openai/privacy-filter.
The post pointed out that decoding a hidden string inside the repository's loader.py reveals an external address, and the JSON from that address sends down a PowerShell command.
The key points are as follows.
- The
cmdin the response fromjsonkeeper.comtriggers Windows command execution. - The command is set up to download
update.batto a temp folder and then run it. - The post's author warned that this model downloads malicious files onto your computer.
- The legitimate model presented alongside it is
openai/privacy-filter.
In other words, this is less of a simple community complaint and more of a supply chain security warning about abuse of the AI model distribution channel. Developers downloading models from Hugging Face should always verify the repository source and loader script.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.