·s-audit
!

s-audit

falkicon/mechanic

Comprehensive quality analysis for WoW addons. Combines security, complexity, deprecation, and dead code analysis into a single audit workflow. Triggers: audit, quality, analysis, review, check, scan.

2Installs·0Trend·@falkicon

Installation

$npx skills add https://github.com/falkicon/mechanic --skill s-audit

SKILL.md

| Security Analysis | addon.security(addon="MyAddon") | | Complexity Analysis | addon.complexity(addon="MyAddon") | | Deprecation Scan | addon.deprecations(addon="MyAddon") | | Dead Code Detection | addon.deadcode(addon="MyAddon") |

| combatviolation | Protected API without InCombatLockdown() guard | Error | | secretleak | Logging/storing secret values (12.0+) | Error | | taintrisk | Unsafe global modifications | Warning | | unsafeeval | loadstring/RunScript with variable input | Warning | | addoncomm | Unvalidated message parsing | Info |

| deepnesting | > 5 levels | Excessive if/for/while nesting | | longfunction | > 100 lines | Functions too long to understand | | longfile | > 500 lines | Files that should be split | | magicnumber | pattern-based | Unexplained numeric literals | | duplicatecode | > 10 lines | Near-identical code blocks |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/falkicon/mechanic --skill s-audit
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is s-audit?

Comprehensive quality analysis for WoW addons. Combines security, complexity, deprecation, and dead code analysis into a single audit workflow. Triggers: audit, quality, analysis, review, check, scan. Source: falkicon/mechanic.

How do I install s-audit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/falkicon/mechanic --skill s-audit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/falkicon/mechanic

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-01