Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions data/tools/sloppy-joe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: sloppy-joe
categories:
- linter
tags:
- security
- package
- rust
- python
- javascript
- go
- ruby
- php
- java
- csharp
license: Apache-2.0
types:
- cli
source: 'https://github.com/brennhill/sloppy-joe'
homepage: 'https://github.com/brennhill/sloppy-joe'
description: >-
Detect hallucinated, typosquatted, and non-canonical dependencies before they reach production.
Uses 11 mutation generators for typosquatting detection across 8 package ecosystems
(npm, PyPI, Cargo, Go, RubyGems, Packagist, Maven/Gradle, NuGet).
Catches AI-hallucinated packages, verifies dependency existence against live registries,
and checks OSV for known vulnerabilities. Designed as a supply chain security gate for CI pipelines.
Loading