Welcome to our

Cyber Security News Aggregator

.

Cyber Tzar

provide a

cyber security risk management

platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.

Built SlopGuard - open-source defense against AI supply chain attacks (slopsquatting)

published on 2025-11-04 14:16:30 UTC by /u/techoalien_com
Content:

I was cleaning up my dependencies last month and realized ChatGPT had suggested "rails-auth-token" to me. Sounds legit, right? Doesn't exist on RubyGems.

The scary part: if I'd pushed that to GitHub, an attacker could register it with malware and I'd install it on my next build. Research shows AI assistants hallucinate non-existent packages 5-21% of the time.

I built SlopGuard to catch this before installation. It:

  • Verifies packages actually exist in registries (RubyGems, PyPI, Go modules)
  • Uses 3-stage trust scoring to minimize false positives
  • Detects typosquats and namespace attacks
  • Scans 700+ packages in 7 seconds

Tested on 1000 packages: 2.7% false positive rate, 96% detection on known supply chain attacks.

Built in Ruby, about 2500 lines, MIT licensed.

GitHub: https://github.com/aditya01933/SlopGuard

Background research and technical writeup: https://aditya01933.github.io/aditya.github.io/

Homepage https://aditya01933.github.io/aditya.github.io/slopguard

Main question: Would you actually deploy this or is the problem overstated? Most devs don't verify AI suggestions before using them.

submitted by /u/techoalien_com
[link] [comments]
Article: Built SlopGuard - open-source defense against AI supply chain attacks (slopsquatting) - published 1 day ago.

https://www.reddit.com/r/netsec/comments/1oo8a8j/built_slopguard_opensource_defense_against_ai/   
Published: 2025 11 04 14:16:30
Received: 2025 11 04 14:25:15
Feed: /r/netsec - Information Security News and Discussion
Source: /r/netsec - Information Security News and Discussion
Category: Cyber Security
Topic: Cyber Security
Views: 5

Custom HTML Block

Click to Open Code Editor