Skip to main content

Zero Slop

Find AI-sounding writing. Keep the source intact.

A prose linter that scores text 0–100 for stock phrasing, mechanical rhythm, vague claims, and canned formatting, then tells you which phrases produced the number. It runs offline, uses only the Python standard library, and has no runtime dependencies.

The score describes the writing. It does not identify who wrote it. Zero Slop is not an AI detector and must not be used as one.

Install

pip install zero-slop

Use it

slopscore draft.md                      # readable report
slopscore --json draft.md               # machine-readable
slopscore --explain draft.md            # report, reasons, line-by-line map
slopscore --batch docs/ --gate 25       # exits non-zero above the threshold
slopscore --fidelity before.md after.md # did the rewrite keep the facts?
cat draft.md | slopscore                # stdin

As a library

from zero_slop import load_patterns, score_text

data = load_patterns()
score_text("We are thrilled to announce a transformative solution.", data)["ai_likelihood"]
# 99.3

In CI

- uses: manavmishra/ZeroSlop@v2.11.4
  with:
    path: docs
    gate: "25"

As a pre-commit hook

repos:
  - repo: https://github.com/manavmishra/ZeroSlop
    rev: v2.11.4
    hooks:
      - id: zero-slop
        args: [--gate, "25"]

What the score means

Human reference samples score 9–21. Unedited model output averages 77. Those are reference points, not boundaries. The scoring was run over 7,627 abstracts from the MIT-licensed RAID+ dataset and all 2,187 Beemo records; the drafts, outputs, and hashes are in the repository so the numbers can be reproduced.

The scorer handles about 500 documents per second on a single machine, so it is usable as a batch gate rather than only an interactive tool.

Rewriting

This package is the scorer. The full editorial workflow — where your own AI assistant rewrites the draft across copy-desk and read-aloud passes, and a local fact gate rejects any revision that adds or drops a name, number, quotation, or link — ships as an Agent Skill:

npx skills add manavmishra/ZeroSlop --global

Release files for zero-slop 2.12.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for zero-slop 2.12.1
File Size Uploaded
zero_slop-2.12.1.tar.gz 167.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for zero-slop 2.12.1
File Interpreter ABI Platform
zero_slop-2.12.1-py3-none-any.whl Python 3 none any Details

Total release size: 250.0 kB

Release files / zero_slop-2.12.1.tar.gz

Download URL zero_slop-2.12.1.tar.gz
Size 167.5 kB
Tags Source
SHA-256 checksum
How to use checksums
f5dadf6868bc338460232c4642823a3d02d14cb07282d3327dd3ea4bde095127
BLAKE2b-256 checksum
How to use checksums
a1c916b9dc15f3a24d2369dcd5fe1f940de367a3072734ec37312d174992cad7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.

Transparency log

Release files / zero_slop-2.12.1-py3-none-any.whl

Download URL zero_slop-2.12.1-py3-none-any.whl
Size 82.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2673dd0766b335e811c05f67a8a40bbca1d24589acb2ce5d691d77d9c7f46199
BLAKE2b-256 checksum
How to use checksums
48cec9f245bd76fef6b1356f8c6dc805fa9207cb16e4da95d875d4ac35e59078
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.12.1 This release

2 release files

2.12.0

2 release files

2.11.6

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page