cc-audit 3.11.8

Security auditor for Claude Code skills, hooks, and MCP servers
Documentation
{
  "name": "safe-example",
  "version": "1.0.0",
  "description": "Example package.json with proper security practices",
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "lint": "eslint ."
  },
  "dependencies": {
    "express": "^4.18.2",
    "lodash": "^4.17.21",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "typescript": "^5.3.0",
    "vitest": "^1.0.0",
    "eslint": "^8.55.0"
  }
}