{"id":50514237,"url":"https://github.com/buvis/claude-checkup","last_synced_at":"2026-06-02T22:32:08.630Z","repository":{"id":357081709,"uuid":"1235290802","full_name":"buvis/claude-checkup","owner":"buvis","description":"Health-check and audit skills for Claude Code","archived":false,"fork":false,"pushed_at":"2026-05-11T14:41:26.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-11T16:37:15.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buvis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-11T07:25:22.000Z","updated_at":"2026-05-11T14:54:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/buvis/claude-checkup","commit_stats":null,"previous_names":["buvis/claude-audit-suite","buvis/claude-checkup"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/buvis/claude-checkup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-checkup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-checkup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-checkup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-checkup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buvis","download_url":"https://codeload.github.com/buvis/claude-checkup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buvis%2Fclaude-checkup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33840213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T22:32:07.743Z","updated_at":"2026-06-02T22:32:08.624Z","avatar_url":"https://github.com/buvis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Checkup\n\n[![GitHub license](https://img.shields.io/github/license/buvis/claude-checkup)](https://github.com/buvis/claude-checkup/blob/master/LICENSE)\n\nA health-check toolkit for [Claude Code](https://claude.ai/code). Thirteen focused audit skills plus a single orchestrator that runs them all, prints a dashboard, and produces a prioritized remediation plan.\n\n## What it audits\n\n| Skill | Catches |\n|-------|---------|\n| `audit-security` | Hardcoded secrets, loose permission patterns, hook injection, risky MCP servers |\n| `audit-permissions` | Permission sprawl, unused grants, escalations |\n| `audit-hooks` | Missing scripts, non-executable hooks, silent failures, slow hooks |\n| `audit-settings` | Conflicts across global / project / local scopes, redundant overrides |\n| `audit-mcp-health` | Disconnected MCP servers, stale config, last-used tracking |\n| `audit-plugins` | Stale cached plugin versions, unused installs, disk reclaimable |\n| `audit-memory` | Orphan memories, missing entries in `MEMORY.md` index |\n| `audit-skills` | Skill structural validation, frontmatter, trigger patterns |\n| `audit-rules` | Conflicts, shadowing, redundancies, staleness across rule files |\n| `audit-context` | Per-component token overhead, cache classification |\n| `audit-sessions` | Patterns, anomalies, unused skills across past sessions |\n| `audit-project-orphans` | Stale project configs in `~/.claude/projects/` |\n| `audit-claude-config` | **Orchestrator** — runs them all, prints dashboard, builds remediation plan |\n\n## Install\n\nTwo commands inside Claude Code:\n\n```\n/plugin marketplace add buvis/claude-plugins\n/plugin install claude-checkup@buvis-plugins\n```\n\nRestart Claude Code, then run `/audit-claude-config` to get a full health report.\n\n### Update\n\n```\n/plugin update claude-checkup@buvis-plugins\n```\n\n### Alternative: install directly from this repo\n\n```\n/plugin marketplace add buvis/claude-checkup\n/plugin install claude-checkup@claude-checkup\n```\n\n## Usage\n\n```\naudit my claude config        # run everything, build remediation plan\naudit security                # security-only audits\naudit health                  # health-only audits\naudit efficiency              # efficiency audits (slower)\n```\n\nOr invoke any individual audit by name, e.g. `audit hooks`, `audit memory`, `audit skills`.\n\nThe orchestrator saves a dated report to `dev/local/audit-results/{YYYY-MM-DD}.md` and diffs against the previous report (new findings, resolved findings, unchanged).\n\n## Severity grading\n\nEach finding gets a severity, prioritized in the remediation plan:\n\n- **CRITICAL** — fix now (data loss, secret exposure, broken hooks)\n- **HIGH** — fix this week (permission escalations, conflicting rules)\n- **MEDIUM** — fix when convenient (cleanup opportunities)\n- **LOW** — backlog (style, minor consistency)\n\n## Requirements\n\n- Claude Code with plugin support\n- `python3` on PATH (helper scripts in `audit-security` and `audit-sessions`)\n- Optional: [warden](https://github.com/buvis/claude-warden) — if installed, the orchestrator also calls `/warden:review-decisions`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuvis%2Fclaude-checkup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuvis%2Fclaude-checkup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuvis%2Fclaude-checkup/lists"}