Skip to content

modularcloud/fuzz-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fuzz-audit

Randomly select a location in your codebase and audit the surrounding code. Surfaces bugs, missing tests, documentation drift, and improvement opportunities that hide in code nobody's looked at in a while.

Install

npm

npm install -g fuzz-audit

skill.sh

npx skills add modularcloud/fuzz-audit

Claude Code skill

claude skill install --from https://github.com/modularcloud/fuzz-audit fuzz-audit

CLI

fuzz-audit file [dir]    Pick a random git-tracked file
fuzz-audit line <file>   Pick a random line from a file
fuzz-audit prompt        Print the fuzz-audit skill prompt

Usage

Run the skill in Claude Code:

/fuzz-audit

What it does

  1. Picks a random code file (respects .gitignore)
  2. Picks a random line in that file
  3. Identifies the function/method containing that line
  4. Audits the code for:
    • Implementation bugs and security issues
    • Misuse across the codebase
    • Missing or weak test coverage
    • Documentation drift
    • Robustness, idiomacy, and performance improvements
  5. Creates GitHub issues for any problems found

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors