slop-check

slop-check is a skill for Claude Code from iansmith/slopstop. It costs 55 tokens per session (2,735 once invoked), scanned A, original, no licence file.

A report-only checker for suspicious changes in a code branch. It looks for tests altered to pass without checking real behavior, including reversed assertions, tests that can never fail, and hidden errors.

In plain words
What is it for?
Use it to inspect a branch diff, locate each suspicious test change, rate its severity, and get an overall verdict.
Why use it?
It can reveal when automated or hurried edits make a test suite look healthy without providing reliable protection.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the slopstop plugin — 19 skills, 5 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/iansmith/slopstop/slop-check
Any agent
npx skills add iansmith/slopstop --skill slop-check
Clone the repo
git clone --depth 1 https://github.com/iansmith/slopstop

Made for: Claude Code.

Or install slopstop, the plugin that ships this one along with the rest of its 19 skills, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slop-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/iansmith/slopstop/slop-check.svg)](https://agentmods.dev/skills/iansmith/slopstop/slop-check)
Your own site
<a href="https://agentmods.dev/skills/iansmith/slopstop/slop-check"><img src="https://agentmods.dev/badge/skills/iansmith/slopstop/slop-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02735
Opus 5 $0.00028 $0.01367
Sonnet 5 $0.00011 $0.00547
Haiku 4.5 $0.00006 $0.00274

Measured 6d ago against content hash 268e4059a709, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

slop-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/slop-check/SKILL.md · 193 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 193 lines · 55 tokens per session scan A 268e4059a709

Subscribe to this mod's changes

slop-check is a skill published in the GitHub repository iansmith/slopstop (2 stars, last pushed yesterday), with no licence file. It adds 55 tokens to every session and 2,735 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

coverage-check

Run the repo's unit tests with coverage and verify that every file touched in the current change keeps line, branch, and function coverage at or above 95%. Language- and framework-agnostic. Use before committing, before PR creation, or when the user asks about coverage.

theam/claude-dev-kit · 59 tokens

launch-plan

Generate a comprehensive launch checklist from a PRD, covering release criteria, QA, comms, rollback, metrics, and stakeholder prep. Slash command: /launch.

shaan-ad/pm-os · 0 tokens

release-notes

Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.

kenryu42/cc-safety-net · 65 tokens

integration-e2e-testing

Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.

shinpr/claude-code-workflows · 42 tokens

verify-and-ship

Run all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.

cyrusagents/cyrus · 39 tokens

mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 48 tokens