Skip to content

AISlop

v0.1.3 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-slop ai-slop-detection cli code-quality code-review
+13 more
developer-tools go javascript linter php pre-commit pull-request python quality-gate ruby rust static-analysis typescript

Summary

AI summary

Scoring penalties are now proportional to codebase size.

Full changelog

What's Changed

Fixed

  • Scoring penalties are now proportional to codebase size — a single issue in a 200-file project no longer tanks the score the same as in a 2-file project (fixes #9)
  • Add smoothing to scoring config schema (was missing, causing TypeScript error)
  • Fix calculateScore to correctly pass sourceFileCount and smoothing as separate arguments
  • Compact countParams to keep complexity.ts under the 400-line limit after biome formatting

Added

  • 52 comprehensive scoring tests covering severity ordering, engine weights, edge cases, and density-aware scoring
  • Configurable scoring.smoothing option (default: 10) for issue-density normalization
  • 285 total tests across 13 test files

Shoutout

Thanks to @yashrajoria for the density-aware scoring contribution in PR #12 and for identifying the config schema fix — your work laid the foundation for the proportional scoring in this release.

Full Changelog: https://github.com/heavykenny/aislop/compare/v0.1.2...v0.1.3

What's Changed

  • fix(scoring): make single-issue penalties proportional by @yashrajoria in https://github.com/heavykenny/aislop/pull/12
  • release: v0.1.2 — scoring fixes, formatting, comprehensive tests by @heavykenny in https://github.com/heavykenny/aislop/pull/15
  • release: v0.1.3 by @heavykenny in https://github.com/heavykenny/aislop/pull/17

New Contributors

  • @yashrajoria made their first contribution in https://github.com/heavykenny/aislop/pull/12

Full Changelog: https://github.com/heavykenny/aislop/compare/v0.1.2...v0.1.3

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track AISlop

Get notified when new releases ship.

Sign up free

About AISlop

All releases →

Related context

Beta — feedback welcome: [email protected]