Skip to content

Releases: loicguillois/slopwatch

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 13:47

Full Changelog: v0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:34

Full Changelog: v0...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:11

Full Changelog: v0...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:07

Full Changelog: v0...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:03

Full Changelog: v0...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 10:31

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@loicguillois loicguillois released this 01 Mar 22:41

slopwatch v0.1.0

Detect slopsquatting attacks — AI-hallucinated packages registered by attackers in your npm and PyPI dependencies.

Features

  • Statistical trust scoring (0-100) based on package metadata — no dictionary of known-bad names
  • Supports package.json, requirements.txt, pyproject.toml
  • Output formats: terminal (colored), JSON, SARIF
  • GitHub Action with automatic SARIF upload to Security tab
  • Pre-built binaries for Linux, macOS (Intel + Apple Silicon), Windows

Usage as GitHub Action

- uses: loicguillois/slopwatch@v0.1.0
  with:
    path: "."
    format: "sarif"