cc-audit 3.1.6

Security auditor for Claude Code skills, hooks, and MCP servers
Documentation
{
  "extends": ["@commitlint/config-conventional"],
  "rules": {
    "type-enum": [
      2,
      "always",
      [
        "feat",
        "fix",
        "docs",
        "style",
        "refactor",
        "perf",
        "test",
        "build",
        "ci",
        "chore",
        "revert"
      ]
    ],
    "subject-exclamation-mark": [2, "never"],
    "subject-case": [0, "always", "sentence-case"],
    "header-max-length": [2, "always", 100],
    "body-max-line-length": [0, "always", 200]
  }
}