Skip to main content

authorecon

Four checks that run before research output leaves your hands. No dependencies, each one exits non-zero when it finds something, so they gate a build or a send.

pip install authorecon

submission-scrub

Refuses to let a file reach a human with agent artifacts still in it.

submission-scrub paper.tex
submission-scrub --dir submission/

It looks where prose review does not: LaTeX % comments, HTML and markdown comments, code comments, and instruction-shaped sentences addressed to the author rather than the reader. Reading a file over is not a check.

This exists because a .tex formatted with AI assistance was submitted to a journal with the assistant's own instructions still in the source. The file read fine. Nobody scrolled the comments. The editor issued a one-year ban.

slop-scan

Finds the structural habits that make prose read as machine-written.

slop-scan paper.md
slop-scan --strict draft.md      # fail on any hit, not only blocking ones

The usual advice is to grep for a word list — delve, tapestry, leverage. That catches the vocabulary and misses the writing. What actually reads as generated is structural: the contrastive pair that asserts a thing by denying its opposite, the announced candour that tells the reader a sentence is honest instead of being honest, the triad padded from two real items to three, the paragraph that ends by restating itself, em dashes three to a paragraph.

None of those contain a flagged word. All of them survive a word-list scan. So this looks for shapes. Hits are a reading list rather than an edit — a genuine contrast is a genuine contrast — and the blocking classes are the ones that have never once been right.

software-inventory

Reports which of your repositories are in a state anyone could actually cite.

software-inventory ~/code/project-a ~/code/project-b --json out.json
software-inventory . --markdown

Per tree: remote, branch, licence, citation metadata, entry points, and every module with its first docstring line. Then the gaps as a list. A tree with no licence cannot be reused by someone who read the paper it belongs to; a module with no docstring cannot be understood without reading it.

It reads the working copy rather than the remote, which is how it caught a repository whose licence existed on GitHub while the code did not exist there at all.

zenodo-precheck

Refuses to deposit something already deposited.

zenodo-precheck "A Title You Are About To Deposit"
zenodo-precheck --all-drafts papers/
zenodo-precheck --software ./my-repo --related 10.5281/zenodo.1234567

Set ZENODO_TOKEN to include your own unpublished drafts, which no public search can see.

The title mode catches a record you forgot you made. The --software mode answers a different question: it lists the files attached to every related record, looks inside any archive among them, and compares that against what your repository actually tracks. A title check answers has this name been used. It cannot answer has this content been deposited, and for software the second question is the one that matters — source is routinely published as a zip attached to a paper, under a name that resembles nothing.

Both failures these guard against happened, a few hours apart, to the author.

Licence

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

authorecon-0.2.0.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

authorecon-0.2.0-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

Details for the file authorecon-0.2.0.tar.gz.

File metadata

  • Download URL: authorecon-0.2.0.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for authorecon-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c290cc6d867ea912e8be12c956b477d5327f4a2be90c4842a5f8d23eb6b790e1
MD5 a310abd91e80d3c4b27006382da9c59a
BLAKE2b-256 1099e8e337cfec646a374b36aeff8b1501d3cb0d973df01b5270fe30bff1b79b

See more details on using hashes here.

File details

Details for the file authorecon-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: authorecon-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for authorecon-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0a1e5180e670da8ebf05a1d1429054ee0ea44201c6dae672cb814a0ce97e48dd
MD5 72cc101c1403bca44be4c7382ac3e279
BLAKE2b-256 b2fab3242492750d1365bc47d22ab8bc4f52348ba8c2fbb33bc61fccbd9b3ec2

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.0

2 files

1.0.0

2 files

This release

0.2.0 This release

2 files

0.1.0

2 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