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.11.4

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.11.4
File Size Uploaded
zero_slop-2.11.4.tar.gz 162.0 kB Details

Built distribution (wheel)

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

Total release size: 244.4 kB

Release files / zero_slop-2.11.4.tar.gz

Download URL zero_slop-2.11.4.tar.gz
Size 162.0 kB
Tags Source
SHA-256 checksum
How to use checksums
b9a1e71f0e9dc6e252b0af0037fb5fbcb621d2f7a2ea58a5ffc5938e69c37ebe
BLAKE2b-256 checksum
How to use checksums
796d53fd3920a9b721b60d4a34bc2f32dd22c022b3b9263daff67ae3e27a3210
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 8, 2026.

Transparency log

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

Download URL zero_slop-2.11.4-py3-none-any.whl
Size 82.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
c5d1c8440a638e4e91da2bd1dec22b0361e2941d58ff89f482123cb8705a71bb
BLAKE2b-256 checksum
How to use checksums
3e07ba376775f30b27af7a5f3f299b77d14b693c128c7b2b7e3e4b709690e74a
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 8, 2026.

Transparency log

Release history Release notifications | RSS feed

2.12.1

2 release files

2.12.0

2 release files

2.11.6

2 release files

This release

2.11.4 This release

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