{
  "schemaVersion": "1.0",
  "slug": "husky",
  "title": "Husky",
  "kind": "hook",
  "summary": "Git hook tooling for JavaScript and TypeScript projects.",
  "sourceUrl": "https://github.com/typicode/husky",
  "agentAccess": "approved",
  "license": {
    "spdx": "MIT",
    "allowsClosedSourceUse": true,
    "requiresNotice": true,
    "noLicenseFee": true
  },
  "install": {
    "steps": [
      "Inspect the hook command and arguments.",
      "Run it locally on sample changes.",
      "Enable it only after expected false positives are understood."
    ]
  },
  "outputs": [
    "hook result",
    "scan finding",
    "blocked-change reason"
  ],
  "usage": {
    "whyUse": "Use it when a project needs Node project hooks that should run before commits or pushes and the team wants inspectable provenance before adoption.",
    "whenToUse": [
      "You need Node project hooks that should run before commits or pushes.",
      "The upstream README and license fit the target project.",
      "You can test the integration on non-production data first."
    ],
    "whenNotToUse": [
      "The hook would run unreviewed shell commands.",
      "Blocking behavior would stop unrelated developer work."
    ],
    "safetyNotes": [
      "Keep required license notices when redistributing copied source or bundled code.",
      "Use dry-run or warn mode first.",
      "Keep bypass and rollback steps documented."
    ]
  },
  "repository": {
    "owner": "typicode",
    "name": "husky",
    "stars": 35171,
    "defaultBranch": "main"
  },
  "lifecycle": {
    "githubUpdatedAt": "2026-06-27T05:05:32Z",
    "githubPushedAt": "2026-03-19T23:03:16Z",
    "lastVerifiedAt": "2026-06-27T00:00:00.000Z"
  }
}