No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →
by dmmulroy · Agent Tool · ★ 4.3k
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is anti-slop safe to install? View the security audit →
anti-slop Opinionated Oxlint rules that reject low-evidence and low-signal TypeScript and JavaScript patterns. This project is meant to be vendored, not treated as a fixed npm dependency. Copy the rules into your repository, read them, and change them to match your team's standards. The bundled agent skill handles the initial copy and configuration; after that, the vendored files are yours to maintain and make your own. Install with an agent skill Then ask your coding agent to install or configure anti-slop in the current repository. The skill copies the plugin, installs current Oxlint dependencies, merges the plugin into the existing lint configuration, enables every rule, and validates the result. To inspect available skills first: Manual local installation Copy into the target repository, for example at , and install matching current versions of and . Register the copied entry point in : ts import { defineConfig } from "oxlint"; export default defineConfig({ jsPlugins: [ { name: "anti-slop", specifier: "./tools/oxlint/anti-slop/index.ts" }, ], rules: { "anti-slop/no-chained-type-assertions": "error", "anti-slop/no-conditional-empty-object-spre
| Stars | 4,266 |
| Forks | 94 |
| Language | TypeScript |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 71.2726928266424/100 |
| Open Issues | 1 |
| Last Updated | 2026-09-10 |
| Created | 2026-08-12 |
| Platforms | node |
| Est. Tokens | ~10k |
These tools work well together with anti-slop for enhanced workflows:
Looking for a anti-slop alternative? If you're comparing anti-slop with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cr
The official TypeScript SDK for Model Context Protocol servers and clients
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Claude-first paid-media operations skill for Claude Code across 12 ad platforms (Google, Meta, YouTube, Linked
The first open-source agent skills builder. Define skills by vibe workflow, run on Claude Code, Cursor, Codex
Explore other popular agent tool tools:
anti-slop is Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns. It is categorized as a Agent Tool with 4.3k GitHub stars.
anti-slop is primarily written in TypeScript. It covers topics such as agent-skills, linting, oxlint.
You can find installation instructions and usage details in the anti-slop GitHub repository at github.com/dmmulroy/anti-slop. The project has 4.3k stars and 94 forks, indicating an active community.
anti-slop is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to anti-slop on Agent Skills Hub include claude-scientific-skills, mcp-for-beginners, typescript-sdk. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.
Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.
The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.
Sources & who's responsible: