cc-audit 3.11.8

Security auditor for Claude Code skills, hooks, and MCP servers
Documentation
1
2
3
4
# Reference existing repository (do not manage with Terraform)
data "github_repository" "cc_audit" {
  full_name = "${var.github_owner}/${var.repository_name}"
}